[DEPRECATED] ember-frost-sort
This repository is deprecated. We do not recommend using the content of this repository please use the following: frost-collection-components (internal)
A sorting component to sort collections
This repository is deprecated. We do not recommend using the content of this repository please use the following: frost-collection-components (internal)
ember-cli-notifications
to version 4.2.1
to fix broken demo appember-frost-core
to ^8.0.0
ember-cli-svgstore
ember-frost-core
pr-bumper
version 3
ember-frost-test
to ^4.0.1
ember-test-utils
to ^8.1.1
ember-cli-frost-blueprints
to ^5.0.2
ember-prop-types
to ^7.0.1
ember-frost-core
to ^7.0.0
package-lock.json
filepackage-lock.json
filepackage-lock
until we are ready to move to node 8.remarkrc
file since it is now provided by ember-test-utils
ember-cli-build.js
ember-frost-test
to ^4.0.0
ember-test-utils
to ^8.1.0
ember-browserify
@ ^1.2.0
ember-cli-code-coverage
to 0.3.12
ember-cli-frost-blueprints
to ^5.0.1
ember-cli-htmlbars-inline-precompile
to 0.3.12
ember-cli-notifications
to ^4.2.1
ember-code-snippet
to 1.7.0
ember-cli-babel
to ^5.1.7
to stay correct with what Ember CLI 2.12.3 sets in the blueprintsember-cli-sass
to 7.1.1
ember-computed-decorators
to 0.3.0
ember-frost-core
to ^5.1.1
ember-hook
to 1.4.2
and removed dual entries under both devDependencies and dependencies. Kept dependency entry.ember-prop-types
to ^6.0.1
ember-resolver
to align with other reposember-frost-core
and move to dependencyember-prop-types
and move to dependencyember-computed-decorators
package to dependencyember-hook
package to dependencyember-cli-frost-blueprints
ember-spread
package since it is not used here and is now provided by ember-frost-core
via it's own dependencies.ember-concurrency
package since it is not used here and is now provided by ember-frost-core
via it's own dependencies.ember-elsewhere
package since it is not used here and is now provided by ember-frost-core
via it's own dependencies.ember-truth-helpers
since it is not used in this add-on.ember-simple-uuid
dependencyember-frost-core
, with a flexible minor version (^3.0.1
)markdown-code-highlighting
ember-cli-visual-acceptance
dependencyember-test-utils
ember-cli
to 2.12.3.travis.yml
layout
property in getDefaultProps()
as this method is not intended for setting Ember.Component class properties directly.none
when publishing a new version is not desired.ember-disable-prototype-extensions
to ensure code doesn't rely on prototype extensions.[{ direction: ':asc', value: 'foo' }, { direction: ':desc', value: 'bar' }]
['foo', '-bar']
sortOrder
property also has the above formatmaxActiveSortRules
renamed to sortOrderMax
properties
renamed to sortingProperties
sort
utility import {sort} from 'ember-frost-sort'
that handles multiple sort orders for object
properties that support compare
(JS primitives at a minimum){hook}-title
{hook}-item
& { index: ___ }
{hook}-item-select
& { index: ___ }
{hook}-item-direction
& { index: ___ }
{hook}-item-remove
& { index: ___ }
{hook}-add
frost-sort-title
frost-sort-item
frost-sort-item-select
frost-sort-item-direction
frost-sort-item-remove
frost-icon-frost-sort-direction
& descending
frost-sort-add
ember-frost-core
to ^1.0.0
Fixed issue #41. Cleaned up coverage, demo and deprecation notices.
updated frost-sort to use a named outlet for the select. updated unit tests to work with ember-elsewhere
add ember-elsewhere to blueprint. update tests
update node version and other deps. Add rootURL. update blueprint
maxActiveSortRules
for limiting how many sort rules can be added.item
and sort
:last-of-type
on frost-sort-item so extra line won't show up.sortParams
in favor of sortOrder
and sortableProperties
in favor of properties
liquid-fire
.ember-hook
dependency and blueprint to latest versionember-hook
since it will now work correctly in the development
environment.ember-hook
and implemented hooks in sort componentember-prop-types
.No CHANGELOG section found in Pull Request description.
Use a # CHANGELOG
section in your Pull Request description to auto-populate the CHANGELOG.md
No CHANGELOG section found in Pull Request description.
Use a # CHANGELOG
section in your Pull Request description to auto-populate the CHANGELOG.md