Skip to content

Commit

Permalink
docs: release 13.0.0-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
maxokorokov committed Jun 14, 2022
1 parent 67371a8 commit d52457a
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,14 @@
# [13.0.0-beta.1](https://github.com/ng-bootstrap/ng-bootstrap/compare/12.1.2...13.0.0-beta.1) (2022-06-14)

This is the first beta version that adds Angular 14 support.


### BREAKING CHANGES

* **buttons:** Checkbox and Radio buttons are no longer a part of ng-bootstrap, please use native Angular. They were deprecated in ng-bootstrap 12, see [this page](https://ng-bootstrap.github.io#/components/buttons/overview) for more details.



## [12.1.2](https://github.com/ng-bootstrap/ng-bootstrap/compare/12.1.1...12.1.2) (2022-05-17)

Bugfixes for popper positioning related to tooltip/popover arrow placement and overall performance.
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "@ng-bootstrap/ng-bootstrap",
"version": "12.1.2",
"version": "13.0.0-beta.1",
"description": "Angular powered Bootstrap",
"author": "https://github.com/ng-bootstrap/ng-bootstrap/graphs/contributors",
"engines": {
Expand Down

0 comments on commit d52457a

Please sign in to comment.