Releases: ju4n97/angular-boilerplate
Releases · ju4n97/angular-boilerplate
v4.0.0
Changelog
- Update Angular version to 14
- Migrate to standalone components
- Update dependencies
- Improve code & remove complexity
v3.0.0
Changelog
- Update Angular version to 13
- Update TailwindCSS version to 3
- Reduce bundling time by replacing SASS with vanilla CSS
- Refactor styles
v2.0.0
Changelog
- Update Angular version to 12
- Improve TailwindCSS purge by using the TAILWIND_MODE environment variable.
- Remove PWA default support to set it as an opt-in feature
- Reduce bundle size to 247.97 kB
- Fix font warnings
- General clean up
v1.3.0
Changelog
- Refactor folder structure to normalize names & avoid special characters
- Remove i18n support
Fixes
v1.2.1
Features
- Configure Tailwind JIT compiler
Fixes
v1.0.0
Features
- Replace e2e Protractor Framework with Cypress
- Replace unit testing Framework Jasmine & test runner Karma with Jest
- Add husky & commitlint
- Remove non-essential components
- Improve docs
Fixes
- Fix unit tests.
- Fix linting.
v0.8.3
Features
- Fix linting
- Configure strict mode
Chore