All notable changes to this project will be documented in this file. The project adhere's to Semantic Versioning. See Versioning for more information.
- Updated Ember to 2.10 and dependencies
- Mutable cell symbol change
- Checkbox and Radio initial property initialization
- Blanket dependency
- hasOwnProperty now properly works for objects without prototype
- Updating tests for Glimmer 2
- Required is html safe as dependency
- Allowing better configuration for customization Semantic-Org#141
- Popup: only update attributes passed in
- Popup: unwrap html safe values
- Popup: don't update position
- Base Mixin: added attribute bindings for autofocus, tabindex, title
- Base Mixin: upwrap html safe values
- Base Mixin: fix contains deprecation Semantic-Org#143
- Updating Ember, Ember Data, and Ember CLI to 2.8
- Updating multiple dependencies to latest version
- Adding additional ember try versions
- Moved promise tools to external addon
- Fixed build Semantic-Org#151
- Base mixin has been updated with expendable methods to hook into
- Base mixin now uses this.attrs to properly bind to passed in parameters
- Base mixin directly interacts with the Semantic-UI modules to avoid re-rending
- Base mixin now uses data down actions up principles instead of two way data binding
- All components have now expose "execute" as a block parameter
- ui-dropdown-array component has been removed
- ui-dropdown has a new map-value helper for value data binding
- Added and updated tests for changes
- Change log not recorded for version 1.0.
The versioning follows Semantic Versioning 2.0.0
{major}.{minor}.{increment}
The major version will increment when there are public api-level incompatibilities released.
The minor version will increment when functionality is added in a backwards-compatible manner or when we rollover years.
The last number is incremented each time we deploy another version. It should always start out as 1. These must be API-compatible changes. If they break any form of the public API then the MAJOR version needs to be updated.