Releases: mui/toolpad
v0.1.10
May 5, 2023
A big thanks to the 1 contributors who made this release possible. Here are some highlights ✨:
This is a hotfix to deal with broken dependency upgrade in next.js.
All contributors of this release in alphabetical order: @Janpot
v0.1.9
May 3, 2023
A big thanks to the 4 contributors who made this release possible. Here are some highlights ✨:
Fixing several regressions, set new runtime as default.
- Fix preview header missing in app preview (#1962) @Janpot
- small improvements (#1960) @Janpot
- Fix: Wrapping on Text/Link (#1956) @bharatkashyap
- Added dog app arcade to quickstart section of docs (#1942) @prakhargupta1
- Optimize some docs images (#1946) @apedroferreira
- Fix autocomplete after monaco-editor upgrade (#1943) @Janpot
- Make vite runtime default (#1938) @Janpot
All contributors of this release in alphabetical order: @apedroferreira, @bharatkashyap, @Janpot, @prakhargupta1
v0.1.8
Apr 26, 2023
A big thanks to the 4 contributors who made this release possible. Here are some highlights ✨:
Use page name as a routing alias, add a Form component, and replace Next.js API routes with Express under the hood.
- Add page name as an alias for routing in the runtime (#1925) @Janpot
- Use correct command for opening vscode (#1931) @Janpot
- Replace next api routes with express (#1920) @Janpot
- Add link to open example in CodeSandbox (#1936) @Janpot
- Fix: Local installation needs new resolution (#1932) @bharatkashyap
- Fix: Use
nanonid/non-secure
instead ofcuid
(#1912) @bharatkashyap - Form component (#1926) @apedroferreira
- Import correct font in vite runtime (#1924) @Janpot
- Update CONTRIBUTING.md @apedroferreira
- Fix gitignore file creation log message (#1923) @Janpot
- Add utils package for generic non-toolpad utilities (#1915) @Janpot
- [docs] Polish a bit the docs (#1927) @oliviertassinari
All contributors of this release in alphabetical order: @apedroferreira, @bharatkashyap, @Janpot, @oliviertassinari
v0.1.7
Apr 20, 2023
A big thanks to the 5 contributors who made this release possible. Here are some highlights ✨:
Tweak the landing page design. Improve create-toolpad-app
CLI, support node modules in custom code components.
- Add folder as argument to
create-toolpad-app
(#1795) @bharatkashyap - Delete page on file system when deleted in UI (#1913) @Janpot
- New vite based application runtime (#1881) @Janpot
- Fix Windows issues (WIP) (#1910) @apedroferreira
- Use npm registry to check for new versions (#1895) @Janpot
- Update MUI monorepo (#1883) @apedroferreira
- Fix: Remove
default
fromtoolpad dev --port
option (#1911) @bharatkashyap - Deprecate
createQuery
and replace withcreateFunction
(#1908) @bharatkashyap - Show border on hover in interactive nodes (#1907) @apedroferreira
- Fix: Better represent the new direction on landing (#1863) @bharatkashyap
- Revert "Form component (#1598)" @apedroferreira
- Form component (#1598) @bytasv
- Update links on contributing guide (#1893) @Janpot
- [website] Landing page design tweaks (#1786) @danilo-leal
v0.1.6
Apr 13, 2023
A big thanks to the 1 contributors who made this release possible. Here are some highlights ✨:
Fix regression that applies the wrong theme to the user application when they have dark color scheme.
All contributors of this release in alphabetical order: @Janpot
v0.1.5
Apr 13, 2023
A big thanks to the 2 contributors who made this release possible. Here are some highlights ✨:
Fix broken CLI due to missing dependency
- Add missing extraneous dependencies (#1885) @Janpot
- Update playwright to latest (#1884) @Janpot
- Small fixes to CLI (#1882) @Janpot
- Update release instructions (#1880) @apedroferreira
All contributors of this release in alphabetical order: @apedroferreira, @Janpot
v0.1.4
Apr 12, 2023
A big thanks to the 3 contributors who made this release possible. Here are some highlights ✨:
Revamped file system layout, updated docs.
- Factor out in-memory toolpad project (#1878) @Janpot
- Revamp toolpad file system layout (#1831) @Janpot
- Docs-update (#1829) @prakhargupta1
- Update README.md @prakhargupta1
- Update README.md @prakhargupta1
- Refactor: extract custom components loading logic (#1862) @Janpot
- Clean dist dirs on rebuild (#1858) @Janpot
- [docs] Fix 301 redirections @oliviertassinari
All contributors of this release in alphabetical order: @Janpot, @oliviertassinari, @prakhargupta1
v0.1.3
0.1.3
Apr 5, 2023
A big thanks to the 3 contributors who made this release possible. Here are some highlights ✨:
Fixed a regression with the query transformation feature, removed some obsolete code and a few improvements to the editor user experience!
- Fix transform regression (#1856) @bharatkashyap
- Try replacing tsc with tsup as build tool (#1727) @Janpot
- Remove obsolete onDelete datagrid property (#1850) @Janpot
- Editor UX fixes (#1844) @apedroferreira
All contributors of this release in alphabetical order: @apedroferreira, @bharatkashyap, @Janpot
v0.1.2
Mar 31, 2023
A big thanks to the 3 contributors who made this release possible. Here are some highlights ✨:
Add end-user application navigation! Various fixes.
- Add app navigation sidebar (#1819) @apedroferreira
- Load queries by name instead of id (#1842) @Janpot
- Fix issues around custom datagrid columns (#1840) @Janpot
- Fix broken theming (#1834) @apedroferreira
- Do Toolpad app migration on startup (#1832) @Janpot
- Remove ECS and Recaptcha + move request/response logs to trace level (#1833) @apedroferreira
- Remove deprecated scope query (#1827) @apedroferreira
- Use worker scoped fixtures for integration tests (#1813) @Janpot
- Remove quickjs-emscripten (#1820) @Janpot
- Rewrite argument handling in
@mui/toolpad
CLI withyargs
(#1794) @bharatkashyap - Update CONTRIBUTING.md (Fix typo) (#1826) @apedroferreira
All contributors of this release in alphabetical order: @apedroferreira, @bharatkashyap, @Janpot
v0.1.1
Mar 28, 2023
A big thanks to the 4 contributors who made this release possible. Here are some highlights ✨:
Mutate state in event handlers by assigning to properties of page elements. Make binding to DataGrid selection easier with improved typings. Big cleanup of dead code.
- Use node name in the canvas HUD (#1818) @Janpot
- Allow mutating page state in event handlers (#1807) @Janpot
- Improve UX around integration testing (#1808) @Janpot
- Disable property control for controlled properties (#1809) @Janpot
- Use next.js custom server (#1723) @Janpot
- Remove postgres (#1799) @Janpot
- Remove example and docker files (#1798) @Janpot
- Clean up more obsolete things in the repo (#1797) @Janpot
- Fix errors when running the project the first time (#1796) @Janpot
- Fix imports from toolpad (#1793) @Janpot
- Fix changing tabs closing query editor (#1784) @apedroferreira
- Generate .gitignore on dev command (#1705) @apedroferreira
- Improve dataGrid.selection types (#1790) @Janpot
- Dependency cleanup (#1791) @Janpot
- Fixes on the dev pipeline (#1789) @Janpot
- Remove Prisma, isolated-vm and dead code (#1787) @Janpot
- Update release instructions (#1788) @Janpot
- Fix capitalization of elements (#1782) @Janpot
- Update moduleresolution for core and components (#1780) @Janpot
- Remove the localMode flag (#1768) @Janpot
- Convert tests to local mode (#1718) @Janpot
- Add docs contributing instructions (#1779) @Janpot
- Allow falsy MySQL variable values (#1738) @evankennedy
- Add Toolpad to cspell config for the workspace (#1767) @Janpot
- Use latest version for examples (#1764) @Janpot
- Rename dev13 script to dev (#1766) @Janpot
- Small typo fix @prakhargupta1
- Docs updates for the new direction (#1743) @Janpot
All contributors of this release in alphabetical order: @apedroferreira, @evankennedy, @Janpot, @prakhargupta1