mirror of
https://github.com/zadam/trilium.git
synced 2025-11-02 03:16:11 +01:00
docs(guide): relocate note list documentation
This commit is contained in:
2
docs/Release Notes/!!!meta.json
vendored
2
docs/Release Notes/!!!meta.json
vendored
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"formatVersion": 2,
|
||||
"appVersion": "0.97.0",
|
||||
"appVersion": "0.97.1",
|
||||
"files": [
|
||||
{
|
||||
"isClone": false,
|
||||
|
||||
29
docs/Release Notes/Release Notes/v0.90.1-beta.md
vendored
29
docs/Release Notes/Release Notes/v0.90.1-beta.md
vendored
@@ -21,11 +21,36 @@ The following regressions due to the conversion to TypeScript has been solved, c
|
||||
|
||||
### Client-side library updates
|
||||
|
||||
<figure class="table" style="width:50%;"><table><thead><tr><th>Library</th><th>Old version</th><th>New version</th></tr></thead><tbody><tr><th><code>axios</code></th><td>1.6.7</td><td>1.7.2</td></tr><tr><th><code>excalidraw</code></th><td>0.17.3</td><td>0.17.6</td></tr><tr><th><code>katex</code></th><td>0.16.9</td><td>0.16.11</td></tr><tr><th><code>mermaid</code></th><td>10.9.0</td><td>10.9.1</td></tr><tr><th><code>react</code>, <code>react-dom</code></th><td>18.2.0</td><td>18.3.1</td></tr></tbody></table></figure>
|
||||
| Library | Old version | New version |
|
||||
| --- | --- | --- |
|
||||
| `axios` | 1.6.7 | 1.7.2 |
|
||||
| `excalidraw` | 0.17.3 | 0.17.6 |
|
||||
| `katex` | 0.16.9 | 0.16.11 |
|
||||
| `mermaid` | 10.9.0 | 10.9.1 |
|
||||
| `react`, `react-dom` | 18.2.0 | 18.3.1 |
|
||||
|
||||
### Server-side library updates
|
||||
|
||||
<figure class="table" style="width:50%;"><table><thead><tr><th>Library</th><th>Old version</th><th>New version</th></tr></thead><tbody><tr><th><code>sanitize-url</code></th><td>6.0.4</td><td>7.1.0</td></tr><tr><th><code>archiver</code></th><td>7.0.0</td><td>7.0.1</td></tr><tr><th><code>marked</code></th><td>12.0.0</td><td>13.0.2</td></tr><tr><th><code>sanitize-html</code></th><td>1.6.7</td><td>1.7.2</td></tr><tr><th><code>turndown</code></th><td>7.1.2</td><td>7.2.0</td></tr><tr><th><code>yauzl</code></th><td>3.1.2</td><td>3.1.3</td></tr><tr><th><code>express</code></th><td>4.18.3</td><td>4.19.2</td></tr><tr><th><code>express-rate-limit</code></th><td>7.2.0</td><td>7.3.1</td></tr><tr><th><code>jsdom</code></th><td>24.0.0</td><td>24.1.0</td></tr><tr><th><code>ws</code></th><td>8.16.0</td><td>8.18.0</td></tr><tr><th><code>ejs</code></th><td>3.1.9</td><td>3.1.10</td></tr><tr><th><code>dayjs</code></th><td>1.11.10</td><td>1.11.12</td></tr><tr><th><code>semver</code></th><td>7.6.0</td><td>7.6.3</td></tr><tr><th><code>async-mutex</code></th><td>0.4.1</td><td>0.5.0</td></tr><tr><th><code>https-proxy-agent</code></th><td>7.0.4</td><td>7.0.5</td></tr><tr><th><code>sax</code></th><td>1.3.0</td><td>1.4.1</td></tr><tr><th><code>ini</code></th><td>3.0.1</td><td>4.1.3</td></tr><tr><th><code>debounce</code></th><td>1.2.1</td><td>2.1.0</td></tr></tbody></table></figure>
|
||||
| Library | Old version | New version |
|
||||
| --- | --- | --- |
|
||||
| `sanitize-url` | 6.0.4 | 7.1.0 |
|
||||
| `archiver` | 7.0.0 | 7.0.1 |
|
||||
| `marked` | 12.0.0 | 13.0.2 |
|
||||
| `sanitize-html` | 1.6.7 | 1.7.2 |
|
||||
| `turndown` | 7.1.2 | 7.2.0 |
|
||||
| `yauzl` | 3.1.2 | 3.1.3 |
|
||||
| `express` | 4.18.3 | 4.19.2 |
|
||||
| `express-rate-limit` | 7.2.0 | 7.3.1 |
|
||||
| `jsdom` | 24.0.0 | 24.1.0 |
|
||||
| `ws` | 8.16.0 | 8.18.0 |
|
||||
| `ejs` | 3.1.9 | 3.1.10 |
|
||||
| `dayjs` | 1.11.10 | 1.11.12 |
|
||||
| `semver` | 7.6.0 | 7.6.3 |
|
||||
| `async-mutex` | 0.4.1 | 0.5.0 |
|
||||
| `https-proxy-agent` | 7.0.4 | 7.0.5 |
|
||||
| `sax` | 1.3.0 | 1.4.1 |
|
||||
| `ini` | 3.0.1 | 4.1.3 |
|
||||
| `debounce` | 1.2.1 | 2.1.0 |
|
||||
|
||||
## ✨ Technical improvements
|
||||
|
||||
|
||||
Reference in New Issue
Block a user