Skip to content

Commit 1f38295

Browse files
authored
Merge pull request #383 from MurhafSousli/release/13.0.0
v13.0.0
2 parents 5574662 + 690ea41 commit 1f38295

31 files changed

+1114
-544
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Changelog
22

3+
## 13.0.0
4+
5+
- feat: `NgProgressRef` directive has `(started)` and `(completed)` outputs, instead of subjects.
6+
- feat: `NgProgressRef` directive has all `NgProgress` component inputs excepts the irrelevant styling inputs.
7+
- feat: Add `fadeOutSpeed` input to set the fade out transition after the progress completes.
8+
- feat: Add `--ng-progress-spinner-speed` CSS variable to set the spinner speed.
9+
- enhance: Use `NgProgressRef` as *hostDirective* in `NgProgress` component and forward its inputs and outputs.
10+
- enhance: avoid triggering the main effects twice in `ProgressRef` directive due to config update.
11+
- refactor: Use transform function for `min` and `max` inputs.
12+
13+
### Breaking changes
14+
15+
- Remove `setConfig()` function from `ProgressRef` directive, you can now set the inputs directly.
16+
- Remove `start()`, `complete()`, `inc()` and `set()` functions from the component reference.
17+
318
## 12.0.2
419

520
- refactor: Use `untracked` in effects instead of `allowSignalWrites` and `setTimeout`.

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2016-2024 Murhaf Sousli
3+
Copyright (c) 2016-2025 Murhaf Sousli
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,17 @@ A nanoscopic progress bar. Featuring realistic trickle animations to convince yo
1717

1818
___
1919

20-
### The documentation is available at the [wiki page](https://github.com/MurhafSousli/ngx-progressbar/wiki) 📚
20+
## Documentations
21+
22+
### Table of contents
23+
24+
* [Usage](projects/ngx-progressbar/docs/Usage.md)
25+
* [Styling](projects/ngx-progressbar/docs/Styling.md)
26+
* [Global Options](projects/ngx-progressbar/docs/Global-options.md)
27+
* [Smooth Scroll Functions](projects/ngx-progressbar/docs/Integration.md)
28+
* Automagic features
29+
* [HttpClient Requests](projects/ngx-progressbar/docs/HttpClient-requests.md)
30+
* [Router Events](projects/ngx-progressbar/docs/Router-events.md)
2131

2232
___
2333

0 commit comments

Comments
 (0)