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-less
to 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-grid
component - #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-alert
component - #1374 Refactor to support "sl-ember-components-[component]" class pattern for
sl-button
component - #1400 Refactor to support "sl-ember-components-[component]" class pattern for
sl-calendar
component - #1401 Refactor to support "sl-ember-components-[component]" class pattern for
sl-chart
component - #1375 Refactor to support "sl-ember-components-[component]" class pattern for
sl-checkbox
component - #1376 Refactor to support "sl-ember-components-[component]" class pattern for
sl-date-picker
component - #1377 Refactor to support "sl-ember-components-[component]" class pattern for
sl-date-range-picker
component - #1378 Refactor to support "sl-ember-components-[component]" class pattern for
sl-date-time
component - #1379 Refactor to support "sl-ember-components-[component]" class pattern for
sl-drop-button
component - #1380 Refactor to support "sl-ember-components-[component]" class pattern for
sl-input
component - #1403 Refactor to support "sl-ember-components-[component]" class pattern for
sl-grid
component - #1404 Refactor to support "sl-ember-components-[component]" class pattern for
sl-loading-icon
component - #1405 Refactor to support "sl-ember-components-[component]" class pattern for
sl-menu
component - #1406 Refactor to support "sl-ember-components-[component]" class pattern for
sl-modal
component - #1407 Refactor to support "sl-ember-components-[component]" class pattern for
sl-pagination
component - #1408 Refactor to support "sl-ember-components-[component]" class pattern for
sl-progress-bar
component - #1381 Refactor to support "sl-ember-components-[component]" class pattern for
sl-radio
component - #1382 Refactor to support "sl-ember-components-[component]" class pattern for
sl-select
component - #1383 Refactor to support "sl-ember-components-[component]" class pattern for
sl-span
component - #1384 Refactor to support "sl-ember-components-[component]" class pattern for
sl-tab-panel
component - #1385 Refactor to support "sl-ember-components-[component]" class pattern for
sl-textarea
component - #1386 Refactor to support "sl-ember-components-[component]" class pattern for
sl-tooltip
component - #1446 Missing "icon" property in component definition for
sl-drop-option
,sl-drop-button
, andsl-drop-option-divider
- #1477 Allow
sl-chart
options to be updated after render - #1486 Prevent click event in
sl-menu-item-show-all
component
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-modal
component - #1201 and #1478 Upgrade version of Twitter Bootstrap to v3.3.5
- #1243
sl-select
background color - #1350 Create error architecture for sl-ember-components
BUG FIX
- #1035 Invalid CSS property declaration at: *
DEPRECATION
- #1197 Remove
sl-loading-icon
component 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
select2
from 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-based
mixin - #791 Extract
setInputId()
fromsl-input-based
mixin 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 footer
is 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-button
not 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-id
mixin in documentation pages - #807 Add missing
@augments
forsl-component-input-id
mixin insl-input
andsl-textarea
- #744 Update
sl-button
documentation - #700 Remove undefined from the
@type
for 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.