Skip to content
This repository has been archived by the owner on Oct 23, 2023. It is now read-only.

Releases: meetalva/alva

0.9.1

11 Jan 14:09
29ce0b6
Compare
Choose a tag to compare

This release fixes a bug that prevented connecting new libraries in some cases.

1.0.0-alpha.16

10 Jan 06:18
1d746f1
Compare
Choose a tag to compare
1.0.0-alpha.16 Pre-release
Pre-release
v1.0.0-alpha.16

chore: debug

1.0.0-alpha.15

10 Jan 06:00
413a942
Compare
Choose a tag to compare
1.0.0-alpha.15 Pre-release
Pre-release
v1.0.0-alpha.15

chore: ensure fresh release data

1.0.0-alpha.14

09 Jan 22:52
c8a51df
Compare
Choose a tag to compare
1.0.0-alpha.14 Pre-release
Pre-release
v1.0.0-alpha.14

docs: debug emitted releases-data

1.0.0-alpha.13

09 Jan 22:40
f30d1fa
Compare
Choose a tag to compare
1.0.0-alpha.13 Pre-release
Pre-release
v1.0.0-alpha.13

docs: ensure correct data file is written

1.0.0-alpha.12

09 Jan 22:08
Compare
Choose a tag to compare
1.0.0-alpha.12 Pre-release
Pre-release
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

09 Jan 21:43
Compare
Choose a tag to compare
1.0.0-alpha.11 Pre-release
Pre-release
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

09 Jan 12:52
Compare
Choose a tag to compare
1.0.0-alpha.10 Pre-release
Pre-release
v1.0.0-alpha.10

perf: avoid repeated deep observer setup

0.9.0

09 Jan 21:58
Compare
Choose a tag to compare

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

08 Jan 21:20
Compare
Choose a tag to compare
1.0.0-alpha.9 Pre-release
Pre-release
docs: determine linked releases on build (#726)

* docs: determine linked releases on build

* chore: fix circleci config

* chore: ensure cursor: pointer for release buttons