- Added option to use a vertical tab.
- Ember-CLI 2.12.3 inter-dependencies
- Upgrade
ember-cli
to2.12.3
- Updated secure auth token
fix styling of tabs.
- Added blueprint check
- Fixed
ember
andember-cli
dependencies
- Updated the travis.yml and package.json to run code coverage
- Updated to use latest pr-bumper which supports being able to set a PR to
none
when publishing a new version is not desired.
- Updated CI to test in Chrome as well as Firefox.
- Updated integration tests to remove the deprecated use of
describeComponent()
- Added
ember-test-utils
dependency for usage in testing
- Removed unused dependencies from the dev environment.
- Upgraded to test against Ember 2.11.
- Added additional builds to CI to make sure addon works with latest versions of Ember.
- Removed files from npm package that aren't necessary (all of the various config files).
- Updated dependencies to latest versions.
- Fixed
ember-prop-type
errors by following component API's.
- Updated blueprint with latest core
- Updated
ember-frost-core
to^1.0.0
- Move to ember classic structure
upgrade to node 6.x
- Added a contentClass property to
frost-tab
that appends to thecontent
div when that tab is selected
- Added block format usage
- Added missing dependencies from blueprints.
- Update to the lastest depencies (ember@2.8.1, core, etc.)
- Add CI tools (code coverage, linting, hook, etc.)
- Update the interface to match with the component oiriented approach and to use
elsewhere
- Add integration tests
- Improve demo
- Added
tabClassNames
tofrost-tab
interface to allow for specifying CSS classes on tab content elements.
No CHANGELOG section found in Pull Request description.
Use a # CHANGELOG
section in your Pull Request description to auto-populate the CHANGELOG.md
- Fixed deprecation warning from Ember 2.6.0 to stop using
didInitAttrs
hook and instead useinit
.