This repository has been archived by the owner on Oct 23, 2023. It is now read-only.
Releases: meetalva/alva
Releases · meetalva/alva
1.0.0-alpha.36
v1.0.0-alpha.36 docs: update docs related to designkit (#750)
1.0.0-alpha.35
v1.0.0-alpha.35 feat: update recommended libraries (#749)
1.0.0-alpha.34
v1.0.0-alpha.34 fix: restore default values
1.0.0-alpha.33
v1.0.0-alpha.33 fix: widen slot types (#745)
1.0.0-alpha.32
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
v1.0.0-alpha.31 fix: avoid filling in superfluous props (#744)
1.0.0-alpha.30
v1.0.0-alpha.30 fix: allow components to pass properties (#742)
1.0.0-alpha.29
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
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
v1.0.0-alpha.27 fix: restore mission video