Skip to content

Commit

Permalink
Merge pull request #233 from juwara0/changelog
Browse files Browse the repository at this point in the history
Fix CHANGELOG.md and version in package.json
  • Loading branch information
juwara0 committed Mar 21, 2018
2 parents e6105bc + c6072e6 commit ac02dcd
Show file tree
Hide file tree
Showing 3 changed files with 84 additions and 66 deletions.
146 changes: 82 additions & 64 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,115 +1,133 @@
# 9.0.0 (2018-03-21)
* Updated pull request template
* Added issue template
* Updated to pr-bumper version 3
* Updated to node 8
* Added slack integration
* Updated ember-frost-test to ^4.0.1
* Updated ember-test-utils to ^8.1.1
* Updated ember-cli-frost-blueprints to ^5.0.2
* Updated ember-frost-notifier to ^8.0.0
* Updated ember-frost-popover to ^9.0.0
* Updated pr-bumper to ^3.7.0
* Updated ember-prop-types to ^7.0.1
* Updated ember-frost-core to ^7.0.0
* Removed ignoring of package-lock.json file
* Added package-lock.json file
* Updated Travis CI scripts to allow non-exact node version

# 8.0.0 (2018-01-09)
* Remove `ember-cli-visual-acceptance` NPM devDependency
* Remove `ember-cli-deploy` and `ember-cli-deploy-frost-pack` NPM devDependencies
* Remove `frost-guide-custom-routing` NPM devDependency
* Remove `ember-concurrency` NPM devDependency
* Remove `ember-elsewhere` NPM devDependency
* Remove `ember-redux`, `redux`, and `redux-thunk` NPM devDependencies
* Remove `ember-spread` NPM devDependency
* Remove `ember-truth-helpers` NPM devDependency
* Remove `eslint` NPM devDependency
* Remove `eslint-config-frost-standard` NPM devDependency
* Remove `remark-cli` NPM devDependency
* Remove `remark-lint` NPM devDependency
* Remove `sass-lint` NPM devDependency
* Remove `ember-mocha` Bower dependency
* Remove `ember-mocha-adapter` Bower dependency
* Remove `sinonjs` Bower dependency
* Remove `ember-inflector` Bower dependency
* Remove `Faker` Bower dependency
* Remove `pretender` Bower dependency
* Remove `lodash` Bower dependency
* Remove _package-lock.json_ until officially support Node 8
* Remove useLintTree from ember-cli-mocha configuration
* Move `ember-hook` NPM devDependency to dependencies and pin to `1.4.2`
* Move `ember-cli-code-coverage` configuration file to correct location
* Downgrade and pin `liquid-fire` NPM dependency to `0.27.2`
* Downgrade and pin `ember-code-snippet` NPM devDependency to `1.7.0`
* Pin `ember-cli-code-coverage` NPM devDependency to `0.3.12`
* Upgrade `ember-browserify` to `^1.2.0`
* Upgrade `ember-frost-notifier` NPM devDependency to `^7.0.0`
* Upgrade `ember-frost-popover` NPM devDependency to `^8.0.0`
* Upgrade `ember-frost-core` NPM dependency to `^5.0.0`
* Upgrade `ember-frost-test` NPM devDependency to `^4.0.0`
* Upgrade and pin `ember-cli-sass` NPM dependency to `7.1.1`
* Upgrade and move `ember-prop-types` NPM devDependency to dependencies at `^6.0.1`
* Install `bower` NPM devDependency
* Install `ember-cli-frost-blueprints` NPM devDependency at `^5.0.1`
* Remove `ember-cli-visual-acceptance` NPM devDependency
* Remove `ember-cli-deploy` and `ember-cli-deploy-frost-pack` NPM devDependencies
* Remove `frost-guide-custom-routing` NPM devDependency
* Remove `ember-concurrency` NPM devDependency
* Remove `ember-elsewhere` NPM devDependency
* Remove `ember-redux`, `redux`, and `redux-thunk` NPM devDependencies
* Remove `ember-spread` NPM devDependency
* Remove `ember-truth-helpers` NPM devDependency
* Remove `eslint` NPM devDependency
* Remove `eslint-config-frost-standard` NPM devDependency
* Remove `remark-cli` NPM devDependency
* Remove `remark-lint` NPM devDependency
* Remove `sass-lint` NPM devDependency
* Remove `ember-mocha` Bower dependency
* Remove `ember-mocha-adapter` Bower dependency
* Remove `sinonjs` Bower dependency
* Remove `ember-inflector` Bower dependency
* Remove `Faker` Bower dependency
* Remove `pretender` Bower dependency
* Remove `lodash` Bower dependency
* Remove _package-lock.json_ until officially support Node 8
* Remove useLintTree from ember-cli-mocha configuration
* Move `ember-hook` NPM devDependency to dependencies and pin to `1.4.2`
* Move `ember-cli-code-coverage` configuration file to correct location
* Downgrade and pin `liquid-fire` NPM dependency to `0.27.2`
* Downgrade and pin `ember-code-snippet` NPM devDependency to `1.7.0`
* Pin `ember-cli-code-coverage` NPM devDependency to `0.3.12`
* Upgrade `ember-browserify` to `^1.2.0`
* Upgrade `ember-frost-notifier` NPM devDependency to `^7.0.0`
* Upgrade `ember-frost-popover` NPM devDependency to `^8.0.0`
* Upgrade `ember-frost-core` NPM dependency to `^5.0.0`
* Upgrade `ember-frost-test` NPM devDependency to `^4.0.0`
* Upgrade and pin `ember-cli-sass` NPM dependency to `7.1.1`
* Upgrade and move `ember-prop-types` NPM devDependency to dependencies at `^6.0.1`
* Install `bower` NPM devDependency
* Install `ember-cli-frost-blueprints` NPM devDependency at `^5.0.1`


