Skip to content

Releases: t-ho/ngx-ui-loader

v.7.0.1

23 Nov 08:08
Compare
Choose a tag to compare
  • Update readme and dependencies

v.7.0.0

02 Nov 17:15
Compare
Choose a tag to compare
  • Update README
  • Tree-shakable service

v.2.0.0

31 Oct 16:16
Compare
Choose a tag to compare
  • Update dependencies
  • Remove NGX_POSITIONS, PB_DIRECTIONS, SPINNER_TYPES
  • Update README

v.1.2.0

05 Jun 12:13
32564d6
Compare
Choose a tag to compare
  • Add NgxUiLoaderBlurred directive for blurring the page content while the foreground loader is showed. See NgxUiLoaderBlurred
  • NGX_POSITIONS is deprecated. Use POSITION instead
  • PB_DIRECTIONS is deprecated. Use PB_DIRECTION instead
  • SPINNER_TYPES is deprecated. Use SPINNER instead

v.1.1.8

28 May 15:46
Compare
Choose a tag to compare

Features:

  • Http interceptor - Can configure to not show loader for some API urls.
  • Npm packages - version bump.

v.1.1.5

23 May 19:45
Compare
Choose a tag to compare

Features:

  • Add NgxUiLoaderHttpModule - Http Interceptor

v.1.1.2

22 May 11:59
Compare
Choose a tag to compare
  • Add more spinner types (total 22 spinners)
  • Bugs fixed: Background spinner (if active) should be showed after the foreground spinner is closed out.

v.1.1.1

21 May 08:46
Compare
Choose a tag to compare

Bugs fixed

  • Cannot change the color of ball-scale-multiple spinner

Features

  • Update document
  • Show all available spinners in example app
  • Demo of using NgxUiLoaderRouterModule for showing loader automatically while navigating between app routes

v.1.1.0

20 May 10:55
Compare
Choose a tag to compare

Features

  • Show loader automatically when navigating between app routes
  • Add more spinner types
  • Be able to set a threshold

Bugs Fixed

  • Set z-index of background spinner to 99999

v.1.0.2

19 May 14:07
Compare
Choose a tag to compare

Update example app and README.md