Skip to content

Releases: jm2097/angular-boilerplate

v5.0.0

13 May 03:14
a69e721
Compare
Choose a tag to compare

What's Changed

  • Added inteface and enums in lib folder and readme.md by @Mahmoudibrahim03 in #612
  • Upgrade Angular to v16 by @juanmesa2097 in #635

New Contributors

Full Changelog: v4.0.0...v5.0.0

v4.0.0

13 Jun 03:34
Compare
Choose a tag to compare

Changelog

  • Update Angular version to 14
  • Migrate to standalone components
  • Update dependencies
  • Improve code & remove complexity

v3.0.0

10 Dec 03:09
Compare
Choose a tag to compare

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

24 May 04:20
Compare
Choose a tag to compare

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

28 Apr 05:35
Compare
Choose a tag to compare

Changelog

  • Refactor folder structure to normalize names & avoid special characters
  • Remove i18n support

Fixes

  • Fix responsive

v1.2.1

17 Apr 07:15
Compare
Choose a tag to compare

Features

  • Configure Tailwind JIT compiler

Fixes

  • Fix theme service

v1.0.0

04 Apr 02:13
Compare
Choose a tag to compare

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

04 Feb 04:55
Compare
Choose a tag to compare

Features

  • Fix linting
  • Configure strict mode

Chore

  • Refactor code
  • Add types

v0.8.2

04 Feb 01:50
Compare
Choose a tag to compare

Chore

  • Update readme

v0.8.1

04 Feb 01:45
Compare
Choose a tag to compare

Chore

  • Update readme