May 17, 2023
A big thanks to the 4 contributors who made this release possible. Here are some highlights ✨:
Added a new Autocomplete component, simplify the configuration for creating custom components, improve performance with websocket updates instead of polling.
- Fix race condition with initializing the canvas bridge (#2035) @Janpot
- Add Autocomplete component (#1427) @bharatkashyap
- Upgrade monorepo (#2023) @bharatkashyap
- Improve isolation of runtime from editor (#2021) @Janpot
- Replace polling for updates with websocket (#2007) @Janpot
- Improve and test basic auth implementation (#2022) @Janpot
- Reorganize @mui/toolpad-core exports (#2018) @Janpot
- version examples instead of using latest (#2030) @Janpot
- Add section about page configuration to docs (#1997) @apedroferreira
- Add theming to docs (#1993) @apedroferreira
- Improve types for onChangeProp (#2002) @Janpot
- Remove hideControls and button type (#2017) @Janpot
- Correctly set charset for preview html (#2020) @Janpot
- Remove unused config (#2008) @Janpot
- Make canvas column spacing the same as in the runtime (#2016) @Janpot
- Move to
zod-to-json-schema
(#2003) @Janpot - Deprecate typeDef (#1994) @Janpot
- Clean up dead code (#2000) @Janpot
- Add jest tests for
create-toolpad-app
(#1965) @bharatkashyap - [docs] Make code the hero (#1992) @bharatkashyap
- [docs] Fix 404 link to fix the page (#2009) @oliviertassinari