|
2 | 2 |
|
3 | 3 | This changelog covers all three packages, as they are (for now) updated as a whole |
4 | 4 |
|
5 | | -## Unreleased |
| 5 | +## v0.32.0 |
| 6 | + |
| 7 | +### Breaking changes |
| 8 | + |
| 9 | +- Changed `null` to `undefined` in many places |
| 10 | +- `useTitle` returns an `array` with a `setTitle` function, similar to `useState` |
| 11 | +- `resource.getError()` is deprecated in favor or `resource.error` |
| 12 | + |
| 13 | +### New |
6 | 14 |
|
7 | 15 | - Add Hierarchy in sidebar #75 |
| 16 | +- Add DriveSwitcher #209 |
| 17 | +- Add `new drive` option |
8 | 18 | - Add `EventManager` to run custom functions when resources are added / edited / etc. |
9 | 19 | - Add dialog / modal view #24 #181 |
10 | 20 | - Add bookmark import / reader mode #187 |
| 21 | + |
| 22 | +### Fixes & improvements |
| 23 | + |
| 24 | +- Stricter non-null checks, improved typings #220 |
| 25 | +- Switch from `yarn` to `pnpm` #210 |
11 | 26 | - Various improvements to Dropdown forms #194 |
12 | 27 | - Fix crash in circular parent rendering |
13 | 28 | - Fix race condition #189 |
14 | | -- Add `new drive` option |
15 | 29 | - Make all titles editable #199 |
16 | 30 | - Don't subscribe to search endpoint #200 |
17 | 31 | - Refactor e2e tests |
18 | 32 | - Render floats |
19 | 33 | - Hide unsortable items in tables |
20 | | -- Switch from `yarn` to `pnpm` #210 |
21 | 34 | - Fix dropdown resource select input #222 |
22 | | -- Stricter non-null checks, improved typings #220 |
23 | | -- Changed `null` to `undefined` in many places! |
24 | | -- `resource.getError()` is deprecated in favor or `resource.error` |
25 | | -- Add DriveSwitcher #209 |
26 | 35 |
|
27 | 36 | ## v0.31.1 |
28 | 37 |
|
|
0 commit comments