From 369faa1f2634a445f136d8423c1da034ecc3b83c Mon Sep 17 00:00:00 2001 From: fbasso Date: Thu, 16 Dec 2021 11:02:32 +0100 Subject: [PATCH] docs: release 11.0.0 --- CHANGELOG.md | 19 ++++++++++++++++++- package.json | 2 +- 2 files changed, 19 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6d31b914d6..c9f892355a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,23 @@ +# [11.0.0](https://github.com/ng-bootstrap/ng-bootstrap/compare/10.0.0...11.0.0) (2021-12-16) + +This release adds Angular 13 support. + +Apologies for the version mixup with this release, please use this guide: +- ng-bootstrap 10 (stable) -> Angular 12 and Bootstrap 4 +- ng-bootstrap 11 (stable) -> Angular 13 and Bootstrap 4 +- ng-bootstrap 12 (beta) -> Angular 13 and Bootstrap 5 + +### Bug Fixes + +* remove 'entryComponents' from the code ([a6fd72b](https://github.com/ng-bootstrap/ng-bootstrap/commit/a6fd72bd1c42a4a47214fa7ac8a93113eae859f3)) +* remove deprecated 'ComponentFactoryResolver' ([60514a3](https://github.com/ng-bootstrap/ng-bootstrap/commit/60514a3da7959c014655cafde455b27e030c3ef1)) +* **accordion:** fix broken collapse animation ([801093a](https://github.com/ng-bootstrap/ng-bootstrap/commit/801093af31cd9c43e197170d76e03e1a329e93b0)) +* **datepicker:** fix header colors ([c24880c](https://github.com/ng-bootstrap/ng-bootstrap/commit/c24880c0f6455c60d9825127904dd80e1def09c8)) + + # [12.0.0-beta.4](https://github.com/ng-bootstrap/ng-bootstrap/compare/11.0.0-rc.0...12.0.0-beta.4) (2021-11-22) -This 4th beta release for Bootstrap 5 adds Angular 13 support and uses Popper.js for positioning. Schematics are not yet updated for this version. +This 4th beta release for Bootstrap 5 adds Angular 13 support and uses Popper.js for positioning. Schematics are not yet updated for this version. Apologies for the version mixup with this release, please use this guide: - ng-bootstrap 10 (stable) -> Angular 12 and Bootstrap 4 diff --git a/package.json b/package.json index f105128028..d2ddd0f7d3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ng-bootstrap/ng-bootstrap", - "version": "11.0.0-rc.0", + "version": "11.0.0", "description": "Angular powered Bootstrap", "author": "https://github.com/ng-bootstrap/ng-bootstrap/graphs/contributors", "engines": {