v0.1.37
Nov 10, 2023
A big thanks to the 4 contributors who made this release possible. Here are some highlights ✨:
Allow bootstrapping examples with create-toolpad-app
, support integrating Toolpad apps programmatically in custom servers. Bind any HTTP query variable to an environment variable. Support a new Switch component.
- Support create-toolpad-app --example argument (#2884) @Janpot
- Add custom server documentation (#2879) @Janpot
- Link issues in docs (#2890) @prakhargupta1
- Support running multiple handlers side-by-side in a custom server (#2882) @Janpot
- charts example (#2880) @prakhargupta1
- Fix editor command failing on master (#2881) @Janpot
- Add instructions to start the editor for custom servers (#2878) @Janpot
- Add Toolpad editor command for connecting to custom servers (#2800) @Janpot
- Allow binding query parameters to environment variables (#2777) @JerryWu1234
- Close the editor vite devserver when the program exits (#2877) @Janpot
- Fix a deprecation message in the tests (#2876) @Janpot
- Add Switch component as a variant to Checkbox (#2787) @JerryWu1234
- Remove PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD (#2855) @Janpot
- [docs] Fix images width overflow on Firefox (#2874) @bharatkashyap
All contributors of this release in alphabetical order: @bharatkashyap, @Janpot, @JerryWu1234, @prakhargupta1