Skip to content

Commit c895d22

Browse files
committed
Prepare v0.32.0 release
1 parent 0d3c366 commit c895d22

File tree

1 file changed

+16
-7
lines changed

1 file changed

+16
-7
lines changed

CHANGELOG.md

Lines changed: 16 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,27 +2,36 @@
22

33
This changelog covers all three packages, as they are (for now) updated as a whole
44

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
614

715
- Add Hierarchy in sidebar #75
16+
- Add DriveSwitcher #209
17+
- Add `new drive` option
818
- Add `EventManager` to run custom functions when resources are added / edited / etc.
919
- Add dialog / modal view #24 #181
1020
- 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
1126
- Various improvements to Dropdown forms #194
1227
- Fix crash in circular parent rendering
1328
- Fix race condition #189
14-
- Add `new drive` option
1529
- Make all titles editable #199
1630
- Don't subscribe to search endpoint #200
1731
- Refactor e2e tests
1832
- Render floats
1933
- Hide unsortable items in tables
20-
- Switch from `yarn` to `pnpm` #210
2134
- 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
2635

2736
## v0.31.1
2837

0 commit comments

Comments
 (0)