Skip to content

v1.4.1

Choose a tag to compare

@github-actions github-actions released this 07 Jun 11:35
· 153 commits to main since this release
3bbd1d0

Patch Changes

  • #24 c5d1321 Thanks @flyon! - Template (app-with-backend) dep bumps so a fresh scaffold installs versions that match the APIs the template uses:

    • @_linked/core: ^2.6 (needs parseDatasetsConfig + loadStores)
    • @_linked/server: ^2.0 (needs the new BackendAPIStore config-object constructor + the dataset-terminology renames)
    • @_linked/server-utils: ^1.0.5 (1.0.4 shipped an empty tarball)
    • @_linked/react: ^1.3 (needs the loader/errorElement resolution chain + _refresh on linkedSetComponent)
    • @_linked/cli: ^1.4 (template uses the loader bin)

    Also: theme.css top-comment no longer references the colours as "CN-branded" — they're just the default palette; users override --color-primary-* / --color-secondary-* to brand. README workspace-note generalized to "another repo's packages/" instead of a specific path.