Releases: mui/toolpad
v0.1.34
Oct 25, 2023
A big thanks to the 2 contributors who made this release possible. Here are some highlights ✨:
Improvements to the Support page, some fixes to the tests.
- Update Support URL in Help menu (#2832) @bharatkashyap
- Fix flaky tests (#2812) @apedroferreira
- [core] Monorepo upgrade (#2825) @bharatkashyap
- [docs] A few Support page improvements (#2824) @bharatkashyap
All contributors of this release in alphabetical order: @apedroferreira, @bharatkashyap
0.1.33
Oct 19, 2023
A big thanks to the 6 contributors who made this release possible. Here are some highlights ✨:
Add a new password option to the TextField component, improvements to the docs and examples, and some core infrastructure updates!
- Add support page (#2807) @prakhargupta1
- Link WASM example to overview page and improve crud app (#2726) @prakhargupta1
- Run prettier on project (#2811) @apedroferreira
- Changed MenuItem to ToggleButton (#2776) (#2796) @biplobsd
- Add password option to TextField Component (#2797) @Kirera-Wainaina
- Add tests for custom server (#2798) @Janpot
- Improve release docs wording (#2794) @Janpot
- Isolate project runtime from editor (#2788) @Janpot
- Remove babel-plugin-transform-rename-import (#2786) @Janpot
- Update release process (#2793) @Janpot
- Fix creating new page with blur and default name + scroll only below explorer headers (#2790) @apedroferreira
- Turn integration tests into a yarn workspace (#2783) @Janpot
- [docs] Update Data Providers (#2813) @bharatkashyap
- [docs] Add 'Why Toolpad?' (#2632) @prakhargupta1
All contributors of this release in alphabetical order: @apedroferreira, @bharatkashyap, @biplobsd, @Janpot, @Kirera-Wainaina, @prakhargupta1
v0.1.32
Oct 12, 2023
A big thanks to the 4 contributors who made this release possible. Here are some highlights ✨:
Added new data providers feature. Improved UX around the pages explorer. Added new Markdown and Link components.
- Fix createDataProvider imports in the integration tests (#2780) @Janpot
- Remove container sx default (#2779) @Janpot
- Use a context to distribute project API (#2766) @Janpot
- Demonstrate how data providers can be used with prisma (#2774) @Janpot
- Unify preview and canvas entrypoints (#2760) @Janpot
- Use toggle buttons for text mode property (#2764) @Janpot
- Add Markdown and Link components (#2763) @Janpot
- fix lock file @Janpot
- Block next.js from updating (#2768) @Janpot
- New page creation UX (#2728) @apedroferreira
- Introduce Data providers (#2644) @Janpot
- Update monorepo (#2758) @apedroferreira
- Simplify the editor RPC implementation (#2756) @Janpot
- Allow integrating toolpad applications in a custom server (#2747) @Janpot
- Move the perf cascade css file to the HarViewer component (#2755) @Janpot
- [core] Smoothen edges on the new Editable Tree component (#2778) @bharatkashyap
- [core] Revert Next to v13.4.19 @oliviertassinari
All contributors of this release in alphabetical order: @apedroferreira, @bharatkashyap, @Janpot, @oliviertassinari
v0.1.31
Oct 4, 2023
A big thanks to the 5 contributors who made this release possible. Here are some highlights ✨:
Add component search box, fix editor failing to open, allow custom base path for Toolpad applications, improve automatic formatting of binding expressions.
- Fix Data grid invalid date handling (#2748) @Janpot
- Fix editor failing to open (#2745) @Janpot
- add a search box on the top (#2692) @JerryWu1234
- Add global sidebar (#2730) @apedroferreira
- format IDE code (#2674) @JerryWu1234
- Move server files to the src folder (#2746) @Janpot
- Update PULL_REQUEST_TEMPLATE.md @mbrookes
- Support --base option to set a custom base path (#2740) @Janpot
- Remove Chart as future component (#2738) @Janpot
- Isolate the Toolpad router from Toolpad server (#2735) @Janpot
- Correct types of component labels (#2736) @Janpot
- Run required PR label action on synchronize event (#2734) @Janpot
- Refactor cli interface (#2729) @Janpot
- [docs] Fix docs title regression (#2739) @oliviertassinari
- [docs] Header captialization with sidenav consistency @oliviertassinari
All contributors of this release in alphabetical order: @apedroferreira, @Janpot, @JerryWu1234, @mbrookes, @oliviertassinari
v0.1.30
Sep 28, 2023
A big thanks to the 3 contributors who made this release possible. Here are some highlights ✨:
Some more documentation improvements, move to Vitest and minor bug fixes.
- fix 2704 (#2725) @JerryWu1234
- Fix prettier changes script (#2722) @Janpot
- Remove unused address dependency (#2723) @Janpot
- yarn prettier @oliviertassinari
- Move to vitest (#2709) @Janpot
- Run full prettier in CI (#2713) @Janpot
- Improve docs language consistency (#2715) @Janpot
- Fix typo in docs description (#2714) @Janpot
- Update monorepo (#2712) @Janpot
- [core] Sync prism-okaidia.css with docs-infra @oliviertassinari
- [core] Straight quotes & website monorepo change @oliviertassinari
All contributors of this release in alphabetical order: @Janpot, @JerryWu1234, @oliviertassinari
v0.1.29
Sep 22, 2023
A big thanks to the 6 contributors who made this release possible. Here are some highlights ✨:
Documentation improvements. Fix handling of dates in the data grid.
- Update package.json (#2708) @JerryWu1234
- Fix create-toolpad-app for absolute paths (#2682) @Janpot
- Fix DataGrid date inferencing (#2706) @Janpot
- fix it will be reset the value and fix 404 (#2693) @JerryWu1234
- Add with-wasm example (#2700) @Janpot
- hoist documentation dependencies again (#2701) @Janpot
- Memory optimizations (#2689) @Janpot
- Remove useEvent in favor for @mui/utils useEventCallback (#2702) @Janpot
- Update theming docs (#2672) @Janpot
- Bring in some fixes from #2546 (#2687) @Janpot
- Remove unused eslint-plugin-prettier (#2688) @Janpot
- Unify useDom, useDomLoader and useAppState (#2677) @Janpot
- Avoid reloading queries twice on changes (#2675) @Janpot
- Explicit dependencies (#2673) @Janpot
- Update monorepo (#2681) @apedroferreira
- Remove unused hook (#2671) @Janpot
- [docs] Fix incorrect nomenclature (#2705) @bharatkashyap
- [docs] Add file structure concepts page (#2636) @prakhargupta1
- [docs] Replace some images, gifs with videos (#2662) @prakhargupta1
- [website] Improve loading image @oliviertassinari
All contributors of this release in alphabetical order: @apedroferreira, @bharatkashyap, @Janpot, @JerryWu1234, @oliviertassinari, @prakhargupta1
v0.1.28
Sep 13, 2023
A big thanks to the 5 contributors who made this release possible. Here are some highlights ✨:
Support date and time formats in DataGrid, upgrade to Node 18, fix container components, respect user's prettier config when formatting files.
- Simplify component loading (#2667) @Janpot
- Fix gap and direction in layout slots (#2653) @apedroferreira
- Support date/dateTime formatting (#2589) @Janpot
- Remove monaco-editor special case in renovatebot (#2663) @Janpot
- format component and function (#2665) @JerryWu1234
- Upgrade react-inspector (#2647) @Janpot
- Remove fetch polyfills for node 18 (#2651) @Janpot
- respect the user's prettier config when writing yml files (#2638) @JerryWu1234
- Allow execa update (#2654) @Janpot
- Fix container components (#2635) @apedroferreira
- Upgrade to Node 18 (#2505) @apedroferreira
- [docs] Simpler package readme @oliviertassinari
- [docs] Fix /toolpad/reference/api/get-context/ 404 (#2656) @oliviertassinari
- [docs] Fix description @oliviertassinari
- [docs] Fix 404 link @oliviertassinari
- [docs] Sync prism with docs-infra (#2652) @oliviertassinari
- [examples] Migrate to railsway (#2646) @oliviertassinari
- [refactor] Refactor worker rpc (#2645) @Janpot
- [website] Tweak a few elements on the landing page (#2666) @danilo-leal
- [website] Remove dead code @oliviertassinari
- [website] Fix redirection @oliviertassinari
All contributors of this release in alphabetical order: @apedroferreira, @danilo-leal, @Janpot, @JerryWu1234, @oliviertassinari
v0.1.27
Sep 6, 2023
A big thanks to the 8 contributors who made this release possible. Here are some highlights ✨:
Add support for setting cookies inside custom functions, add a Checkbox component and link docs to more places inside the app!
- Fix stackblitz issues with setCookie (#2641) @Janpot
- Support setCookie API (#2630) @Janpot
- Replace @mui/lab with @mui/x-tree-view (#2639) @Janpot
- Fix TreeView types after core update (#2634) @Janpot
- [Toolpad Editor] Add tooltip to custom component subtitle (#2612) @rohanprasadofficial
- [Toolpad Editor] Fix Markdown text alignment issue (#2591) @rohanprasadofficial
- [Toolpad Editor] Fix : text component alignment rendering (#2587) @rohanprasadofficial
- fix add a new property placeholder (#2622) @JerryWu1234
- Improve visual test for resizing columns (#2610) @apedroferreira
- Disallow binding to event handlers and list templates (#2600) @Janpot
- Exclude esm folder from icons alias (#2606) @Janpot
- add checkbox (#2494) @JerryWu1234
- Fix typo in the code snippet of createComponent API (#2605) @Janpot
- Lock file maintenance (#2604) @renovate[bot]
- Lock file maintenance (#2603) @renovate[bot]
- [core] Finish migration to GA4 @oliviertassinari
- [docs] Add live apps link to the homepage examples (#2633) @prakhargupta1
- [docs] Rename Examples group (#2628) @bharatkashyap
- [docs] Open docs link in a new page @oliviertassinari
- [docs] Fix references @oliviertassinari
- [docs] Fix shell layout @oliviertassinari
- [docs] Clean-up examples (#2611) @oliviertassinari
- [docs] Official URL (#2609) @oliviertassinari
- [refactor] Move Toolpad runtime to the RPC mechanism (#2582) @Janpot
- [website] Fix
NpmCopyButton
placement (#2640) @bharatkashyap
All contributors of this release in alphabetical order: @apedroferreira, @bharatkashyap, @Janpot, @JerryWu1234, @oliviertassinari, @prakhargupta1, @renovate[bot], @rohanprasadofficial
v0.1.26
Aug 31, 2023
A big thanks to the 8 contributors who made this release possible. Here are some highlights ✨:
Improve date columns on the grid, Support Intl
in bindings.
- Add visual regression tests for text component (#2593) @Janpot
- Auto-create a theme when the user starts editing (#2594) @Janpot
- Show page parameters in url form and add link to docs (#2577) @Kirera-Wainaina
- [Toolpad Editor] Add tooltip to display more dropdown (#2590) @rohanprasadofficial
- Stabilize query editor screenshots (#2584) @Janpot
- [Toolpad Editor] Add themes docs link to theme panel (#2583) @rohanprasadofficial
- Bypass server context for stackblitz (#2579) @Janpot
- Improve columns editor UX (#2570) @Janpot
- Allow using Intl in bindings (#2586) @Janpot
- Stabilize visual regression test (#2574) @Janpot
- fix 2467_AutoComplete (#2540) @JerryWu1234
- Allow theme files to not specify a palette (#2556) @Janpot
- Auto parse date strings on data grids (#2371) @bharatkashyap
- Fix query editor panels orientation (#2557) @Janpot
- Remove lodash from @mui/components (#2545) @Janpot
- Update monorepo (#2544) @apedroferreira
- Refactor Toolpad App Navigation (#2535) @Janpot
- [core] Remove dead code (#2580) @oliviertassinari
- [core] Remove S3 orb from circleci config (#2547) @Janpot
- [docs] add graphQL to overview page and add 2 readme docs (#2576) @prakhargupta1
- [Docs] Add initial steps of creating a custom component (#2534) @prakhargupta1
- [website] Add GA4 events (#2532) @bharatkashyap
All contributors of this release in alphabetical order: @apedroferreira, @bharatkashyap, @Janpot, @JerryWu1234, @Kirera-Wainaina, @oliviertassinari, @prakhargupta1, @rohanprasadofficial
v0.1.25
Aug 23, 2023
A big thanks to the 4 contributors who made this release possible. Here are some highlights ✨:
Add GraphQL example app, add descriptions to component docs, improve resizable panels, improve custom component creation UX, simplify page layouts.
- Stall package updates for dependencies that require node 18 (#2533) @Janpot
- Add more examples page (#2447) @prakhargupta1
- React resizable panels (#2398) @Janpot
- Make module exports compatible with node module resolution in typescript (#2522) @Janpot
- Require a helperText for builtin components and argTypes (#2456) @Janpot
- Fix esbuild warning (#2521) @Janpot
- Improve open code editor snackbar (#2520) @Janpot
- Add graphQL example (#2471) @prakhargupta1
- Update bug template to ask for specific environment (#2513) @Janpot
- Add an explanation on why we use structuredClone in the canvas (#2514) @Janpot
- Avoid single child layout containers (#2388) @apedroferreira
- [docs] Add 'Miscellaneous' section to How-to guides (#2524) @bharatkashyap
- [website] Fix typo (#2530) @bharatkashyap
All contributors of this release in alphabetical order: @apedroferreira, @bharatkashyap, @Janpot, @prakhargupta1