- Dynamic addition property in default/custom options will automatically be added to the target.
- Update Travis to use latest node
- Update dependencies
- Run es5 getter codemod
- Consuming
ember-prop-types: 8.0.0
Dependencies:
- Updated core dependencies to be compatible with ember 3.3.
- Updated third party dependencies to be compatible with ember 3.3.
Addon:
- Updated Ember core module import paths to match Ember.js new Modules API.
Testing:
- Removed
helpers/resolver.js
,helpers/start-app.js
,helpers/destroy-app.js
as they are not needed with Ember new testing API. - Updated
test-helper.js
to allign with Ember's new testing API. - Added Ember 3.3 senario to ember-try config.
- Added support to the case when the source spreadable property gets replaced entirely.
- Fixed Travis API key.
- Updated usage of
targetObject
totarget
per the deprecation notice: https://www.emberjs.com/deprecations/v2.x#toc_code-targetobject-code
- Added
CONTRIBUTING.md
file - 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-prop-types
to^7.0.1
- Removed ignoring of
package-lock.json
file - Added
package-lock.json
file
- Add
ember-browserify
devDependency to address issue in demo app
Version 3.0.2
was supposed to have been released as a major and all subsequent minor releases have been attempts to remedy this. We believe we have discovered the culprit which is that a squash merge cannot be used against the PR employing pr-bumper
so if this deploys correctly as 4.0.0
see the changelog entries for the 3.0.2
release.
There was an error during release and this version should not have been released. It was supposed to be 4.0.0
. The
cause of the error is believed to be due to not being able to do a squash merge of a PR when utilizing pr-bumper
.
We will know for sure after the next release attempt.
There was an error during release and this version should not have been released. It was supposed to be 4.0.0
.
There was an error during release and this version should not have been released. It was supposed to be 4.0.0
.
- Delete blueprint
- Remove
ember-prop-types
fromdevDependencies
in package.json - Add
ember-prop-types
todependencies
in package.json
- Remove
ember-prop-types
fromdevDependencies
in package.json if this add-on is the only codebase relying on it.
We apologize for this change. Unfortunately, due to the internal needs of our organization this became a required action.
The 2.16.1 changes are now located in the ember-cli-2.16.1
branch and will hopefully be contained in a versioned release again in the future.
- Updated to Ember CLI 2.16.1
- Updated to Ember CLI 2.15.1 (babel 6)
- Updated testing dependencies
- Updated to use Ember Javascript Modules API (https://github.com/emberjs/rfcs/blob/master/text/0176-javascript-module-api.md)
- Added eslint rule to require usage of new modules syntax (will remove once added to ember-test-utils)
- Updated to use Ember CLI 2.15.1 inter-dependencies
- Updated to use headless Chrome in travis CI
- Updated dependencies
- Removed deprecated
ember-hash-helper-polyfill
- Updated to Ember CLI 2.12.3 and Ember 2.12.x
- Updated ember-try config matrix with Ember LTS 2.4 and LTS 2.8
- Updated travis.yml build matrix to run Ember LTS 2.4, LTS 2.8 and default (Ember LTS 2.12)
Added support for static properties (tagName
, elementId
), concatenatedProperties
(classNames
, ...) and mergedProperties
- Updated the secure auth tokens for
.travis.yml
- Updated the travis scripts used for bumping and publishing
- Fixed build by disable dependency snapshot which is causing build to fail and not publish. Fixes from: #23
- Updated to use latest pr-bumper with support for
none
- Updated
sinon-chai
to come from npm instead of bower - Updated
chai-query
to come from npm instead of bower - Updated
ember-cli-code-coverage
to version0.3.5
until resolution of: ember-cli-code-coverage/ember-cli-code-coverage#75
- Added pull request template for Github.
- Added better reporter for test runs.
- Added Firefox to CI build to help ensure we run into no Firefox specific issues.
- Added additional
ember-prop-types
config to make sure no errors slip through the cracks.
- 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.
- Dynamic spread is now driven via
spreadOptions=(hash source=(hash object=... property=...))
- Added tests
- Demo advanced options (action binding, computed property chains)
till
->to
till
->to
- Adding a repo, description and author to the package.json
- Updates to travis/dummy env to try to get the demo working
- Changed the baseURL for the demo
- Adding travis files for demo and coverage publishing
- Removing jshint from the npm depedencies