Releases: softlayer/sl-ember-components
Releases · softlayer/sl-ember-components
Support Ember 2.11.0+
v0.12.2
- #1672 Broccoli plugin fails when running in Node >= 5
What v0.12.0 should have been
0.12.1
All of the changes from the 0.12.0 release that were inadvertenly not merged into the branch.
v0.12.0
v0.11.1
The styling issues that have previously plagued this repo have been resolved!
BREAKING ENHANCEMENT
- No longer require
ember-cli-lessto be installed in an application in order to use this addon!! - #564 The page number(s) indicator visually reacts like a button even though is not interactive as such
- #974 Refactor DOM structure and supporting CSS and JS logic of
sl-gridcomponent - #1338 Create instructions for using loading class
- #1395 Remove addon/utils/all.js file
- #1399 Refactor to support "sl-ember-components-[component]" class pattern for
sl-alertcomponent - #1374 Refactor to support "sl-ember-components-[component]" class pattern for
sl-buttoncomponent - #1400 Refactor to support "sl-ember-components-[component]" class pattern for
sl-calendarcomponent - #1401 Refactor to support "sl-ember-components-[component]" class pattern for
sl-chartcomponent - #1375 Refactor to support "sl-ember-components-[component]" class pattern for
sl-checkboxcomponent - #1376 Refactor to support "sl-ember-components-[component]" class pattern for
sl-date-pickercomponent - #1377 Refactor to support "sl-ember-components-[component]" class pattern for
sl-date-range-pickercomponent - #1378 Refactor to support "sl-ember-components-[component]" class pattern for
sl-date-timecomponent - #1379 Refactor to support "sl-ember-components-[component]" class pattern for
sl-drop-buttoncomponent - #1380 Refactor to support "sl-ember-components-[component]" class pattern for
sl-inputcomponent - #1403 Refactor to support "sl-ember-components-[component]" class pattern for
sl-gridcomponent - #1404 Refactor to support "sl-ember-components-[component]" class pattern for
sl-loading-iconcomponent - #1405 Refactor to support "sl-ember-components-[component]" class pattern for
sl-menucomponent - #1406 Refactor to support "sl-ember-components-[component]" class pattern for
sl-modalcomponent - #1407 Refactor to support "sl-ember-components-[component]" class pattern for
sl-paginationcomponent - #1408 Refactor to support "sl-ember-components-[component]" class pattern for
sl-progress-barcomponent - #1381 Refactor to support "sl-ember-components-[component]" class pattern for
sl-radiocomponent - #1382 Refactor to support "sl-ember-components-[component]" class pattern for
sl-selectcomponent - #1383 Refactor to support "sl-ember-components-[component]" class pattern for
sl-spancomponent - #1384 Refactor to support "sl-ember-components-[component]" class pattern for
sl-tab-panelcomponent - #1385 Refactor to support "sl-ember-components-[component]" class pattern for
sl-textareacomponent - #1386 Refactor to support "sl-ember-components-[component]" class pattern for
sl-tooltipcomponent - #1446 Missing "icon" property in component definition for
sl-drop-option,sl-drop-button, andsl-drop-option-divider - #1477 Allow
sl-chartoptions to be updated after render - #1486 Prevent click event in
sl-menu-item-show-allcomponent
ENHANCEMENT
- All components now correctly leverage Twitter Bootstrap DOM and classes
- #315 Autoprefixer support
- #864 Add ability to specify initial sorted column and direction
- #1173 Standardize bootstrap glyphs across components
- #1179 Add size support to
sl-modalcomponent - #1201 and #1478 Upgrade version of Twitter Bootstrap to v3.3.5
- #1243
sl-selectbackground color - #1350 Create error architecture for sl-ember-components
BUG FIX
- #1035 Invalid CSS property declaration at: *
DEPRECATION
- #1197 Remove
sl-loading-iconcomponent offering
DOCUMENTATION
- #11 Demo app doesn't like being in a "narrower" browser window
- #33 Provide directions on how to modify the CSS to swap the loading image
- #47 Document how consuming application should reference .LESS files
- #1387 Add documentation to each component about its CSS namespacing
- #1417 Improve the content on the Error Handling wiki page
- #1419 Add content to Built in Icon Support page
- #1430 Create instructions on swapping base font
- #1434 Link in README.md to support browsers is incorrect.
- #1452 Remove copy/paste error in warn section of README
- #1344 Remove
select2from list of dependencies that are not MIT licensed in README
INTERNAL
jQuery/Ember CLI bugfix
BUG FIX
- #1391 jQuery version increased but Ember CLI is checking for previous version
DOCUMENTATION
- Added Vision Statement
- Added Roadmap
INTERNAL
- Updated Release Instructions
Highchart bug fix
Upgrade to Ember CLI 1.13.8 and test everything
BREAKING ENHANCEMENT
- #452 Upgrade to Ember CLI 1.13.8
- #1223 Validate timezone value in
sl-date-time - #823 Refactor "spellcheck" property in
sl-textarea
ENHANCEMENT
- #916 Add name property to
sl-input-basedmixin - #791 Extract
setInputId()fromsl-input-basedmixin into own mixin - #784 Add missing properties to
sl-radio - #762 Refactor DOM of
sl-modal-header - #759 Refactor DOM of
sl-modal-footer - #757 Refactor DOM of
sl-modal-body
BUG FIX
- #949
sl-grid footeris misaligned - #900 Auto-column width does not align header with body
- #685 Replace use of single quotes with double quotes in template construction in integration tests
- #682 Refactor the format of the template rendering in the tests to pass linting checks
- #648
sl-drop-buttonnot showing dropdown options when clicked - #614 Failing tests for
sl-textarea - #613 Failing tests for
sl-tab-panel - #610 Failing tests for
sl-modal
DOCUMENTATION
- #1233
sl-calender's demo model is not in sync with demo model template - #1014 README.MD needs to be updated to include correct components, mixins, etc
- #962 Add action to documentation for
sl-date-picker - #877 "Align" enum is not showing up in generated documentation as expected
- #878 Are other enums experiencing this same documentation problem?
- #808 Add missing entry for
sl-component-input-idmixin in documentation pages - #807 Add missing
@augmentsforsl-component-input-idmixin insl-inputandsl-textarea - #744 Update
sl-buttondocumentation - #700 Remove undefined from the
@typefor the "value" property forsl-date-time - #696 Grid demo is broken
- #664 Change reference to Brocfile.js in 8README.MD* to ember-cli-build.js
INTERNAL
A large majority of these are related to creating a better testing story through the use of component integration tests.