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

Releases: meetalva/alva

1.0.0-alpha.36

06 Feb 15:44
0b13c7d
Compare
Choose a tag to compare
1.0.0-alpha.36 Pre-release
Pre-release
v1.0.0-alpha.36

docs: update docs related to designkit (#750)

1.0.0-alpha.35

06 Feb 15:20
f77c40b
Compare
Choose a tag to compare
1.0.0-alpha.35 Pre-release
Pre-release
v1.0.0-alpha.35

feat: update recommended libraries (#749)

1.0.0-alpha.34

01 Feb 16:34
Compare
Choose a tag to compare
1.0.0-alpha.34 Pre-release
Pre-release
v1.0.0-alpha.34

fix: restore default values

1.0.0-alpha.33

01 Feb 09:08
Compare
Choose a tag to compare
1.0.0-alpha.33 Pre-release
Pre-release
v1.0.0-alpha.33

fix: widen slot types (#745)

1.0.0-alpha.32

31 Jan 19:42
3eb8811
Compare
Choose a tag to compare
1.0.0-alpha.32 Pre-release
Pre-release
fix: avoid excessive npm data fetching (#743)

* fix: avoid excessive npm data fetching

* fix: lift meta data storage to library store

1.0.0-alpha.31

31 Jan 18:02
Compare
Choose a tag to compare
1.0.0-alpha.31 Pre-release
Pre-release
v1.0.0-alpha.31

fix: avoid filling in superfluous props (#744)

1.0.0-alpha.30

31 Jan 14:24
Compare
Choose a tag to compare
1.0.0-alpha.30 Pre-release
Pre-release
v1.0.0-alpha.30

fix: allow components to pass properties (#742)

1.0.0-alpha.29

31 Jan 11:47
7a4a4a4
Compare
Choose a tag to compare
1.0.0-alpha.29 Pre-release
Pre-release
chore: factor out analyzer (#740)

* chore: factor out utils

* chore: factor out types

* chore: factor out types

* chore: persist all artifacts

* chore: fix circle config

* chore: factor out analyzer

* chore: remove remaining perform-analysis references

* chore: move analyze bin to analyze package

* chore: clean up references

* chore: prune dependency tree

* chore: add missing types pkg

* chore: change product name for release channels

* chore: set artifact name based on channel

* chore: escape ext

* chore: do not duplicate

* chore: vendor standalone bundle of analyzer

* refactor: pass data instead of fns to analyzer

* feat: make analysis runs stateless

* fix: restart project syncing when id changes

* chore: add new package to ci

* fix: remove obsolete deps

* fix: remove unneeded webpack entry

* fix: add missing entry file

1.0.0-alpha.28

28 Jan 17:27
Compare
Choose a tag to compare
1.0.0-alpha.28 Pre-release
Pre-release
feat: add library store (#733)

* feat: add library store

* feat: wire up data from package

* fix: remove unneeded text color

* fix: rewire update logic

* fix: avoid webpack eval

* fix: propagate projectViewMode via project/:id/store

* fix: be defensive about meta data

* feat: open guide on click

* feat: add fallback image for libraries

* feat: fetch libraries from npm

* chore: copy vendor files to nccbuild

* style: remove debris

* feat: begin library store data modelling

* feat: wire up recommendations to messaging

* fix: provide backward-compatible mkdir

* feat: allow updates from disk

* feat: make installed libraries toggleable

* feat: prepare npm updates

* feat: allow switching from remote to local install type

* feat: allow switching from local to remote install type

* feat: redispatch npm updates appropriately

* fix: dedupe update/connect transactions based on npm name

* fix: adjust wording

* feat: add option to set library displayName

* feat: add library homepage

* style: simplify layout mechanics

* fix: simplify library meta data

* fix: remove faulty memoization

* fix: retain optimization

* fix: avoid null pointer errors

* fix: remove details arrow

* fix: write packageFile on import

* fix: remove stray log

* feat: fetch library meta data from npm

* chore: remove console.log

* fix: remove library menu ftb

* chore: remove console.log

* feat: check for remote library updates

* fix: allow up and downgrades

* fix: avoid submit loops

* feat: show update indicator

* feat: highlight updatable libraries

* feat: add option to check for updates

* feat: add link to library store

* fix: fix minor visual bugs

* feat: add option to view website

* fix: resolve npm tags correctly

* refactor: lift installed detail state to LibraryStore

* feat: show only update if > 0 are available

* fix: toggle libraries only on summary click

* fix: abort on failure

* fix: disable entire title on library store

* fix: abstract updateAvailable computation

* chore: remove material design ftb

* fix: add active state for links with icons

* WIP fix: add migrator for library name and description

* fix: laxen our way out of some ts corners

* fix: sand some rough edges

* feat: open remote files, e.g. website example on splashscreen

* fix: harden packageFile passing

* chore: factor out alva ui components

* fix: trigger remote file request correctly with node hosts

* fix: allow remote updates for recommended store items

* feat: indicate update target version

* chore: pass around component artifacts

* fix: adjust library image height

* fix: avoid jumping button heights

* fix: remove faulty meta data

* chore: avoid unnecessary work when building site

* fix: find vendor dir correctly

* fix: ensure vendored yarn is executable

* chore: avoid duplication

* fix: expose more data when fetch fails

* chore: expose more data for fetch errors

* fix: switch to fork from execa

1.0.0-alpha.27

28 Jan 09:43
Compare
Choose a tag to compare
1.0.0-alpha.27 Pre-release
Pre-release
v1.0.0-alpha.27

fix: restore mission video