|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | +## 0.1.1 |
| 4 | + |
| 5 | +<!-- generated comparing v0.1.0..master --> |
| 6 | + |
| 7 | +_Mar 28, 2023_ |
| 8 | + |
| 9 | +A big thanks to the 4 contributors who made this release possible. Here are some highlights ✨: |
| 10 | + |
| 11 | +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. |
| 12 | + |
| 13 | +- ​<!-- 28 -->Use node name in the canvas HUD (#1818) @Janpot |
| 14 | +- ​<!-- 27 -->Allow mutating page state in event handlers (#1807) @Janpot |
| 15 | +- ​<!-- 26 -->Improve UX around integration testing (#1808) @Janpot |
| 16 | +- ​<!-- 25 -->Disable property control for controlled properties (#1809) @Janpot |
| 17 | +- ​<!-- 24 -->Use next.js custom server (#1723) @Janpot |
| 18 | +- ​<!-- 23 -->Remove postgres (#1799) @Janpot |
| 19 | +- ​<!-- 22 -->Remove example and docker files (#1798) @Janpot |
| 20 | +- ​<!-- 21 -->Clean up more obsolete things in the repo (#1797) @Janpot |
| 21 | +- ​<!-- 20 -->Fix errors when running the project the first time (#1796) @Janpot |
| 22 | +- ​<!-- 19 -->Fix imports from toolpad (#1793) @Janpot |
| 23 | +- ​<!-- 18 -->Fix changing tabs closing query editor (#1784) @apedroferreira |
| 24 | +- ​<!-- 17 -->Generate .gitignore on dev command (#1705) @apedroferreira |
| 25 | +- ​<!-- 16 -->Improve dataGrid.selection types (#1790) @Janpot |
| 26 | +- ​<!-- 15 -->Dependency cleanup (#1791) @Janpot |
| 27 | +- ​<!-- 14 -->Fixes on the dev pipeline (#1789) @Janpot |
| 28 | +- ​<!-- 13 -->Remove Prisma, isolated-vm and dead code (#1787) @Janpot |
| 29 | +- ​<!-- 12 -->Update release instructions (#1788) @Janpot |
| 30 | +- ​<!-- 11 -->Fix capitalization of elements (#1782) @Janpot |
| 31 | +- ​<!-- 10 -->Update moduleresolution for core and components (#1780) @Janpot |
| 32 | +- ​<!-- 09 -->Remove the localMode flag (#1768) @Janpot |
| 33 | +- ​<!-- 08 -->Convert tests to local mode (#1718) @Janpot |
| 34 | +- ​<!-- 07 -->Add docs contributing instructions (#1779) @Janpot |
| 35 | +- ​<!-- 06 -->Allow falsy MySQL variable values (#1738) @evankennedy |
| 36 | +- ​<!-- 05 -->Add Toolpad to cspell config for the workspace (#1767) @Janpot |
| 37 | +- ​<!-- 04 -->Use latest version for examples (#1764) @Janpot |
| 38 | +- ​<!-- 03 -->Rename dev13 script to dev (#1766) @Janpot |
| 39 | +- ​<!-- 02 -->Small typo fix @prakhargupta1 |
| 40 | +- ​<!-- 01 -->Docs updates for the new direction (#1743) @Janpot |
| 41 | + |
| 42 | +All contributors of this release in alphabetical order: @apedroferreira, @evankennedy, @Janpot, @prakhargupta1 |
| 43 | + |
3 | 44 | ## 0.1.0 |
4 | 45 |
|
5 | 46 | <!-- generated comparing v0.0.41..master --> |
|
0 commit comments