# 7.7.0 (2017-11-21)

* Added ability to specify category icons as urls, mirroring the functionality already implement for route icons.

* Added ability to specify category icons as urls, mirroring the functionality already implement for route icons.


# 7.6.1 (2017-11-20)
* #222 - Remove unused `typescript` dependency

# 7.6.0 (2017-11-13)

* Added ability to specify icon svgs with a URI instead of just a name and icon pack

* Added ability to specify icon svgs with a URI instead of just a name and icon pack


# 7.5.7 (2017-11-13)
* #219 - Bind context to call of this._super.included() in index.js

# 7.5.6 (2017-10-26)
* Fixed a bug where clicking a nav-route targeting the current route would leave the modal open
* Fixed a bug where clicking a nav-route targeting the current route would leave the modal open


# 7.5.5 (2017-08-10)
* **Updated** Upgrade ember-cli 2.12.3 inter-dependencies
* **Updated** Upgrade ember-cli 2.12.3 inter-dependencies
* **Updated** pin `ember-cli-htmlbars-inline-precompile` per issue: https://github.com/ciena-frost/ember-frost-core/issues/488

# 7.5.4 (2017-07-25)
* **Added** code coverage check script to build
* **Added** code coverage check script to build
* **Updated** gh-pages publish of demo app script (demo app was not being published)

# 7.5.3 (2017-07-12)
* Upgrade to `ember-cli` 2.12.3

# 7.5.2 (2017-06-25)
* **Upgraded** `pr-bumper` to support pre-releases so we can create a `8.0-beta` branch.
* **Upgraded** `pr-bumper` to support pre-releases so we can create a `8.0-beta` branch.


# 7.5.1 (2017-05-10)
* **Updated** secure auth tokens
* **Updated** secure auth tokens


# 7.5.0 (2017-04-11)
* **Added** some additional styles that were missing, as well as an example for a user menu
* **Fixed** [#30](https://github.com/ciena-frost/ember-frost-navigation/issues/30)
* **Added** some additional styles that were missing, as well as an example for a user menu
* **Fixed** [#30](https://github.com/ciena-frost/ember-frost-navigation/issues/30)
* **Fixed** [#32](https://github.com/ciena-frost/ember-frost-navigation/issues/32)

# 7.4.4 (2017-03-22)
* **Fixed** [#204](https://github.com/ciena-frost/ember-frost-navigation/issues/204) finally
* **Fixed** [#204](https://github.com/ciena-frost/ember-frost-navigation/issues/204) finally

# 7.4.3 (2017-03-22)
* **Added** a guard against `frost-navigation` service being destroyed when timeout finishes (attempting to fix [#204](https://github.com/ciena-frost/ember-frost-navigation/issues/204))
* **Added** a guard against `frost-navigation` service being destroyed when timeout finishes (attempting to fix [#204](https://github.com/ciena-frost/ember-frost-navigation/issues/204))

# 7.4.2 (2017-03-21)
- Only register routes if supported by version
- Only register routes if supported by version


# 7.4.1 (2017-03-21)
* **Fixed** bug where destroyed component tried to update `frost-navigation` service
* **Fixed** bug where destroyed component tried to update `frost-navigation` service


# 7.4.0 (2017-03-16)
* **Added** ability to set a `url` on a category and let it link directly to an external site
* **Fixed** the demo (was throwing an error due to re-defining the `demo.loading` route)
* **Updated** lint rules and cleaned up code
* **Fixed** unit tests to use `ember-test-utils` helpers and actually test some things
* **Integrated** `pr-bumper` code coverage management.
* **Added** ability to set a `url` on a category and let it link directly to an external site
* **Fixed** the demo (was throwing an error due to re-defining the `demo.loading` route)
* **Updated** lint rules and cleaned up code
* **Fixed** unit tests to use `ember-test-utils` helpers and actually test some things
* **Integrated** `pr-bumper` code coverage management.

# 7.3.0
- Update dependencies
- Biproduct of running the generators
- Added hooks
- Switched from ember-cli-notifications to frost-notifier
- outsideClick handler to dismiss outlet
- fix delay to prevent broken transition (transition would start before next would end)
- remove ember-elsewhere, and move nav-modal into frost-navigation template
- Update dependencies
- Biproduct of running the generators
- Added hooks
- Switched from ember-cli-notifications to frost-notifier
- outsideClick handler to dismiss outlet
- fix delay to prevent broken transition (transition would start before next would end)
- remove ember-elsewhere, and move nav-modal into frost-navigation template
- nav-modal-outlet deprecated. It will now print deprecated message

# 7.2.1
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ember-frost-navigation",
"version": "8.0.0",
"version": "9.0.0",
"description": "A modal navigation menu component",
"frostGuideDirectory": "ui-components/menu-controls/navigation",
"directories": {
Expand Down

0 comments on commit ac02dcd

Please sign in to comment.