Skip to content

Commit

Permalink
chore(release): v0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pkozlowski-opensource committed Dec 28, 2013
1 parent dc02ad1 commit 15e255d
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 1 deletion.
43 changes: 43 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,46 @@
# 0.9.0 (2013-12-28)

_This release adds Bootstrap3 support_

## Features

- **accordion:**
- convert to bootstrap3 panel styling ([458a9bd3](http://github.com/angular-ui/bootstrap/commit/458a9bd3))
- **carousel:**
- some changes for Bootstrap3 ([1f632b65](http://github.com/angular-ui/bootstrap/commit/1f632b65))
- **collapse:**
- make collapse work with bootstrap3 ([517dff6e](http://github.com/angular-ui/bootstrap/commit/517dff6e))
- **datepicker:**
- update to Bootstrap 3 ([37684330](http://github.com/angular-ui/bootstrap/commit/37684330))
- **modal:**
- added bootstrap3 support ([444c488d](http://github.com/angular-ui/bootstrap/commit/444c488d))
- **pagination:**
- support bootstrap3 ([3db699d7](http://github.com/angular-ui/bootstrap/commit/3db699d7))
- **progressbar:**
- update to bootstrap3 ([5bcff623](http://github.com/angular-ui/bootstrap/commit/5bcff623))
- **rating:**
- update rating to bootstrap3 ([7e60284e](http://github.com/angular-ui/bootstrap/commit/7e60284e))
- **tabs:**
- add nav-justified ([3199dd88](http://github.com/angular-ui/bootstrap/commit/3199dd88))
- **timepicker:**
- restyled for bootstrap 3 ([6724a721](http://github.com/angular-ui/bootstrap/commit/6724a721))
- **typeahead:**
- update to Bootstrap 3 ([eadf934a](http://github.com/angular-ui/bootstrap/commit/eadf934a))

## Bug Fixes

- **alert:**
- update template to Bootstrap 3 ([dfc3b0bd](http://github.com/angular-ui/bootstrap/commit/dfc3b0bd))
- **collapse:**
- Prevent consecutive transitions & tidy up code ([b0032d68](http://github.com/angular-ui/bootstrap/commit/b0032d68))
- fixes after rebase ([dc02ad1d](http://github.com/angular-ui/bootstrap/commit/dc02ad1d))
- **rating:**
- user glyhicon classes ([d221d517](http://github.com/angular-ui/bootstrap/commit/d221d517))
- **timepicker:**
- fix look with bootstrap3 ([9613b61b](http://github.com/angular-ui/bootstrap/commit/9613b61b))
- **tooltip:**
- re-position tooltip after draw ([a99b3608](http://github.com/angular-ui/bootstrap/commit/a99b3608))

# 0.8.0 (2013-12-28)

## Features
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"author": "https://github.com/angular-ui/bootstrap/graphs/contributors",
"name": "angular-ui-bootstrap",
"version": "0.9.0-SNAPSHOT",
"version": "0.9.0",
"dependencies": {},
"devDependencies": {
"grunt": "~0.4.1",
Expand Down

0 comments on commit 15e255d

Please sign in to comment.