Skip to content

Upgrade to Ember CLI 1.13.8 and test everything

Compare
Choose a tag to compare
@notmessenger notmessenger released this 10 Dec 20:17
· 681 commits to master since this release

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() from sl-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 for sl-component-input-id mixin in sl-input and sl-textarea
  • #744 Update sl-button documentation
  • #700 Remove undefined from the @type for the "value" property for sl-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.

View complete changeset