Releases: meetalva/alva
0.9.1
1.0.0-alpha.16
v1.0.0-alpha.16 chore: debug
1.0.0-alpha.15
v1.0.0-alpha.15 chore: ensure fresh release data
1.0.0-alpha.14
v1.0.0-alpha.14 docs: debug emitted releases-data
1.0.0-alpha.13
v1.0.0-alpha.13 docs: ensure correct data file is written
1.0.0-alpha.12
perf: render props list as virtual list (#728) * perf: render props list as virtual list perf: render property-list virtually * test: disable test ftb * style: remove stray console.log
1.0.0-alpha.11
perf: render props list as virtual list (#728) * perf: render props list as virtual list perf: render property-list virtually * test: disable test ftb * style: remove stray console.log
1.0.0-alpha.10
v1.0.0-alpha.10 perf: avoid repeated deep observer setup
0.9.0
Multiple Windows
Open multiple projects at the same time and copy components between projects.
New Splash Screen
We completely overhauled the splash screen.
Open recent files and directly go to our tutorials on the website.
More Component Metadata
Add meta data like a name, description and icon to every component export – or entirely hide the component.
More Property Metadata
We detect children in your React components automatically, so you don't have to explicity type them any more. Group properties into collapsible drawers for a better overview.
If Alva doesn't understand a type yet it now accepts TypeScript code as value instead of ignoring the property outright.
Canary Version
If you want to be really up-to-date, you can download our Canary version from the website. You'll be the first to check out new features and bugfixes – but there might me some more bugs than in the stable release.
Bug Fixes
We fixed hundreds of bugs. Literally.
1.0.0-alpha.9
docs: determine linked releases on build (#726) * docs: determine linked releases on build * chore: fix circleci config * chore: ensure cursor: pointer for release buttons