Skip to content

Commit e2fe7d6

Browse files
committed
docs: release 17.0.1
1 parent 0d75f90 commit e2fe7d6

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
## [17.0.1](https://github.com/ng-bootstrap/ng-bootstrap/compare/17.0.0...17.0.1) (2024-08-28)
2+
3+
Hopefully fixes **that one** datepicker bug with weekday labels.
4+
5+
Also replacing `NgZone.onStable()` with `afterRender()/afterNextRender()` internally and using esbuild with zoneless CD for the demo site.
6+
7+
### Bug Fixes
8+
9+
* **datepicker:** generate weekday labels in correct order ([04010d6](https://github.com/ng-bootstrap/ng-bootstrap/commit/04010d6af69a02691d91e7180b50a986fcf3ef71))
10+
* **datepicker:** config not inherited from datepicker-input ([db14075](https://github.com/ng-bootstrap/ng-bootstrap/commit/db14075d07de381fe9c2d4b8ab3db29ad19c7c4a)), closes [#3848](https://github.com/ng-bootstrap/ng-bootstrap/issues/3848)
11+
* **datepicker:** global config not applied ([18919c9](https://github.com/ng-bootstrap/ng-bootstrap/commit/18919c990eeb346c2e5980c0c3808c32826c226b)), closes [#4697](https://github.com/ng-bootstrap/ng-bootstrap/issues/4697)
12+
13+
14+
115
# [17.0.0](https://github.com/ng-bootstrap/ng-bootstrap/compare/16.0.0...17.0.0) (2024-06-13)
216

317
This release bumps minimum required versions to Angular `18.0.0`.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ng-bootstrap/ng-bootstrap",
3-
"version": "17.0.0",
3+
"version": "17.0.1",
44
"description": "Angular powered Bootstrap",
55
"author": "https://github.com/ng-bootstrap/ng-bootstrap/graphs/contributors",
66
"engines": {

0 commit comments

Comments
 (0)