v1.0.0-alpha.2
Important
Whilst in beta, expect big changes and improvements until we get to a stable state. For this reason, we won't provide step-by-step upgrade instructions just yet (but will do closer to a stable release).
This release:
- Upgraded all dependencies to the latest.
- In particular, NgRx Signals is now stable, and required some modifications to the way we implement stores (see the linked PR, below).
- Added
@ngrx/eslint-plugin
and plugged the rules in to the app's ESLint configuration. - Pinned the version of
undici
to latest v6 to avoid issues that the older v5 (used by the Firebase JS SDK) caused for the server-side rendering (only impacts local development, but still good to resolve this).
For the full extent of the changes in this release, see: #21
Important
After you make these changes, it's important to update the version number in the TEMPLATE_VERSION
file to reflect this base template version. This will help you in future updates.