Releases: softlayer/sl-ember-components
Releases · softlayer/sl-ember-components
v0.9.3
v0.9.2
v0.9.1
Upgrade to Ember CLI 0.2.7
BREAKING ENHANCEMENT
- #344 Upgrade to Ember CLI 0.2.7
- #344 Replaced implementation of
sl-gridwith new one - #208 Refactored
sl-checkboxand added improvements - #226 Refactored
sl-paneland added improvements - #359 Refactored
sl-menuand added improvements - #499 Added used of
ember-streambysl-menu - #429 Deleted
mixin:sl-notify-view - #441 Deleted
mixin:sl-modal-managerandmixin:sl-modal - #499 Deleted 'service:sl-modal'
- #499 Refactored
sl-modalto useember-streaminstead ofservice:sl-modal - #478 Put fonts in namespace
BREAKING BUGFIX
- #306
sl-date-range-picker: Remove change bindings for "startDateChange" and "endDateChange"
ENHANCEMENT
- #392 Install
ember-cli-jsdoc - #404 Install
joshforisha/sl-eslint - #331
mixin:sl-tooltip-enabled: Enable tooltip functionality to include popover and title
BUGFIX
- #309 Update dependencies for underlying dependency chaining mis-matches that have occurred within Ember CLI ecosystem
- #389 Dropdown options are shifted off of the dropdown list element
- #390
sl-select: Couldn't recognize Ember objects passed in (thanks to @JKGisMe) - #396
Ember.typeOf( Symbol )returns"function", caused by emberjs/ember.js#11673 - #410
sl-selectdoesn' show pre-existing selection (thanks to @JKGisMe) - #526 Added
jquery-mousewheeldependency
DOCUMENTATION
- Added and improved documentation and demo application
- #365 Support publishing of generated docs to gh-pages branch/site
INTERNAL
- All components are now fully tested
- Codebase now aligns with the Ember Style Guide
- #14 All expected properties that can be defined when a component is used in a template should also be set in the component
Upgrade to Ember CLI 0.1.15
BREAKING ENHANCEMENT
ENHANCEMENT
- #167 Overwrite Font Awesome fonts if already in application tree
- #276 Update sl-ember-test-helpers to 1.3.0
- #279 Removed ember-cli-6to5 3.0.0. Added ember-cli-babel 4.0.0
- #284 Update sl-ember-translate to 1.4.0
BUGFIX
- #130 Keyboard shortcuts not working correctly in menu
DOCUMENTATION
- #280 Update installation instructions
INTERNAL
- Increase test coverage
- Refactor tests
- #283 Replaced instances of
Ember.A()with[]
Upgrade to Ember CLI 0.1.5
v0.6.0
BREAKING ENHANCEMENT
- #131 [BREAKING ENHANCEMENT] Update sl-bootstrap Bower dependency to 1.1.0
ENHANCEMENT
- #116 [ENHANCEMENT] Make CSS source map inclusion dependent on development environment
- #122 [ENHANCEMENT] Add "align" property to sl-drop-button
- #123 [ENHANCEMENT] Improve buttons size options
BUGFIX
Upgrade to Ember CLI 0.1.4
BREAKING ENHANCEMENT
- #106 Upgrade to Ember CLI 0.1.4
ENHANCEMENT
- #101 Make date-picker properties configurable instead of hard-coded
- #103 Add properties for additional HTML attributes
- #104 Additional updates to textarea attributes
BUGFIX
- #97 Correct asset paths
INTERNAL
- #90 Update bower dependency url
Upgrade Ember CLI to 0.1.3
BREAKING ENHANCEMENT
- #58 Upgrade Ember CLI to 0.1.3
ENHANCEMENT
- #60 Remove content security policy addon
- #84 Changed the git endpoint for sl-bootstrap Bower dependency
- #86 Remove content security policy addon configuration from demo application
BUGFIX
DOCUMENTATION
- Add menu to demo application for integration with gh-pages content
- README.md: Remove browser information and link to GitHub page with same info; update installation instructions
- Add footer to demo application for integration with gh-pages content
- Change display order of required property; change formatting of file
- #82 Update CONTRIBUTING.md
INTERNAL
- #46 Change NPM package homepage to http://softlayer.github.io/sl-ember-components/ once it's created
- #52 Add additional keywords
- #68 Update Brocfile.js
- Refine package.json configuration