Skip to content

Commit

Permalink
v3.0.0
Browse files Browse the repository at this point in the history
BREAKING CHANGES:

- initial render suggestion has been removed
- `onError` action has also been removed since it was only used for the initial suggestion

Enhancements:

- Added `excludeBaseStyles` config to prevent the base styles from being imported
- Update to Ember 2.11, npm only
  • Loading branch information
Ilya Radchenko committed Jan 31, 2017
1 parent 3f32fdf commit ab641fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ember-cli-toggle",
"version": "2.0.2",
"version": "3.0.0",
"description": "Checkbox based toggle switch component for Ember.js",
"directories": {
"doc": "doc",
Expand Down

0 comments on commit ab641fc

Please sign in to comment.