v0.1.50
Feb 15, 2024
A big thanks to the 5 contributors who made this release possible. Here are some highlights ✨:
Move editor canvas inline, add authenticated session data to server context, fix bugs in drag-and-drop, data grid and editable tree items, improve project setup documentation and add authentication examples for Google and GitHub.
- Show save/discard for created record when updateRecords is unavailable (#3215) @Janpot
- Add documentation about installing Toolpad in an existing project (#3214) @Janpot
- Reroute "open in editor" link in app preview (#3207) @Janpot
- Add authentication examples (#3135) @apedroferreira
- Make sure the inline canvas uses the correct font (#3208) @Janpot
- Remove semicolon from jsx (#3210) @iamsaumya
- Fix vm shim in the editor (#3189) @Janpot
- Remove second usePageTitle from RenderedLowCodePage (#3204) @iamsaumya
- Create predictably named test directories (#3194) @Janpot
- Fix test for code components under new editor runtime (#3193) @Janpot
- Correct test urls for canvas tests (#3192) @Janpot
- Fix undo/redo in new canvas implementation (#3191) @Janpot
- Add authenticated session to app server context (#3157) @apedroferreira
- Fix editable tree item bugs (#3187) @apedroferreira
- Fix project loading several times (#3188) @Janpot
- Add pie chart future component (#3185) @Janpot
- Fix drag-and-drop when dragging outside components (#3177) @apedroferreira
- [code-infra] Deprecate usage of the next export command (#3217) @Janpot
- [core] Fix link to issue template @oliviertassinari
- [core] Add canvas mode that doesn't rely on vite (#3171) @Janpot
- [core] Define routes statically (#3176) @Janpot
- [docs] Fix typo @oliviertassinari
- [docs] Fix spelling of GitHub @oliviertassinari
All contributors of this release in alphabetical order: @apedroferreira, @iamsaumya, @Janpot, @oliviertassinari