- Fixed Travis API key.
Please add a description of your change here, it will be automatically prepended to the CHANGELOG.md
file.
- adds a
helpUrl
property to the frost-modal-dialog-form component. Needed for epic https://agile-jira.ciena.com/browse/BPSO-45504
- Updated
ember-frost-tabs
to version^10.0.0
- Updated
ember-frost-bunsen
to version22.0.0
- Updated Pin
ember-cli-notifications
to version4.2.1
to fix broken demo app
- Upgraded
ember-frost-bunsen
to^20.0.0
- Upgraded
ember-frost-tabs
to^9.0.0
- Upgraded
ember-frost-core
to^8.0.0
- Installed
ember-cli-svgstore
devDependency - Updated
frost-icon
functionality to work with new version ofember-frost-core
- Updated pull request template
- Added issue template
- Updated to
pr-bumper
version3
- 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-bunsen
to^19.0.1
- Updated
ember-frost-tabs
to^8.0.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
- Updated test helpers to now be provided from addon-test-support. For example, test helpers previously available at
dummy/tests/helpers/ember-frost-modal
are now available viaember-frost-modal/test-support/frost-modal
- Updated add information to README.md about test helpers
- Removed
array.js
helper since no longer used
- Removed package-lock until we are ready to support node 8
- Added ignore the linting of the
CHANGELOG.md
- Added ignoring of
package-lock
until we are ready to move to node 8 - Removed useLintTree ember-cli-mocha configuration from
ember-cli-build.js
- Removed
.remarkrc
file since it is now provided byember-test-utils
- Removed
ember-cli-visual-acceptance
package and related files - Removed the blueprint file since packages are now included via dependencies
- Updated
ember-browserify
to^1.2.0
- Added
ember-frost-test
@^4.0.0
- Updated
ember-cli-chai
to0.4.3
- Updated
ember-cli-mocha
to0.14.4
- Updated
ember-sinon
to^0.7.0
- Updated
ember-test-utils
to^8.1.0
- Updated
sinon-chai
to^2.14.0
- Updated
ember-cli-code-coverage
to0.3.12
- Updated
ember-cli-frost-blueprints
to^5.0.1
- Removed no longer needed
ember-cli-import-polyfill
package - Removed unused
ember-cli-moment-shim
package - Removed unused
ember-cli-release
package - Removed unused
ember-cli-sri
package - Updated
ember-computed-decorators
to0.3.0
and moved to a dependency instead of a devDependency - Updated
ember-concurrency
to0.7.19
- Updated
ember-elsewhere
to be a dependency instead of a devDependency - Removed unused
ember-fetch
package - Updated
ember-frost-bunsen
to^17.0.0
- Removed unused
ember-frost-date-picker
package - Removed unused
ember-frost-fields
package - Removed unused
ember-frost-popover
package - Removed unused
ember-frost-table
package - Updated
ember-frost-tabs
to^7.0.0
- Updated
ember-get-config
to0.2.2
and moved to a dependency instead of a devDependency - Updated
ember-hook
to1.4.2
and moved to a dependency instead of a devDependency - Updated
ember-ignore-children-helper
to1.0.0
and moved to a dependency instead of a devDependency - Removed unused
ember-moment
package - Updated
ember-prop-types
to^6.0.1
and moved to a dependency instead of a devDependency - Removed unused
ember-spread
package - Updated
ember-truth-helper
to^1.3.0
- Updated
liquid-fire
to be a dependency instead of a devDependency - Updated
ember-cli-sass
to7.1.1
- Updated
ember-frost-core
to^5.1.1
- Updated code coverage configuration with reporters
- Removed unused
clockpicker-seconds
bower package - Removed unused
resemblejs
bower package - Removed unused
node-uuid
bower package - Removed unused
es6-promise
bower package
- Remove
tabIndex
support on "Cancel" and "Confirm" buttons per the discussion in #112
- Upgraded
closeOnConfirm
to be promise-aware. IfonConfirm
returns a Promise, the modal will callonClose
once that Promise resolves. (Errors will leave the modal open.) - Added optional
disableConfirmUntilOnConfirmResolves
flag, and the ability to specify different text for a disabled confirm button. This behavior defaults totrue
, and is only active when handling anonConfirm
that returns a Promise. - Upgraded demo pages for
frost-modal-form
so that they show more realistic form modal usage - Added support for
title
tooltips on modal buttons - Added
chai-jquery
,sinon-chai
devDependencies - Updated to version
^8.1.0
ofember-test-utils
- Added eslint configuration options to allow existing test names
- Fixed some linting per updated linting rules
- Fixed demo notifications so that they show above the blur layer
- Update
ember-frost-core
to latest major
- Demo, and docs use object instead of hash (For Emb
- Remove unused
ember-simple-uuid
dependency
- #118 - Bind context to call of this._super.included() in index.js
- Use the latest
ember-frost-core
, with a flexible minor version (^3.0.1
)
- Fixes #114
- Use ember-cli-notifications latest - v4.2.0 was using a beta version of ember-css-modules
- fixes for issues #95 and #103
- Upgrade ember-cli 2.12.3 inter-dependencies
- Upgrade ember-cli 2.12.3 inter-dependencies
- Upgrade
ember-cli
to 2.12.3
- Fixed
config/environment.js
to no longer impact consuming app environment (resolves #108)
- Enabled code coverage checking and set an initial baseline coverage
- Fixed propType warnings (resolves #106)
- Enabled propType errors (instead of warnings) within the addon so the above doesn't regress
- Updated the secure auth tokens in
.travis.yml
- Removed max-width from dialog modal
- Removed unnecessary dependencies from blueprint
- Added blueprint check
-Modifications to align with UX spec
- Fixed icons so they stop disappearing on a subsequent render.
- Upgraded to Ember 2.11.
- fixes for issue #78 and #74.
- Upgraded ember-test-utils.
- Upgraded Ember to 2.11
- Used info, warning and error icons from
ember-frost-core
- 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 integration tests to remove the deprecated use of
describeComponent()
- Updated service unit test to use setupTest() from
ember-mocha
- Updated
ember-test-utils
version
added isVisible
to any custom buttons
- Fixed broken test helper.
- Fixed #71
adding a classModifier for the contained modal.
- Removed duplicate icon
warn
Updated blueprint to include stable liquid fire and package.json to include bunsen ^13.0.0. All functionality maintained.
- Updated
ember-frost-core
to^1.0.0
- Add icons
- Fix issue with frost-tabs
- Added tabIndex parameter to dialog buttons
- Gave cancel button a default tabIndex of 1 so that it comes after confirm button in tab order
No CHANGELOG section found in Pull Request description.
Use a # CHANGELOG
section in your Pull Request description to auto-populate the CHANGELOG.md
Add ability to disabled Cancel button in dialog
fix gh-pages demo
updated node version to 6 updated coverage props
upgrade ember-prop-types to v3.x. Remove this._super()
to support this.
Fixed issue with coverage not publishing
- Fixed code so it works with versions of Ember all the back to
2.3
. - Upgraded dependencies.
- Added two new test helpers
expectButtonToBeDisabled()
andexpectButtonToBeEnabled()
. - Fixed test helper
expectButtonWithState()
to check disabled state.
- Remove type-of dependency
- Remove warning when a component is passed in the footer
- Updated example to show component usage in footer
- Added closeOnConfirm (default true) to allow forms to submit and receive an API response prior to close
- Enable visual acceptance test
- Switch from Firefox to Chrome for testing env.
- Added two new test helpers:
expectModalWithContent()
andexpectModalWithIcon()
. - Added
icon
andcontent
support toexpectModalWithState()
test helper.
- Added two more test helpers:
clickModalCancelButton()
andclickModalConfirmButton()
. - Fixed bithound.io badge in README.
- Added documentation for test helpers.
- Added test helpers that can be used by consumers.
- Added new
buttons
property to modals to allow user to specify additional buttons to show between the cancel and confirm buttons in the modal footer.
- Added new
footer
property to modals that allows arbitrary text to be rendered in the left side of the footer.
- Added optional
subtitle
property to modals to support adding a subtitle to the header. - Upgraded
devDependencies
to latest versions for demo app.
- Removed the hack for dynamically disabling confirm on forms
- Added a computed property for params that fires whenever attributes are updated
- Updated the info demo to demonstrate this ability in both the summary and confirm params
- Updated the info dialog demo to show a simple summary message binding
- Added a hack to allow confirm buttons on the frost-modal-form to be disabled - a better proxy solution will be put in place shortly
- Added an controller action passed to the component in the content demo
- Removed ember-remodal based modals
- Added ember-elsewhere based modals
- Added more modal types - about, info, warning, confirmation, error, form
- Added documentation to the demo app
- Updated to latest version of
liquid-fire
.
- Reduced specificity of SASS selectors
- Added
CONTRIBUTING.md
to inform potential contributors - Added
PULL_REQUEST_TEMPLATE.md
to ease intro intopr-bumper
- Added support to use the built in modalClose function only if needed
No CHANGELOG section found in Pull Request description.
Use a # CHANGELOG
section in your Pull Request description to auto-populate the CHANGELOG.md
Destroy and recreate the modal content so that it can update on re-launch
Guard against a null destroy in perfect-scroll
- Link to forked remodal temporary to force component re-rendering on dialog open/close
- Changed the footer block controls interface to more cleanly support cancel, confirm and custom buttons within a single block-slot
No CHANGELOG section found in Pull Request description.
Use a # CHANGELOG
section in your Pull Request description to auto-populate the CHANGELOG.md