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.