Skip to content

Releases: softlayer/sl-ember-components

Support Ember 2.11.0+

05 Apr 02:18
Compare
Choose a tag to compare

v0.12.2

25 Apr 03:01
Compare
Choose a tag to compare
  • #1672 Broccoli plugin fails when running in Node >= 5

View complete changeset

What v0.12.0 should have been

15 Apr 03:23
Compare
Choose a tag to compare

0.12.1

All of the changes from the 0.12.0 release that were inadvertenly not merged into the branch.

View complete changeset

v0.12.0

15 Apr 02:59
Compare
Choose a tag to compare

BREAKING ENHANCEMENT

  • #1663 Upgrade Ember CLI to v2.4.3

DOCUMENTATION

  • #1654 Update sl-grid documentation

View complete changeset

v0.11.1

16 Mar 17:58
Compare
Choose a tag to compare

BUG FIX

Move broccoli-autoprefixer from devDependencies to dependencies

View complete changeset

The styling issues that have previously plagued this repo have been resolved!

24 Feb 22:22
Compare
Choose a tag to compare

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, and sl-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

  • Improved test coverage
  • #1279 Fix file naming
  • #1283 Reduce app.import() calls to single entries vs per-environment

View complete changeset

jQuery/Ember CLI bugfix

11 Jan 16:29
Compare
Choose a tag to compare

BUG FIX

  • #1391 jQuery version increased but Ember CLI is checking for previous version

DOCUMENTATION

INTERNAL

View complete changeset

Highchart bug fix

05 Jan 13:27
Compare
Choose a tag to compare

BUG FIX

  • #1340 Highcharts library changed the folder structure of their built/distributed code...again.

DOCUMENTATION

  • #1344 Update README.md. Select2 dependency license is now MIT.

View complete changeset

Upgrade to Ember CLI 1.13.8 and test everything

10 Dec 20:17
Compare
Choose a tag to compare

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

v0.9.4

10 Dec 14:45
Compare
Choose a tag to compare

ENHANCEMENT

BUGFIX

  • #1250 Highcharts dependency changed the location of their source files

INTERNAL

  • #880 Upgrade sl-eslint and ember-cli-jsdoc dependencies
  • #1278 Update blueprint to reflect latest Highcharts version already being installed

View complete changeset