- Make sure that we adding the padding on the right for the scroll
- Make sure that we adding the padding on the right for the scroll
- Add flag
useVerticalCollectionForPagination
that allows a consumer to usevertical-collection
during pagination
- Add optional
isLoading
flag to show loading indicator
- Fixed Travis API key.
- Updated
travis.yml
to set node version to8.6.0
- Pin
ember-cli-notifications
to fix broken demo app
- Add always expanded and single selection behaviors
- Upgraded
ember-frost-core
to^8.0.0
- Updated
ember-frost-sort
to^13.0.0
- Installed
ember-cli-svgstore
- Updated
frost-icon
functionality to work with new version ofember-frost-core
- Updated pull request template
- Added issue template
- Updated to
pr-bumper
version3
- Updated to node 8
- Added slack integration
- Updated
ember-frost-test
to^4.0.1
- Updated
ember-test-utils
to^8.1.1
- Updated
ember-cli-frost-blueprints
to^5.0.2
- Updated
ember-frost-sort
to^12.0.0
- Updated
pr-bumper
to^3.7.0
- Updated
ember-prop-types
to^7.0.1
- Updated
ember-frost-core
to^7.0.0
- Removed ignoring of
package-lock.json
file - Added
package-lock.json
file - Updated Travis CI scripts to allow non-exact node version
- Removed is-lead-selection.js helper since it is not being used
- Update frost-list to match new UX specs (wrap paging when sort does, and ensure page buttons are one same line)
- Added disableDeselectAll. If true, clicking outside of the checkbox in a list item will no longer deselect all of the other items.
- Add disableDeselectAll attribute which disables deselect all click, giving ember-frost-list multi-select behavior.
- Added
min-height
of45px
tofrost-list-header
- Added ignore the linting of the
CHANGELOG.md
- Added ignoring of
package-lock
until we are ready to move to node 8 - Removed useLintTree ember-cli-mocha configuration from
ember-cli-build.js
- Removed
.remarkrc
file since it is now provided byember-test-utils
- Updated
ember-frost-test
to^4.0.0
- Updated
ember-cli-chai
to0.4.3
- Updated
ember-cli-mocha
to0.14.4
- Updated
ember-sinon
to^0.7.0
- Updated
ember-test-utils
to^8.1.0
- Updated
sinon-chai
@^2.14.0
- Updated
ember-cli-code-coverage
to0.3.12
- Updated
ember-cli-frost-blueprints
to^5.0.1
- Updated
ember-cli-notifications
to^4.2.1
- Updated pin
ember-code-snippet
to1.7.0
- Updated
ember-frost-sort
to^10.0.0
- Removed unused
ember-async-image
package - Removed unused
pull-report
package - Added
broccoli-funnel
@^2.0.1
- Added
broccoli-merge-trees
@^2.0.0
- Updated
ember-cli-sass
to7.1.1
- Updated
ember-frost-core
to^5.1.1
- Updated
ember-hook
to1.4.2
- Updated
ember-prop-types
to^6.0.1
- Updated
ember-truth-helpers to
^1.3.0` - Updated
ua-parser-js
to^0.7.17
- Removed static copy of
ua-parser-js.js
located invendor/
- Added a vendor shim to enable import of
ua-parser-js
npm package - Updated
index.js
file to addua-parser-js
to this add-on's build tree - Updated usage of UAParser to use new importable module instead of global
- Updated move code coverage config file to tests/dummy/config/
- Removed unused
animation-frame
bower package - Updated
Faker
andjquery-mockjax
bower packages to be devDependencies
- Updated margin/padding in the list-item to provide consistent spacing and follow UX specs
- Added
bower
to devDependencies since it is no longer included with Ember CLI - Updated to version 4 of
ember-frost-core
- Updated to version 9 of
ember-frost-sort
and move from dependencies to devDependencies since only used in the dummy app - Updated to version 5 of
ember-prop-types
and moved from devDependencies to dependencies - Removed blueprints since they are no longer needed to install packages
- Updated
ember-computed-decorators
to a dependency instead of a devDependency - Updated
ember-hook
to a dependency instead of a devDependency - Removed unused
ember-concurrency
package since it is now included via the dependencies ofember-frost-core
- Removed unused
ember-elsewhere
package since it is now included via the dependencies ofember-frost-core
- Removed unused
ember-spread
package since it is now included via the dependencies ofember-frost-core
- Updated
ember-truth-helpers
to a dependency instead of a devDependency - Removed unused
ember-get-config
package - Updated
ember-data-factory-guy
to use the published version with the fix instead of a branch
fixed _select call when there is no onSelectionChange to prevent console error.
- Added isDynamicRowHeight API to support dynamic list row height.
- Fixes #161 : Have frost-list flex-wrap sort if it overflows
- Fixed console errors when no
onSelectionChange
is given to the frost list.
- Use latest major for
ember-frost-core
- Remove unused
ember-simple-uuid
dependency
- Closes #157
- Fixed issue that
size
attribute didn't propagate down tofrost-checkbox
- Fixed issue when running against 2.8.3, List can't get the valid component name to render.
- Removed default value for
defaultHeight
property. - Updated
smoke-and-mirror
to consumelistRowHeight
instead ofdefaultHeight
. - Updated
frost-checkbox
infrost-list-item-section
, now it reacts tosize
. - Updated
frost-list-item-container-base
to generate its height based onlistRowHeight
. - Added new interface
size
that defaults tomedium
. - Added new computed property
listRowHeight
calculates based ondefaultHeight
andsize
.
- Added a new frost-list-item-content component
- Added support for rendering different list-item and list-item-expansion components based on a set of types via new
itemTypes
property - Added support for rendering different controls based on list-item type
- Added support for consumer-defined list-item type via new
itemTypeKey
property - Added a warning if consumer defines
itemTypeKey
property but notitemKey
property - Changed hook from
-item
to-itemContent-item
for list-item component - Changed hook from
-expansion
to-itemContent-expansion
for frost-list-item-expansion component - Changed hook from
-selection
to-itemContent-selection
for frost-list-item-selection component - Changed hook from
-item-container
to-itemContent-item-container
for frost-list-item-container DOM element - Changed hook from
-item
to-itemExpansion
for list-item-expansion component
- Updated ember-cli 2.12.3 inter-dependencies
- Modified specific multi-select to also work with non-mac systems. modified: addon/components/frost-list-item.js
- Upgrade
ember-cli
to12.2.3
(also catching missed items from prior upgrades)
- Closes #141
- Updated to use ember-source npm package
- Updated some devDependencies to align with Ember 2.11
- Updated ember-try config for move to ember-source
- Exposed
itemKey
as a configurable property. List records with a matchingitemKey
will update instead of fully re-rendering when the record changes.
- Fixed Expand All handling of model items
- Removed unnecessary ember-hash-helper-polyfill
- Fixed
font-weight
forlist-item-element-label
- Updated secure auth token
- Changed link appearance to align with UX spec
- Split states and record for a list item
- Fixed #129
- Changed version of
smoke-and-mirrors
- Added blueprint check
- Fixed memory leak by removing the original event handler for
keyup/down
events.
- Fixed
ember
andember-cli
dependencies
- Updated travis scripts to get publishing of demo to gh-pages working
- Fixed range select issues with selectedItems increasing with duplicates
- Simplified itemComparator to just itemKey: string
- Pull in temporary fork of s&m (pre 1.0.0)
- Remove whitespace in content-container className
- Removed basicClickDisabled as it was never an agreed upon UX change.
- Fixed non default itemComparator failing on shift based clicks.
- Added
{{yield to='inverse'}}
when no content is present to improve usability - Changed outline to border to avoid computations
- Added .pr-bumper.json file to correct build problems during merging.
- Publish PR #102, #104, #105, #106, and #107, which included:
- Added a default comparator which can be overridden with a custom comparator.
- Added tests for three scenarios of clicking
- Modified frost-list template to have a hook at the top of the container for easier testing of items below it.
- Updated to use latest pr-bumper which supports being able to set a PR to none when publishing a new version is not desired.
- Added optional
basicClickDisabled
attribute. While basic click is nice, it is not always desirable. If you have a list of 100+ selected items, a mis-click might reset your selections. - Fixed issue with Ember 2.11 and run loop
- Added a default comparator which can be overridden with a custom comparator
- Added tests for three scenarios of clicking
- Added an ember hook selector to frost-list-item-container
- Updated integration/unit tests to remove the deprecated use of
describeComponent()
- Added
ember-disable-prototype-extensions
to ensure addon works with prototype extensions disabled. - Removed
lodash
andredux
as they aren't actually used by this addon. - Updated CI to test against both Firefox and Chrome.
- Upgraded build to Ember 2.11.
- Fixed code to play nice with POJO's.
- Missed
ember-math-helpers
in the blueprint previously, which is a required dependency
- Added a "last" class to the last frost-list-item-container for situational targeting
- Added CSS for list item progress elements
- Added CSS for various corner cases
- Removed the icon sizing from the progress CSS to allow multiple sizes
- Removed the list item
block-start
styles since these are already covered in a basicblock
- Fixed the list-item element icon to target frost-icon instead of frost-svg
- Added null checks if selectedItems and expandedItems are not provided (optional)
- Updated the CSS for list items to conform to UX specs
- onExpansionChange -> expandedItems -> list
- Coming soon, refer to the demo in the meantime
- Added test suite for frost-list
- Updated repo to follow new convention guidelines
- Updated usage to Ember.typeOf()
- Removed unused method from frost-list-core.js
- Updated repo to use ember-cli-code-coverage instead of ember-cli-blanket
- fixed bug when data is not coming from the model hook as listItems evaluated to null.
- Fixed issue when get(this, listConfig.items) return nested path.
- Updated list layout strategy to use flexbox.
- Add icons
** Updated * pass in infinite property for data-driven pattern
- Added a
infinite=false
option along withpagination
controls
- Upgraded ember to 2.8
- Removed sortedItems property from sort Mixin.
- Removed filteredItems property from core Mixin.
- Removed defaultHeight property in frost-list-core component.
- Redesigned sort Mixin.
- Updated dummy app based on addon changes.
- Updated dependencies.
- Updated the language in some paragraphs in the README to enhance readability.
- Added rootURL to router.js
- Updated baseURL to rootURL to try to fix the path issue with the demo app on gh pages
- Updated factory-guy to run off my fork and branch to isolate changes to allow use in production environment.
- Added factory-guy mocking layer with factories
- Updated tests to use factory-guy instead of mirage
- Removed mirage mocking layer
- Updated to ember-frost-sort 3.0, technically not directly breaking, but an upstream major
- Removed internal record state management.
- Removed small/medium/large detail level support.
- Removed support for list block format rendering.
- Updated user interface to support new component driven API and data driven API.
- Updated css to serve new template layout.
- Updated to
smoke-and-mirror: 0.5.4
. - Added a bunch of Mixins to support common list operation.
- Added list expand/collapse control component.
- Added live demo with source code generating.
- Added hook for testing.
- Added README
- Fixed content shifting when item gets selected.
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
No CHANGELOG section found in Pull Request description.
Use a # CHANGELOG
section in your Pull Request description to auto-populate the CHANGELOG.md
Updated the demo-lists route to include a sample showing initial selection
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
Locked the ember-cli version to ~2.5.0 to avoid build errors with 2.6
- Fixed deprecation warning from Ember 2.6.0 to stop using
didInitAttrs
hook and instead useinit
.
No CHANGELOG section found in Pull Request description.
Use a # CHANGELOG
section in your Pull Request description to auto-populate the CHANGELOG.md