@mui/toolpad-core
Low-code tool, powered by MUI
Installation
Install the package in your project directory with:
// with npm
npm install @mui/toolpad-core
// with yarn
yarn add @mui/toolpad-core
Documentation
The documentation
0.1.16
<!-- generated comparing v0.1.15..master -->
Jun 14, 2023
A big thanks to the 3 contributors who made this release possible. Here are some highlights ✨:
Editor performance improvements, fix autocomplete for page parameters, better type inference for createFunction.
- Fix invalid serializations in queries (#2163) @Janpot
- Send dom diffs to the server to avoid overly large payloads (#2167) @Janpot
- Fix create-toolpad-app missing gitignore file (#2169) @Janpot
- Increase amount of playwright workers (#2160) @Janpot
- Fix passing double dollars in the inlined DOM (#2165) @Janpot
- Avoid too many binding evaluations in the runtime (#2142) @Janpot
- Fix autocomplete for page parameters (#2156) @Janpot
- Fix broken import in cli (#2155) @Janpot
- Show error when Toolpad is started on a non-existing folder (#2144) @Janpot
- Consolidate fs utils into single file (#2140) @Janpot
- Infer the createFunction parameters type for objects from the schema (#2137) @Janpot
- Improve contributing guidelines for starting the application (#2149) @Janpot
- Replace ts-node with tsx (#2146) @Janpot
- Enable sourcemaps for the runtime builds (#2143) @Janpot
- [core] Remove @mui/x-data-grid-generator dependency (#2154) @oliviertassinari
- [docs] Fix missing leading / @oliviertassinari
- [docs] Fix 301 redirection link @oliviertassinari
- [docs] Move the label from "Alpha" to "Beta" (#2024) @bharatkashyap
All contributors of this release in alphabetical order: @bharatkashyap, @Janpot, @oliviertassinari