Skip to content

Releases: nikosanif/angular-authentication

v2.0.0

18 Jun 08:52
v2.0.0
34abb8a
Compare
Choose a tag to compare

2.0.0 (2024-06-18)

Features

  • add google analytics (6857211)
  • add open graph and twitter meta tags (da4f9dd)
  • app: update app to Angular 18 (#8) (0485383)
  • icons: create module for icons (74664ea)

Build System

  • install prettier-plugin for tailwindcss (bc03223)
  • setup unit testing tools (#2) (61695a9), closes #1

v1.0.1

23 Dec 12:15
Compare
Choose a tag to compare

1.0.1 (2021-12-23)

Build System

  • add analyze script (1288bca)
  • ng update to v13 (84ab6f9)
  • update angular and packages (767203b)
  • update tailwindcss to v3 (77e6a4e)
  • upgrade Angular to v13 and packages (3993e46)

v1.0.0

23 Dec 12:14
Compare
Choose a tag to compare

1.0.0 (2021-10-20)

Features

  • add app's features at home (10044b5)
  • add content at secured-feat component (d76f4f0)
  • add hint at login form (1eb50ed)
  • add new module about (ab26a8f)
  • add settings at environments (2c7e308)
  • add users account list (150e592)
  • app: add footer at main layout (df7fa55)
  • app: create app main header (5243f65)
  • app: create custom card component style (f4e496f)
  • app: create typography style and fix responsive layout (0b7c216)
  • app: show current version at footer (a0fa7f9)
  • auth: create auth module (6a6c6d8)
  • auth: create dummy secured-feat module (2111867)
  • auth: design login form (54f14c0)
  • auth: init and setup store (5f13f0f)
  • core: add main services for core (caac0b4)
  • core: create core module and import @ngrx/* (7bc4289)
  • enrich app's features list (64f2f9c)
  • finalize auth in fake-api (3cca23e)
  • header: add icons at menu items (2f03887)
  • header: add repo's link at github (5ab2a9b)
  • home: create new module for home (cc18510)
  • implement fake api (wip) (23c5b08)
  • setup theme and main header (4350702)
  • shared: add greeting utils (f447aff)
  • ui: add content at about component (5a38442)
  • ui: create footer module (fddd150)
  • ui: create new module for header (d1b9321)
  • ui: design footer component (f44e509)

Bug Fixes

  • add handler for auth logout fake request (d5d2610)
  • change footer creator text (6a025ac)
  • remove greeting from login (29f3011)
  • remove list from support section (61d446b)
  • style changes at header (6829952)
  • ui: make footer responsive (3a67ded)
  • use exhaustMap instead of switchMap at effects (41ff579)