@bennerinformatics/ember-fw-table 2.1.4 → 2.1.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/addon/components/fw-table-resort.js +18 -4
- package/addon/components/fw-table-sortable.js +23 -0
- package/addon/templates/components/fw-table-resort.hbs +3 -0
- package/addon/templates/components/fw-table-sortable.hbs +10 -1
- package/docs/api.js +61 -0
- package/docs/assets/css/custom.css +82 -0
- package/docs/assets/css/external-small.png +0 -0
- package/docs/assets/css/logo.png +0 -0
- package/docs/assets/css/main.css +793 -0
- package/docs/assets/css/theme.css +547 -0
- package/docs/assets/favicon.ico +0 -0
- package/docs/assets/icons/android-icon-144x144.png +0 -0
- package/docs/assets/icons/android-icon-192x192.png +0 -0
- package/docs/assets/icons/android-icon-36x36.png +0 -0
- package/docs/assets/icons/android-icon-48x48.png +0 -0
- package/docs/assets/icons/android-icon-72x72.png +0 -0
- package/docs/assets/icons/android-icon-96x96.png +0 -0
- package/docs/assets/icons/apple-icon-114x114.png +0 -0
- package/docs/assets/icons/apple-icon-120x120.png +0 -0
- package/docs/assets/icons/apple-icon-144x144.png +0 -0
- package/docs/assets/icons/apple-icon-152x152.png +0 -0
- package/docs/assets/icons/apple-icon-180x180.png +0 -0
- package/docs/assets/icons/apple-icon-57x57.png +0 -0
- package/docs/assets/icons/apple-icon-60x60.png +0 -0
- package/docs/assets/icons/apple-icon-72x72.png +0 -0
- package/docs/assets/icons/apple-icon-76x76.png +0 -0
- package/docs/assets/icons/apple-icon-precomposed.png +0 -0
- package/docs/assets/icons/apple-icon.png +0 -0
- package/docs/assets/icons/browserconfig.xml +2 -0
- package/docs/assets/icons/favicon-16x16.png +0 -0
- package/docs/assets/icons/favicon-32x32.png +0 -0
- package/docs/assets/icons/favicon-96x96.png +0 -0
- package/docs/assets/icons/favicon.ico +0 -0
- package/docs/assets/icons/manifest.json +41 -0
- package/docs/assets/icons/ms-icon-144x144.png +0 -0
- package/docs/assets/icons/ms-icon-150x150.png +0 -0
- package/docs/assets/icons/ms-icon-310x310.png +0 -0
- package/docs/assets/icons/ms-icon-70x70.png +0 -0
- package/docs/assets/img/ember-logo.png +0 -0
- package/docs/assets/img/fw-logo.png +0 -0
- package/docs/assets/img/spinner.gif +0 -0
- package/docs/assets/index.html +10 -0
- package/docs/assets/js/api-filter.js +56 -0
- package/docs/assets/js/api-list.js +255 -0
- package/docs/assets/js/api-search.js +98 -0
- package/docs/assets/js/apidocs.js +376 -0
- package/docs/assets/js/yui-prettify.js +17 -0
- package/docs/assets/js/yuidoc-bootstrap.js +274 -0
- package/docs/assets/vendor/bootstrap/css/bootstrap.css +6760 -0
- package/docs/assets/vendor/bootstrap/css/bootstrap.min.css +6 -0
- package/docs/assets/vendor/bootstrap/fonts/glyphicons-halflings-regular.eot +0 -0
- package/docs/assets/vendor/bootstrap/fonts/glyphicons-halflings-regular.svg +288 -0
- package/docs/assets/vendor/bootstrap/fonts/glyphicons-halflings-regular.ttf +0 -0
- package/docs/assets/vendor/bootstrap/fonts/glyphicons-halflings-regular.woff +0 -0
- package/docs/assets/vendor/bootstrap/fonts/glyphicons-halflings-regular.woff2 +0 -0
- package/docs/assets/vendor/bootstrap/img/glyphicons-halflings-white.png +0 -0
- package/docs/assets/vendor/bootstrap/img/glyphicons-halflings.png +0 -0
- package/docs/assets/vendor/bootstrap/js/bootstrap.js +2363 -0
- package/docs/assets/vendor/bootstrap/js/bootstrap.min.js +7 -0
- package/docs/assets/vendor/font-awesome/css/font-awesome.css +2199 -0
- package/docs/assets/vendor/font-awesome/css/font-awesome.min.css +4 -0
- package/docs/assets/vendor/font-awesome/fonts/FontAwesome.otf +0 -0
- package/docs/assets/vendor/font-awesome/fonts/fontawesome-webfont.eot +0 -0
- package/docs/assets/vendor/font-awesome/fonts/fontawesome-webfont.svg +685 -0
- package/docs/assets/vendor/font-awesome/fonts/fontawesome-webfont.ttf +0 -0
- package/docs/assets/vendor/font-awesome/fonts/fontawesome-webfont.woff +0 -0
- package/docs/assets/vendor/font-awesome/fonts/fontawesome-webfont.woff2 +0 -0
- package/docs/assets/vendor/github-slugger/slugger.js +59 -0
- package/docs/assets/vendor/jquery/jquery.min.js +6 -0
- package/docs/assets/vendor/jquery-ui/jquery-ui.min.js +6 -0
- package/docs/assets/vendor/prettify/CHANGES.html +130 -0
- package/docs/assets/vendor/prettify/COPYING +202 -0
- package/docs/assets/vendor/prettify/README.html +203 -0
- package/docs/assets/vendor/prettify/prettify-min.css +1 -0
- package/docs/assets/vendor/prettify/prettify-min.js +1 -0
- package/docs/classes/BaseCells.html +484 -0
- package/docs/classes/Export.html +457 -0
- package/docs/classes/Format.html +577 -0
- package/docs/classes/FwCellAction.html +312 -0
- package/docs/classes/FwCellBoolean.html +311 -0
- package/docs/classes/FwCellNullable.html +312 -0
- package/docs/classes/FwCellPermissionIcon.html +321 -0
- package/docs/classes/FwColumnSortable.html +358 -0
- package/docs/classes/FwColumnTitle.html +314 -0
- package/docs/classes/FwDeleteModal.html +485 -0
- package/docs/classes/FwExpandableRow.html +307 -0
- package/docs/classes/FwPaginationWrapper.html +2129 -0
- package/docs/classes/FwRowToggle.html +355 -0
- package/docs/classes/FwRowToggleIndex.html +312 -0
- package/docs/classes/FwTableExpandedRow.html +307 -0
- package/docs/classes/FwTableResort.html +827 -0
- package/docs/classes/FwTableSortable.html +1293 -0
- package/docs/classes/Row.html +352 -0
- package/docs/classes/Table.html +672 -0
- package/docs/classes/TableUtil.html +410 -0
- package/docs/classes/index.html +10 -0
- package/docs/data.json +2324 -0
- package/docs/elements/index.html +10 -0
- package/docs/files/addon_classes_Row.js.html +318 -0
- package/docs/files/addon_classes_Table.js.html +390 -0
- package/docs/files/addon_components_fw-cell-action.js.html +257 -0
- package/docs/files/addon_components_fw-cell-boolean.js.html +251 -0
- package/docs/files/addon_components_fw-cell-nullable.js.html +253 -0
- package/docs/files/addon_components_fw-cell-permission-icon.js.html +266 -0
- package/docs/files/addon_components_fw-column-sortable.js.html +281 -0
- package/docs/files/addon_components_fw-column-title.js.html +259 -0
- package/docs/files/addon_components_fw-delete-modal.js.html +318 -0
- package/docs/files/addon_components_fw-expandable-row.js.html +248 -0
- package/docs/files/addon_components_fw-pagination-wrapper.js.html +838 -0
- package/docs/files/addon_components_fw-row-toggle-index.js.html +252 -0
- package/docs/files/addon_components_fw-row-toggle.js.html +270 -0
- package/docs/files/addon_components_fw-table-expanded-row.js.html +261 -0
- package/docs/files/addon_components_fw-table-expanded-rows.js.html +263 -0
- package/docs/files/addon_components_fw-table-resort.js.html +457 -0
- package/docs/files/addon_components_fw-table-sortable.js.html +663 -0
- package/docs/files/addon_documentation.js.html +301 -0
- package/docs/files/addon_initializers_responsive.js.html +253 -0
- package/docs/files/addon_utils_base-cells.js.html +313 -0
- package/docs/files/addon_utils_export.js.html +316 -0
- package/docs/files/addon_utils_formats.js.html +335 -0
- package/docs/files/addon_utils_table.js.html +274 -0
- package/docs/files/index.html +10 -0
- package/docs/index.html +252 -0
- package/docs/modules/CellComponents.html +313 -0
- package/docs/modules/ColumnComponents.html +284 -0
- package/docs/modules/Components.html +285 -0
- package/docs/modules/Introduction.html +261 -0
- package/docs/modules/Utils.html +285 -0
- package/docs/modules/index.html +10 -0
- package/package.json +64 -64
- package/.yalc/ember-sortable/.huskyrc +0 -5
- package/.yalc/ember-sortable/CHANGELOG.md +0 -755
- package/.yalc/ember-sortable/CODE_OF_CONDUCT.md +0 -6
- package/.yalc/ember-sortable/LICENSE.md +0 -9
- package/.yalc/ember-sortable/MIGRATION_GUIDE_MODIFIERS.md +0 -95
- package/.yalc/ember-sortable/MIGRATION_GUIDE_V2.md +0 -120
- package/.yalc/ember-sortable/Makefile +0 -24
- package/.yalc/ember-sortable/README.md +0 -423
- package/.yalc/ember-sortable/RELEASE.md +0 -60
- package/.yalc/ember-sortable/V2_MIGRATION_RFC.md +0 -1100
- package/.yalc/ember-sortable/addon/modifiers/sortable-group.js +0 -754
- package/.yalc/ember-sortable/addon/modifiers/sortable-handle.js +0 -29
- package/.yalc/ember-sortable/addon/modifiers/sortable-item.js +0 -869
- package/.yalc/ember-sortable/addon/services/ember-sortable.js +0 -92
- package/.yalc/ember-sortable/addon/system/scroll-container.js +0 -53
- package/.yalc/ember-sortable/addon/system/scroll-parent.js +0 -33
- package/.yalc/ember-sortable/addon/utils/constant.js +0 -9
- package/.yalc/ember-sortable/addon/utils/coordinate.js +0 -34
- package/.yalc/ember-sortable/addon/utils/css-calculation.js +0 -20
- package/.yalc/ember-sortable/addon/utils/defaults.js +0 -26
- package/.yalc/ember-sortable/addon/utils/keyboard.js +0 -32
- package/.yalc/ember-sortable/addon-test-support/helpers/drag.js +0 -111
- package/.yalc/ember-sortable/addon-test-support/helpers/index.js +0 -4
- package/.yalc/ember-sortable/addon-test-support/helpers/reorder.js +0 -41
- package/.yalc/ember-sortable/addon-test-support/utils/keyboard.js +0 -32
- package/.yalc/ember-sortable/addon-test-support/utils/offset.js +0 -14
- package/.yalc/ember-sortable/app/modifiers/sortable-group.js +0 -1
- package/.yalc/ember-sortable/app/modifiers/sortable-handle.js +0 -1
- package/.yalc/ember-sortable/app/modifiers/sortable-item.js +0 -1
- package/.yalc/ember-sortable/app/services/ember-sortable-internal-state.js +0 -1
- package/.yalc/ember-sortable/config/environment.js +0 -5
- package/.yalc/ember-sortable/demo.gif +0 -0
- package/.yalc/ember-sortable/index.js +0 -5
- package/.yalc/ember-sortable/package.json +0 -65
- package/.yalc/ember-sortable/yalc.sig +0 -1
- package/yalc.lock +0 -10
|
@@ -1,755 +0,0 @@
|
|
|
1
|
-
# ember-sortable changelog
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
## v4.0.3 (2022-10-14)
|
|
8
|
-
|
|
9
|
-
#### :bug: Bug Fix
|
|
10
|
-
* [#485](https://github.com/adopted-ember-addons/ember-sortable/pull/485) when item is disabled, do not add event listeners ([@st-h](https://github.com/st-h))
|
|
11
|
-
* [#472](https://github.com/adopted-ember-addons/ember-sortable/pull/472) sortableGroup may be undefined ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
|
|
12
|
-
|
|
13
|
-
#### :house: Internal
|
|
14
|
-
* [#490](https://github.com/adopted-ember-addons/ember-sortable/pull/490) Bump parse-url from 6.0.0 to 6.0.5 ([@dependabot[bot]](https://github.com/apps/dependabot))
|
|
15
|
-
* [#491](https://github.com/adopted-ember-addons/ember-sortable/pull/491) Bump vm2 from 3.9.9 to 3.9.11 ([@dependabot[bot]](https://github.com/apps/dependabot))
|
|
16
|
-
* [#496](https://github.com/adopted-ember-addons/ember-sortable/pull/496) Bump terser from 5.13.1 to 5.15.1 ([@dependabot[bot]](https://github.com/apps/dependabot))
|
|
17
|
-
* [#494](https://github.com/adopted-ember-addons/ember-sortable/pull/494) Move test config to the dummy app ([@Windvis](https://github.com/Windvis))
|
|
18
|
-
* [#495](https://github.com/adopted-ember-addons/ember-sortable/pull/495) Use the `isTesting` macro ([@Windvis](https://github.com/Windvis))
|
|
19
|
-
* [#488](https://github.com/adopted-ember-addons/ember-sortable/pull/488) Remove unused dependencies ([@bertdeblock](https://github.com/bertdeblock))
|
|
20
|
-
|
|
21
|
-
#### Committers: 4
|
|
22
|
-
- Bert De Block ([@bertdeblock](https://github.com/bertdeblock))
|
|
23
|
-
- Sam Van Campenhout ([@Windvis](https://github.com/Windvis))
|
|
24
|
-
- Steve ([@st-h](https://github.com/st-h))
|
|
25
|
-
- [@NullVoxPopuli](https://github.com/NullVoxPopuli)
|
|
26
|
-
|
|
27
|
-
## v4.0.2 (2022-10-06)
|
|
28
|
-
|
|
29
|
-
#### :bug: Bug Fix
|
|
30
|
-
* [#493](https://github.com/adopted-ember-addons/ember-sortable/pull/493) fix: Handle element in sortable item should be the most recent ([@nicolechung](https://github.com/nicolechung))
|
|
31
|
-
|
|
32
|
-
#### Committers: 1
|
|
33
|
-
- nicole chung ([@nicolechung](https://github.com/nicolechung))
|
|
34
|
-
|
|
35
|
-
## v4.0.1 (2022-10-03)
|
|
36
|
-
|
|
37
|
-
#### :memo: Documentation
|
|
38
|
-
* [#480](https://github.com/adopted-ember-addons/ember-sortable/pull/480) fix type in modifier migration doc ([@nlfurniss](https://github.com/nlfurniss))
|
|
39
|
-
* [#475](https://github.com/adopted-ember-addons/ember-sortable/pull/475) Update CHANGELOG.md ([@sandstrom](https://github.com/sandstrom))
|
|
40
|
-
|
|
41
|
-
#### :house: Internal
|
|
42
|
-
* [#487](https://github.com/adopted-ember-addons/ember-sortable/pull/487) Resolve `ember-modifier.no-args-property` deprecation warnings ([@bertdeblock](https://github.com/bertdeblock))
|
|
43
|
-
|
|
44
|
-
#### Committers: 3
|
|
45
|
-
- Bert De Block ([@bertdeblock](https://github.com/bertdeblock))
|
|
46
|
-
- Nathaniel Furniss ([@nlfurniss](https://github.com/nlfurniss))
|
|
47
|
-
- [@sandstrom](https://github.com/sandstrom)
|
|
48
|
-
|
|
49
|
-
## v4.0.0 (2022-05-16)
|
|
50
|
-
|
|
51
|
-
#### :boom: Breaking Change
|
|
52
|
-
* [#479](https://github.com/adopted-ember-addons/ember-sortable/pull/479) Drop node 12 and Ember 3.20 support ([@BnitoBzh](https://github.com/BnitoBzh))
|
|
53
|
-
* [#476](https://github.com/adopted-ember-addons/ember-sortable/pull/476) Update ember-modifier to 3.2.0 (drop Ember < 3.24) ([@BnitoBzh](https://github.com/BnitoBzh))
|
|
54
|
-
|
|
55
|
-
#### :rocket: Enhancement
|
|
56
|
-
* [#477](https://github.com/adopted-ember-addons/ember-sortable/pull/477) perf: avoid creating callbacks for the destructor ([@BnitoBzh](https://github.com/BnitoBzh))
|
|
57
|
-
|
|
58
|
-
#### :house: Internal
|
|
59
|
-
* [#478](https://github.com/adopted-ember-addons/ember-sortable/pull/478) chore: update release process to match adopted standards ([@knownasilya](https://github.com/knownasilya))
|
|
60
|
-
|
|
61
|
-
#### Committers: 3
|
|
62
|
-
- Ewan McDougall ([@mrloop](https://github.com/mrloop))
|
|
63
|
-
- Ilya Radchenko ([@knownasilya](https://github.com/knownasilya))
|
|
64
|
-
- [@BnitoBzh](https://github.com/BnitoBzh)
|
|
65
|
-
|
|
66
|
-
## v3.0.1 (2022-03-16)
|
|
67
|
-
|
|
68
|
-
#### :bug: Bug Fix
|
|
69
|
-
* [#461](https://github.com/adopted-ember-addons/ember-sortable/pull/461) bugfix: Ensure horizontal scrolling can go negative ([@snewcomer](https://github.com/snewcomer))
|
|
70
|
-
|
|
71
|
-
#### :memo: Documentation
|
|
72
|
-
* [#458](https://github.com/adopted-ember-addons/ember-sortable/pull/458) Fix README.md typo ([@charlesfries](https://github.com/charlesfries))
|
|
73
|
-
|
|
74
|
-
#### :house: Internal
|
|
75
|
-
* [#456](https://github.com/adopted-ember-addons/ember-sortable/pull/456) Upgrade `release-it` packages ([@alexlafroscia](https://github.com/alexlafroscia))
|
|
76
|
-
* [#446](https://github.com/adopted-ember-addons/ember-sortable/pull/446) Bump ember-test-selectors v6.0.0 ([@snewcomer](https://github.com/snewcomer))
|
|
77
|
-
|
|
78
|
-
#### Committers: 3
|
|
79
|
-
- Alex LaFroscia ([@alexlafroscia](https://github.com/alexlafroscia))
|
|
80
|
-
- Charles Fries ([@charlesfries](https://github.com/charlesfries))
|
|
81
|
-
- Scott Newcomer ([@snewcomer](https://github.com/snewcomer))
|
|
82
|
-
|
|
83
|
-
## v3.0.0 (2021-11-29)
|
|
84
|
-
|
|
85
|
-
#### :rocket: Enhancement
|
|
86
|
-
* [#450](https://github.com/adopted-ember-addons/ember-sortable/pull/450) Add CI testing scenarios ([@snewcomer](https://github.com/snewcomer))
|
|
87
|
-
* [#377](https://github.com/adopted-ember-addons/ember-sortable/pull/377) Removed the component version ([@cah-briangantzler](https://github.com/cah-briangantzler))
|
|
88
|
-
* [#447](https://github.com/adopted-ember-addons/ember-sortable/pull/447) [breaking]: support node 12 and above ([@snewcomer](https://github.com/snewcomer))
|
|
89
|
-
|
|
90
|
-
#### :house: Internal
|
|
91
|
-
* [#449](https://github.com/adopted-ember-addons/ember-sortable/pull/449) relax `@ember/render-modifiers` dependency ([@miguelcobain](https://github.com/miguelcobain))
|
|
92
|
-
|
|
93
|
-
#### Committers: 4
|
|
94
|
-
- Brian Gantzler ([@cah-briangantzler](https://github.com/cah-briangantzler))
|
|
95
|
-
- Dave Laird ([@kiwiupover](https://github.com/kiwiupover))
|
|
96
|
-
- Miguel Andrade ([@miguelcobain](https://github.com/miguelcobain))
|
|
97
|
-
- Scott Newcomer ([@snewcomer](https://github.com/snewcomer))
|
|
98
|
-
|
|
99
|
-
## v2.4.0 (2021-11-10)
|
|
100
|
-
|
|
101
|
-
#### :rocket: Enhancement
|
|
102
|
-
|
|
103
|
-
- [#445](https://github.com/adopted-ember-addons/ember-sortable/pull/445) Use direct imports from `@ember/runloop` ([@charlesfries](https://github.com/charlesfries))
|
|
104
|
-
|
|
105
|
-
#### Committers: 2
|
|
106
|
-
|
|
107
|
-
- Charles Fries ([@charlesfries](https://github.com/charlesfries))
|
|
108
|
-
- Faith Or ([@faith-or](https://github.com/faith-or))
|
|
109
|
-
|
|
110
|
-
* Merge pull request #430 from jacojoubert/refactor-disabled (364fc80)
|
|
111
|
-
* (51ea46f)
|
|
112
|
-
* Merge pull request #444 from snewcomer/sn/deprecate-components (b70d5cd)
|
|
113
|
-
* Deprecate use of components (ffbd488)
|
|
114
|
-
* Add deprecation warning for `isDraggingDisabled` (ad38e58)
|
|
115
|
-
* Reset sortable-item (cebbe62)
|
|
116
|
-
* Merge pull request #440 from ntnz/patch-2 (2cbc2b5)
|
|
117
|
-
* Merge branch 'master' into refactor-disabled (0f315a6)
|
|
118
|
-
* Merge branch 'master' into refactor-disabled (36aa312)
|
|
119
|
-
* Fix syntax issues in readme (d2f8cc9)
|
|
120
|
-
* Update README.md (c0e88e7)
|
|
121
|
-
* Add disabled argument to sortable-item (888dc5c)
|
|
122
|
-
* Add examples of disabled item (4db5107)
|
|
123
|
-
|
|
124
|
-
## v2.2.6 (2021-10-21)
|
|
125
|
-
|
|
126
|
-
#### :bug: Bug Fix
|
|
127
|
-
|
|
128
|
-
- [#439](https://github.com/adopted-ember-addons/ember-sortable/pull/439) Resolve this-property-fallback deprecation ([@rmachielse](https://github.com/rmachielse))
|
|
129
|
-
- [#434](https://github.com/adopted-ember-addons/ember-sortable/pull/434) Update ember-cli-babel to @7.26.6, update README example ([@charlesfries](https://github.com/charlesfries))
|
|
130
|
-
|
|
131
|
-
#### Committers: 4
|
|
132
|
-
|
|
133
|
-
- Charles Fries ([@charlesfries](https://github.com/charlesfries))
|
|
134
|
-
- Jaco Joubert ([@jacojoubert](https://github.com/jacojoubert))
|
|
135
|
-
- Richard Machielse ([@rmachielse](https://github.com/rmachielse))
|
|
136
|
-
- Scott Newcomer ([@snewcomer](https://github.com/snewcomer))
|
|
137
|
-
|
|
138
|
-
* updated yarn.lock (ca925fa)
|
|
139
|
-
* Fix deprecation warning `Importing from ember-test-waiters is deprecated` (#423) (f817c5d)
|
|
140
|
-
* Require ember-decorators-polyfill to be installed by client app (#425) (f901543)
|
|
141
|
-
* Set default values for itemVisualClass and a11yAnnouncementConfig (#424) (436b7ac)
|
|
142
|
-
|
|
143
|
-
* update yarn.lock (a18d3cb)
|
|
144
|
-
* bump ember-get-config to version using babel v7 (#416) (92dd9b9)
|
|
145
|
-
|
|
146
|
-
* Remove event.stopPropagation from focusOut (#413) (48fd3eb)
|
|
147
|
-
|
|
148
|
-
Must provide GITHUB_AUTH
|
|
149
|
-
|
|
150
|
-
Must provide GITHUB_AUTH
|
|
151
|
-
|
|
152
|
-
- Use a service to track group/item state (#361) (68c12b6)
|
|
153
|
-
- Correct typos in modifier examples (#365) (17ecd1d)
|
|
154
|
-
- fixes parentNode of null (#370) (#371) (87953ce)
|
|
155
|
-
- fixes handle when using modifiers (#349) (81320bd)
|
|
156
|
-
- Merge pull request #357 from alexabreu/patch-1 (b6f0b97)
|
|
157
|
-
- Bumping travis node to 10 (#358) (5360e49)
|
|
158
|
-
- Actually use `onDragStop` argument rather then re-using `onDragStart`. (88b9562)
|
|
159
|
-
|
|
160
|
-
## v2.2.0-beta.0 (2020-01-31)
|
|
161
|
-
|
|
162
|
-
#### :rocket: Enhancement
|
|
163
|
-
|
|
164
|
-
- [#345](https://github.com/adopted-ember-addons/ember-sortable/pull/345) Create a modifier version - Part 2 - more streamlined ([@cah-briangantzler](https://github.com/cah-briangantzler))
|
|
165
|
-
|
|
166
|
-
#### :house: Internal
|
|
167
|
-
|
|
168
|
-
- [#348](https://github.com/adopted-ember-addons/ember-sortable/pull/348) [Ember try] Adding 3.15 to list of scenarios ([@ygongdev](https://github.com/ygongdev))
|
|
169
|
-
|
|
170
|
-
#### Committers: 2
|
|
171
|
-
|
|
172
|
-
- Brian Gantzler ([@cah-briangantzler](https://github.com/cah-briangantzler))
|
|
173
|
-
- Yicheng (Jerry) Gong ([@ygongdev](https://github.com/ygongdev))
|
|
174
|
-
|
|
175
|
-
## v2.1.3 (2020-01-29)
|
|
176
|
-
|
|
177
|
-
#### :bug: Bug Fix
|
|
178
|
-
|
|
179
|
-
- [#347](https://github.com/adopted-ember-addons/ember-sortable/pull/347) [BUGFIX] Fixes scrolling outside of an overflow container's boundaries resolves#346 ([@validkeys](https://github.com/validkeys))
|
|
180
|
-
|
|
181
|
-
#### Committers: 1
|
|
182
|
-
|
|
183
|
-
- Kyle Davis ([@validkeys](https://github.com/validkeys))
|
|
184
|
-
|
|
185
|
-
* Added check for transitionDuration to isAnimated (#343) (b0597db)
|
|
186
|
-
|
|
187
|
-
* [A11y enhancement] Adding role=button to sortable-handle (828cace)
|
|
188
|
-
* [Bugfix] Use deregisterItem instead of registerItem on destroy [Feature] Adding isDraggingDisabled flag to allow specifying a sortable-item to be non-sortable (29fc641)
|
|
189
|
-
|
|
190
|
-
## v2.1.0-beta.0 (2019-11-22)
|
|
191
|
-
|
|
192
|
-
#### :rocket: Enhancement
|
|
193
|
-
|
|
194
|
-
- [#335](https://github.com/adopted-ember-addons/ember-sortable/pull/335) Refactoring group into actions and pass actions instead ([@ygongdev](https://github.com/ygongdev))
|
|
195
|
-
|
|
196
|
-
#### :bug: Bug Fix
|
|
197
|
-
|
|
198
|
-
- [#335](https://github.com/adopted-ember-addons/ember-sortable/pull/335) Refactoring group into actions and pass actions instead ([@ygongdev](https://github.com/ygongdev))
|
|
199
|
-
|
|
200
|
-
#### :house: Internal
|
|
201
|
-
|
|
202
|
-
- [#335](https://github.com/adopted-ember-addons/ember-sortable/pull/335) Refactoring group into actions and pass actions instead ([@ygongdev](https://github.com/ygongdev))
|
|
203
|
-
|
|
204
|
-
#### Committers: 1
|
|
205
|
-
|
|
206
|
-
- Yicheng (Jerry) Gong ([@ygongdev](https://github.com/ygongdev))
|
|
207
|
-
|
|
208
|
-
## v2.0.6 (2019-11-19)
|
|
209
|
-
|
|
210
|
-
#### :rocket: Enhancement
|
|
211
|
-
|
|
212
|
-
- [#334](https://github.com/adopted-ember-addons/ember-sortable/pull/334) Updating README regarding polyfill breaking production build ([@ygongdev](https://github.com/ygongdev))
|
|
213
|
-
|
|
214
|
-
#### :bug: Bug Fix
|
|
215
|
-
|
|
216
|
-
- [#332](https://github.com/adopted-ember-addons/ember-sortable/pull/332) Mitigate vendor build error ([@ygongdev](https://github.com/ygongdev))
|
|
217
|
-
|
|
218
|
-
#### :house: Internal
|
|
219
|
-
|
|
220
|
-
- [#332](https://github.com/adopted-ember-addons/ember-sortable/pull/332) Mitigate vendor build error ([@ygongdev](https://github.com/ygongdev))
|
|
221
|
-
|
|
222
|
-
#### Committers: 1
|
|
223
|
-
|
|
224
|
-
- Yicheng (Jerry) Gong ([@ygongdev](https://github.com/ygongdev))
|
|
225
|
-
|
|
226
|
-
## v2.0.6-1 (2019-11-19)
|
|
227
|
-
|
|
228
|
-
#### :bug: Bug Fix
|
|
229
|
-
|
|
230
|
-
- [#331](https://github.com/adopted-ember-addons/ember-sortable/pull/331) Attempt to fix vendor on consuming again again haha ([@ygongdev](https://github.com/ygongdev))
|
|
231
|
-
|
|
232
|
-
#### :house: Internal
|
|
233
|
-
|
|
234
|
-
- [#331](https://github.com/adopted-ember-addons/ember-sortable/pull/331) Attempt to fix vendor on consuming again again haha ([@ygongdev](https://github.com/ygongdev))
|
|
235
|
-
|
|
236
|
-
#### Committers: 1
|
|
237
|
-
|
|
238
|
-
- Yicheng (Jerry) Gong ([@ygongdev](https://github.com/ygongdev))
|
|
239
|
-
|
|
240
|
-
## v2.0.6-0 (2019-11-19)
|
|
241
|
-
|
|
242
|
-
#### :bug: Bug Fix
|
|
243
|
-
|
|
244
|
-
- [#330](https://github.com/adopted-ember-addons/ember-sortable/pull/330) Attempt to fix vendor on consuming app again ([@ygongdev](https://github.com/ygongdev))
|
|
245
|
-
|
|
246
|
-
#### :house: Internal
|
|
247
|
-
|
|
248
|
-
- [#330](https://github.com/adopted-ember-addons/ember-sortable/pull/330) Attempt to fix vendor on consuming app again ([@ygongdev](https://github.com/ygongdev))
|
|
249
|
-
|
|
250
|
-
#### Committers: 1
|
|
251
|
-
|
|
252
|
-
- Yicheng (Jerry) Gong ([@ygongdev](https://github.com/ygongdev))
|
|
253
|
-
|
|
254
|
-
## v2.0.5 (2019-11-19)
|
|
255
|
-
|
|
256
|
-
#### :bug: Bug Fix
|
|
257
|
-
|
|
258
|
-
- [#329](https://github.com/adopted-ember-addons/ember-sortable/pull/329) Attempt to fix vendor on consuming app production build ([@ygongdev](https://github.com/ygongdev))
|
|
259
|
-
- [#328](https://github.com/adopted-ember-addons/ember-sortable/pull/328) Correcting test-support helper extraction ([@ygongdev](https://github.com/ygongdev))
|
|
260
|
-
|
|
261
|
-
#### :house: Internal
|
|
262
|
-
|
|
263
|
-
- [#329](https://github.com/adopted-ember-addons/ember-sortable/pull/329) Attempt to fix vendor on consuming app production build ([@ygongdev](https://github.com/ygongdev))
|
|
264
|
-
- [#328](https://github.com/adopted-ember-addons/ember-sortable/pull/328) Correcting test-support helper extraction ([@ygongdev](https://github.com/ygongdev))
|
|
265
|
-
|
|
266
|
-
#### Committers: 1
|
|
267
|
-
|
|
268
|
-
- Yicheng (Jerry) Gong ([@ygongdev](https://github.com/ygongdev))
|
|
269
|
-
|
|
270
|
-
## v2.0.4 (2019-11-19)
|
|
271
|
-
|
|
272
|
-
#### :bug: Bug Fix
|
|
273
|
-
|
|
274
|
-
- [#327](https://github.com/adopted-ember-addons/ember-sortable/pull/327) Adding ember-sortable to the yield scope ([@ygongdev](https://github.com/ygongdev))
|
|
275
|
-
|
|
276
|
-
#### :house: Internal
|
|
277
|
-
|
|
278
|
-
- [#327](https://github.com/adopted-ember-addons/ember-sortable/pull/327) Adding ember-sortable to the yield scope ([@ygongdev](https://github.com/ygongdev))
|
|
279
|
-
- [#325](https://github.com/adopted-ember-addons/ember-sortable/pull/325) Adding nested model integration test ([@ygongdev](https://github.com/ygongdev))
|
|
280
|
-
|
|
281
|
-
#### Committers: 2
|
|
282
|
-
|
|
283
|
-
- Cory Forsyth ([@bantic](https://github.com/bantic))
|
|
284
|
-
- Yicheng (Jerry) Gong ([@ygongdev](https://github.com/ygongdev))
|
|
285
|
-
|
|
286
|
-
## v2.0.3 (2019-11-10)
|
|
287
|
-
|
|
288
|
-
#### :rocket: Enhancement
|
|
289
|
-
|
|
290
|
-
- [#324](https://github.com/adopted-ember-addons/ember-sortable/pull/324) Removing @ember/jquery and updating tests ([@ygongdev](https://github.com/ygongdev))
|
|
291
|
-
- [#322](https://github.com/adopted-ember-addons/ember-sortable/pull/322) Deprecating volatile in favor of native getter and setter ([@ygongdev](https://github.com/ygongdev))
|
|
292
|
-
- [#321](https://github.com/adopted-ember-addons/ember-sortable/pull/321) Updated demo example and added a few more code docs ([@ygongdev](https://github.com/ygongdev))
|
|
293
|
-
- [#318](https://github.com/adopted-ember-addons/ember-sortable/pull/318) Update README.md ([@2hu12](https://github.com/2hu12))
|
|
294
|
-
|
|
295
|
-
#### :house: Internal
|
|
296
|
-
|
|
297
|
-
- [#324](https://github.com/adopted-ember-addons/ember-sortable/pull/324) Removing @ember/jquery and updating tests ([@ygongdev](https://github.com/ygongdev))
|
|
298
|
-
- [#322](https://github.com/adopted-ember-addons/ember-sortable/pull/322) Deprecating volatile in favor of native getter and setter ([@ygongdev](https://github.com/ygongdev))
|
|
299
|
-
|
|
300
|
-
#### Committers: 2
|
|
301
|
-
|
|
302
|
-
- 2hu ([@2hu12](https://github.com/2hu12))
|
|
303
|
-
- Yicheng (Jerry) Gong ([@ygongdev](https://github.com/ygongdev))
|
|
304
|
-
|
|
305
|
-
## v2.0.2 (2019-11-08)
|
|
306
|
-
|
|
307
|
-
#### :rocket: Enhancement
|
|
308
|
-
|
|
309
|
-
- [#317](https://github.com/adopted-ember-addons/ember-sortable/pull/317) Bug fixes ([@ygongdev](https://github.com/ygongdev))
|
|
310
|
-
|
|
311
|
-
#### :bug: Bug Fix
|
|
312
|
-
|
|
313
|
-
- [#317](https://github.com/adopted-ember-addons/ember-sortable/pull/317) Bug fixes ([@ygongdev](https://github.com/ygongdev))
|
|
314
|
-
|
|
315
|
-
#### Committers: 1
|
|
316
|
-
|
|
317
|
-
- Yicheng (Jerry) Gong ([@ygongdev](https://github.com/ygongdev))
|
|
318
|
-
|
|
319
|
-
## v2.0.1 (2019-10-31)
|
|
320
|
-
|
|
321
|
-
#### :bug: Bug Fix
|
|
322
|
-
|
|
323
|
-
- [#305](https://github.com/adopted-ember-addons/ember-sortable/pull/305) [Bugfix] ember-test-waiters ([@ygongdev](https://github.com/ygongdev))
|
|
324
|
-
|
|
325
|
-
#### Committers: 1
|
|
326
|
-
|
|
327
|
-
- Yicheng (Jerry) Gong ([@ygongdev](https://github.com/ygongdev))
|
|
328
|
-
|
|
329
|
-
## v2.0.0 (2019-10-31)
|
|
330
|
-
|
|
331
|
-
#### :rocket: Enhancement
|
|
332
|
-
|
|
333
|
-
- [#295](https://github.com/adopted-ember-addons/ember-sortable/pull/295) Updating README.md and adding migration guide ([@ygongdev](https://github.com/ygongdev))
|
|
334
|
-
- [#294](https://github.com/adopted-ember-addons/ember-sortable/pull/294) add aria-live announcement ([@ygongdev](https://github.com/ygongdev))
|
|
335
|
-
- [#293](https://github.com/adopted-ember-addons/ember-sortable/pull/293) Visual Indicators ([@ygongdev](https://github.com/ygongdev))
|
|
336
|
-
- [#290](https://github.com/adopted-ember-addons/ember-sortable/pull/290) Adding built-in keyboard support and focus management ([@ygongdev](https://github.com/ygongdev))
|
|
337
|
-
- [#289](https://github.com/adopted-ember-addons/ember-sortable/pull/289) Adding sortable-handle ([@ygongdev](https://github.com/ygongdev))
|
|
338
|
-
- [#287](https://github.com/adopted-ember-addons/ember-sortable/pull/287) Contextual components ([@ygongdev](https://github.com/ygongdev))
|
|
339
|
-
- [#282](https://github.com/adopted-ember-addons/ember-sortable/pull/282) Deprecating sendAction ([@ygongdev](https://github.com/ygongdev))
|
|
340
|
-
- [#271](https://github.com/adopted-ember-addons/ember-sortable/pull/271) Modernizing test suite ([@ygongdev](https://github.com/ygongdev))
|
|
341
|
-
- [#286](https://github.com/adopted-ember-addons/ember-sortable/pull/286) Removing matches polyfill from closest polyfill ([@ygongdev](https://github.com/ygongdev))
|
|
342
|
-
- [#280](https://github.com/adopted-ember-addons/ember-sortable/pull/280) Closest polyfill ([@ygongdev](https://github.com/ygongdev))
|
|
343
|
-
|
|
344
|
-
#### :bug: Bug Fix
|
|
345
|
-
|
|
346
|
-
- [#265](https://github.com/adopted-ember-addons/ember-sortable/pull/265) Properly convert ScrollContainer width and height to integers ([@benedikt](https://github.com/benedikt))
|
|
347
|
-
|
|
348
|
-
#### :house: Internal
|
|
349
|
-
|
|
350
|
-
- [#289](https://github.com/adopted-ember-addons/ember-sortable/pull/289) Adding sortable-handle ([@ygongdev](https://github.com/ygongdev))
|
|
351
|
-
- [#282](https://github.com/adopted-ember-addons/ember-sortable/pull/282) Deprecating sendAction ([@ygongdev](https://github.com/ygongdev))
|
|
352
|
-
- [#286](https://github.com/adopted-ember-addons/ember-sortable/pull/286) Removing matches polyfill from closest polyfill ([@ygongdev](https://github.com/ygongdev))
|
|
353
|
-
- [#280](https://github.com/adopted-ember-addons/ember-sortable/pull/280) Closest polyfill ([@ygongdev](https://github.com/ygongdev))
|
|
354
|
-
|
|
355
|
-
#### Committers: 2
|
|
356
|
-
|
|
357
|
-
- Benedikt Deicke ([@benedikt](https://github.com/benedikt))
|
|
358
|
-
- Yicheng (Jerry) Gong ([@ygongdev](https://github.com/ygongdev))
|
|
359
|
-
|
|
360
|
-
## 1.12.10 (2019-09-24)
|
|
361
|
-
|
|
362
|
-
#### :bug: Bug Fix
|
|
363
|
-
|
|
364
|
-
- [#275](https://github.com/adopted-ember-addons/ember-sortable/pull/275) [BUGFIX] fixes bug when sorting to the beginning of list ([@ryanholte](https://github.com/ryanholte))
|
|
365
|
-
|
|
366
|
-
#### :house: Internal
|
|
367
|
-
|
|
368
|
-
- [#268](https://github.com/adopted-ember-addons/ember-sortable/pull/268) Bump mixin-deep from 1.3.0 to 1.3.2 ([@dependabot[bot]](https://github.com/apps/dependabot))
|
|
369
|
-
- [#267](https://github.com/adopted-ember-addons/ember-sortable/pull/267) Bump eslint-utils from 1.3.1 to 1.4.2 ([@dependabot[bot]](https://github.com/apps/dependabot))
|
|
370
|
-
- [#258](https://github.com/adopted-ember-addons/ember-sortable/pull/258) First pass at upgrading to new QUnit syntax ([@nlfurniss](https://github.com/nlfurniss))
|
|
371
|
-
|
|
372
|
-
#### Committers: 4
|
|
373
|
-
|
|
374
|
-
- Jamie White ([@jgwhite](https://github.com/jgwhite))
|
|
375
|
-
- Nathaniel Furniss ([@nlfurniss](https://github.com/nlfurniss))
|
|
376
|
-
- Ryan Holte ([@ryanholte](https://github.com/ryanholte))
|
|
377
|
-
- [@stephencattaneo](https://github.com/stephencattaneo)
|
|
378
|
-
|
|
379
|
-
## 1.12.9 (2019-06-11)
|
|
380
|
-
|
|
381
|
-
#### :rocket: Enhancement
|
|
382
|
-
|
|
383
|
-
- [#259](https://github.com/adopted-ember-addons/ember-sortable/pull/259) Expect native events instead of jQuery wrapped events ([@stephencattaneo](https://github.com/stephencattaneo))
|
|
384
|
-
|
|
385
|
-
#### Committers: 2
|
|
386
|
-
|
|
387
|
-
- Jamie White ([@jgwhite](https://github.com/jgwhite))
|
|
388
|
-
- [@stephencattaneo](https://github.com/stephencattaneo)
|
|
389
|
-
|
|
390
|
-
## 1.12.8 (2019-05-22)
|
|
391
|
-
|
|
392
|
-
#### :bug: Bug Fix
|
|
393
|
-
|
|
394
|
-
- [#249](https://github.com/adopted-ember-addons/ember-sortable/pull/249) move @ember/jquery to devDependency ([@fran-worley](https://github.com/fran-worley))
|
|
395
|
-
- [#251](https://github.com/adopted-ember-addons/ember-sortable/pull/251) Add warning to polyfill `Element.closest()` ([@samhogg](https://github.com/samhogg))
|
|
396
|
-
|
|
397
|
-
#### :house: Internal
|
|
398
|
-
|
|
399
|
-
- [#245](https://github.com/adopted-ember-addons/ember-sortable/pull/245) Add Ember 2.8, 2.12 to testing. Test Node 8. ([@mixonic](https://github.com/mixonic))
|
|
400
|
-
|
|
401
|
-
#### Committers: 4
|
|
402
|
-
|
|
403
|
-
- Fran Worley ([@fran-worley](https://github.com/fran-worley))
|
|
404
|
-
- Jamie White ([@jgwhite](https://github.com/jgwhite))
|
|
405
|
-
- Matthew Beale ([@mixonic](https://github.com/mixonic))
|
|
406
|
-
- Sam Hogg ([@samhogg](https://github.com/samhogg))
|
|
407
|
-
|
|
408
|
-
## 1.12.7 (2019-04-24)
|
|
409
|
-
|
|
410
|
-
#### :bug: Bug Fix
|
|
411
|
-
|
|
412
|
-
- [#227](https://github.com/adopted-ember-addons/ember-sortable/pull/227) Tweak clientHeight calculation in drag helper ([@jgwhite](https://github.com/jgwhite))
|
|
413
|
-
- [#244](https://github.com/adopted-ember-addons/ember-sortable/pull/244) Fix subtle bug in sortable-item#thaw ([@jgwhite](https://github.com/jgwhite))
|
|
414
|
-
- [#242](https://github.com/adopted-ember-addons/ember-sortable/pull/242) Runloop tweaks ([@mixonic](https://github.com/mixonic))
|
|
415
|
-
|
|
416
|
-
#### Committers: 2
|
|
417
|
-
|
|
418
|
-
- Jamie White ([@jgwhite](https://github.com/jgwhite))
|
|
419
|
-
- Matthew Beale ([@mixonic](https://github.com/mixonic))
|
|
420
|
-
|
|
421
|
-
## 1.12.6 (2019-02-25)
|
|
422
|
-
|
|
423
|
-
#### :bug: Bug Fix
|
|
424
|
-
|
|
425
|
-
- [#236](https://github.com/adopted-ember-addons/ember-sortable/pull/236) getX and getY methods do provide now for non-wrapped events too (fixe… ([@froskos](https://github.com/froskos))
|
|
426
|
-
|
|
427
|
-
#### Committers: 2
|
|
428
|
-
|
|
429
|
-
- Jamie White ([@jgwhite](https://github.com/jgwhite))
|
|
430
|
-
- [@froskos](https://github.com/froskos)
|
|
431
|
-
|
|
432
|
-
## 1.12.5 (2019-02-15)
|
|
433
|
-
|
|
434
|
-
#### :bug: Bug Fix
|
|
435
|
-
|
|
436
|
-
- [#229](https://github.com/adopted-ember-addons/ember-sortable/pull/229) inline `touch-action:none` not being properly applied ([@froskos](https://github.com/froskos))
|
|
437
|
-
|
|
438
|
-
#### :house: Internal
|
|
439
|
-
|
|
440
|
-
- [#228](https://github.com/adopted-ember-addons/ember-sortable/pull/228) Upgrade to 3.7.x family ([@jgwhite](https://github.com/jgwhite))
|
|
441
|
-
|
|
442
|
-
#### Committers: 2
|
|
443
|
-
|
|
444
|
-
- Jamie White ([@jgwhite](https://github.com/jgwhite))
|
|
445
|
-
- [@froskos](https://github.com/froskos)
|
|
446
|
-
|
|
447
|
-
## 1.12.4 (2019-01-04)
|
|
448
|
-
|
|
449
|
-
#### :bug: Bug Fix
|
|
450
|
-
|
|
451
|
-
- [#224](https://github.com/adopted-ember-addons/ember-sortable/pull/224) [bugfix] default `dx` and `dy` to 0 for drag helper ([@fivetanley](https://github.com/fivetanley))
|
|
452
|
-
- [#223](https://github.com/adopted-ember-addons/ember-sortable/pull/223) fixes for Firefox ([@fivetanley](https://github.com/fivetanley))
|
|
453
|
-
|
|
454
|
-
#### Committers: 2
|
|
455
|
-
|
|
456
|
-
- Jamie White ([@jgwhite](https://github.com/jgwhite))
|
|
457
|
-
- Stanley Stuart ([@fivetanley](https://github.com/fivetanley))
|
|
458
|
-
|
|
459
|
-
## 1.12.3 (2018-12-19)
|
|
460
|
-
|
|
461
|
-
#### :bug: Bug Fix
|
|
462
|
-
|
|
463
|
-
- [#216](https://github.com/adopted-ember-addons/ember-sortable/pull/216) Fix incorrect ScrollContainer dimension calcs ([@nlfurniss](https://github.com/nlfurniss))
|
|
464
|
-
- [#220](https://github.com/adopted-ember-addons/ember-sortable/pull/220) replace window.releaseEvents with window.removeEventListener ([@fonkgoku](https://github.com/fonkgoku))
|
|
465
|
-
- [#221](https://github.com/adopted-ember-addons/ember-sortable/pull/221) Pass event to \_preventClickHandler ([@fonkgoku](https://github.com/fonkgoku))
|
|
466
|
-
|
|
467
|
-
#### Committers: 3
|
|
468
|
-
|
|
469
|
-
- Jamie White ([@jgwhite](https://github.com/jgwhite))
|
|
470
|
-
- Nathaniel Furniss ([@nlfurniss](https://github.com/nlfurniss))
|
|
471
|
-
- Paul Csapak ([@fonkgoku](https://github.com/fonkgoku))
|
|
472
|
-
|
|
473
|
-
## 1.12.2 (2018-12-07)
|
|
474
|
-
|
|
475
|
-
#### :rocket: Enhancement
|
|
476
|
-
|
|
477
|
-
- [#212](https://github.com/adopted-ember-addons/ember-sortable/pull/212) Replace jQuery with vanilla JS ([@nlfurniss](https://github.com/nlfurniss))
|
|
478
|
-
|
|
479
|
-
#### :house: Internal
|
|
480
|
-
|
|
481
|
-
- [#214](https://github.com/adopted-ember-addons/ember-sortable/pull/214) add lerna changelog for generating changelogs ([@fivetanley](https://github.com/fivetanley))
|
|
482
|
-
|
|
483
|
-
#### Committers: 3
|
|
484
|
-
|
|
485
|
-
- Nathaniel Furniss ([@nlfurniss](https://github.com/nlfurniss))
|
|
486
|
-
- Stanley Stuart ([@fivetanley](https://github.com/fivetanley))
|
|
487
|
-
- Todd Evanoff ([@tevanoff](https://github.com/tevanoff))
|
|
488
|
-
|
|
489
|
-
# ember-sortable changelog
|
|
490
|
-
|
|
491
|
-
## 1.12.10 (2019-09-24)
|
|
492
|
-
|
|
493
|
-
#### :bug: Bug Fix
|
|
494
|
-
|
|
495
|
-
- [#275](https://github.com/adopted-ember-addons/ember-sortable/pull/275) [BUGFIX] fixes bug when sorting to the beginning of list ([@ryanholte](https://github.com/ryanholte))
|
|
496
|
-
|
|
497
|
-
#### :house: Internal
|
|
498
|
-
|
|
499
|
-
- [#268](https://github.com/adopted-ember-addons/ember-sortable/pull/268) Bump mixin-deep from 1.3.0 to 1.3.2 ([@dependabot[bot]](https://github.com/apps/dependabot))
|
|
500
|
-
- [#267](https://github.com/adopted-ember-addons/ember-sortable/pull/267) Bump eslint-utils from 1.3.1 to 1.4.2 ([@dependabot[bot]](https://github.com/apps/dependabot))
|
|
501
|
-
- [#258](https://github.com/adopted-ember-addons/ember-sortable/pull/258) First pass at upgrading to new QUnit syntax ([@nlfurniss](https://github.com/nlfurniss))
|
|
502
|
-
|
|
503
|
-
#### Committers: 2
|
|
504
|
-
|
|
505
|
-
- Nathaniel Furniss ([@nlfurniss](https://github.com/nlfurniss))
|
|
506
|
-
- Ryan Holte ([@ryanholte](https://github.com/ryanholte))
|
|
507
|
-
- [@dependabot](https://github.com/apps/dependabot)
|
|
508
|
-
|
|
509
|
-
## 1.12.9 (2019-06-11)
|
|
510
|
-
|
|
511
|
-
#### :rocket: Enhancement
|
|
512
|
-
|
|
513
|
-
- [#259](https://github.com/adopted-ember-addons/ember-sortable/pull/259) Expect native events instead of jQuery wrapped events ([@stephencattaneo](https://github.com/stephencattaneo))
|
|
514
|
-
|
|
515
|
-
#### Committers: 1
|
|
516
|
-
|
|
517
|
-
- [@stephencattaneo](https://github.com/stephencattaneo)
|
|
518
|
-
|
|
519
|
-
## 1.12.8 (2019-05-22)
|
|
520
|
-
|
|
521
|
-
#### :bug: Bug Fix
|
|
522
|
-
|
|
523
|
-
- [#249](https://github.com/adopted-ember-addons/ember-sortable/pull/249) move @ember/jquery to devDependency ([@fran-worley](https://github.com/fran-worley))
|
|
524
|
-
- [#251](https://github.com/adopted-ember-addons/ember-sortable/pull/251) Add warning to polyfill `Element.closest()` ([@samhogg](https://github.com/samhogg))
|
|
525
|
-
|
|
526
|
-
#### :house: Internal
|
|
527
|
-
|
|
528
|
-
- [#245](https://github.com/adopted-ember-addons/ember-sortable/pull/245) Add Ember 2.8, 2.12 to testing. Test Node 8. ([@mixonic](https://github.com/mixonic))
|
|
529
|
-
|
|
530
|
-
#### Committers: 3
|
|
531
|
-
|
|
532
|
-
- Fran Worley ([@fran-worley](https://github.com/fran-worley))
|
|
533
|
-
- Matthew Beale ([@mixonic](https://github.com/mixonic))
|
|
534
|
-
- Sam Hogg ([@samhogg](https://github.com/samhogg))
|
|
535
|
-
|
|
536
|
-
## 1.12.7 (2019-04-24)
|
|
537
|
-
|
|
538
|
-
#### :bug: Bug Fix
|
|
539
|
-
|
|
540
|
-
- [#227](https://github.com/adopted-ember-addons/ember-sortable/pull/227) Tweak clientHeight calculation in drag helper ([@jgwhite](https://github.com/jgwhite))
|
|
541
|
-
- [#244](https://github.com/adopted-ember-addons/ember-sortable/pull/244) Fix subtle bug in sortable-item#thaw ([@jgwhite](https://github.com/jgwhite))
|
|
542
|
-
- [#242](https://github.com/adopted-ember-addons/ember-sortable/pull/242) Runloop tweaks ([@mixonic](https://github.com/mixonic))
|
|
543
|
-
|
|
544
|
-
#### Committers: 2
|
|
545
|
-
|
|
546
|
-
- Jamie White ([@jgwhite](https://github.com/jgwhite))
|
|
547
|
-
- Matthew Beale ([@mixonic](https://github.com/mixonic))
|
|
548
|
-
|
|
549
|
-
## 1.12.6 (2019-02-25)
|
|
550
|
-
|
|
551
|
-
#### :bug: Bug Fix
|
|
552
|
-
|
|
553
|
-
- [#236](https://github.com/adopted-ember-addons/ember-sortable/pull/236) getX and getY methods do provide now for non-wrapped events too (fixe… ([@froskos](https://github.com/froskos))
|
|
554
|
-
|
|
555
|
-
#### Committers: 1
|
|
556
|
-
|
|
557
|
-
- [@froskos](https://github.com/froskos)
|
|
558
|
-
|
|
559
|
-
## 1.12.5 (2019-02-15)
|
|
560
|
-
|
|
561
|
-
#### :bug: Bug Fix
|
|
562
|
-
|
|
563
|
-
- [#229](https://github.com/adopted-ember-addons/ember-sortable/pull/229) inline `touch-action:none` not being properly applied ([@froskos](https://github.com/froskos))
|
|
564
|
-
|
|
565
|
-
#### :house: Internal
|
|
566
|
-
|
|
567
|
-
- [#228](https://github.com/adopted-ember-addons/ember-sortable/pull/228) Upgrade to 3.7.x family ([@jgwhite](https://github.com/jgwhite))
|
|
568
|
-
|
|
569
|
-
#### Committers: 2
|
|
570
|
-
|
|
571
|
-
- Jamie White ([@jgwhite](https://github.com/jgwhite))
|
|
572
|
-
- [@froskos](https://github.com/froskos)
|
|
573
|
-
|
|
574
|
-
## 1.12.4 (2019-01-03)
|
|
575
|
-
|
|
576
|
-
#### :bug: Bug Fix
|
|
577
|
-
|
|
578
|
-
- [#224](https://github.com/adopted-ember-addons/ember-sortable/pull/224) [bugfix] default `dx` and `dy` to 0 for drag helper ([@fivetanley](https://github.com/fivetanley))
|
|
579
|
-
- [#223](https://github.com/adopted-ember-addons/ember-sortable/pull/223) fixes for Firefox ([@fivetanley](https://github.com/fivetanley))
|
|
580
|
-
|
|
581
|
-
#### Committers: 1
|
|
582
|
-
|
|
583
|
-
- Stanley Stuart ([@fivetanley](https://github.com/fivetanley))
|
|
584
|
-
|
|
585
|
-
## 1.12.3 (2018-12-19)
|
|
586
|
-
|
|
587
|
-
#### :bug: Bug Fix
|
|
588
|
-
|
|
589
|
-
- [#216](https://github.com/adopted-ember-addons/ember-sortable/pull/216) Fix incorrect ScrollContainer dimension calcs ([@nlfurniss](https://github.com/nlfurniss))
|
|
590
|
-
- [#220](https://github.com/adopted-ember-addons/ember-sortable/pull/220) replace window.releaseEvents with window.removeEventListener ([@fonkgoku](https://github.com/fonkgoku))
|
|
591
|
-
- [#221](https://github.com/adopted-ember-addons/ember-sortable/pull/221) Pass event to \_preventClickHandler ([@fonkgoku](https://github.com/fonkgoku))
|
|
592
|
-
|
|
593
|
-
#### Committers: 2
|
|
594
|
-
|
|
595
|
-
- Nathaniel Furniss ([@nlfurniss](https://github.com/nlfurniss))
|
|
596
|
-
- Paul Csapak ([@fonkgoku](https://github.com/fonkgoku))
|
|
597
|
-
|
|
598
|
-
## 1.12.2 (2018-12-06)
|
|
599
|
-
|
|
600
|
-
#### :rocket: Enhancement
|
|
601
|
-
|
|
602
|
-
- [#212](https://github.com/adopted-ember-addons/ember-sortable/pull/212) Replace jQuery with vanilla JS ([@nlfurniss](https://github.com/nlfurniss))
|
|
603
|
-
|
|
604
|
-
#### :house: Internal
|
|
605
|
-
|
|
606
|
-
- [#214](https://github.com/adopted-ember-addons/ember-sortable/pull/214) add lerna changelog for generating changelogs ([@fivetanley](https://github.com/fivetanley))
|
|
607
|
-
|
|
608
|
-
#### Committers: 3
|
|
609
|
-
|
|
610
|
-
- Nathaniel Furniss ([@nlfurniss](https://github.com/nlfurniss))
|
|
611
|
-
- Stanley Stuart ([@fivetanley](https://github.com/fivetanley))
|
|
612
|
-
- Todd Evanoff ([@tevanoff](https://github.com/tevanoff))
|
|
613
|
-
|
|
614
|
-
### 1.12.1 (2018-11-16)
|
|
615
|
-
|
|
616
|
-
- [#209](https://github.com/adopted-ember-addons/ember-sortable/pull/209) Revert "Ember 3.5"
|
|
617
|
-
|
|
618
|
-
### 1.12.0 (2018-11-16)
|
|
619
|
-
|
|
620
|
-
- [#189](https://github.com/adopted-ember-addons/ember-sortable/pull/189) Fix travis node version [@acburdine](https://github.com/acburdine)
|
|
621
|
-
- [#188](https://github.com/adopted-ember-addons/ember-sortable/pull/188) Don't break if A extensions are not enabled [@btecu](https://github.com/btecu)
|
|
622
|
-
- [#190](https://github.com/adopted-ember-addons/ember-sortable/pull/190) set rootURL for tests [@jmar910](https://github.com/jmar910)
|
|
623
|
-
- [#206](https://github.com/adopted-ember-addons/ember-sortable/pull/206) Ember 3.5 [@jmar910](https://github.com/jmar910)
|
|
624
|
-
- [#200](https://github.com/adopted-ember-addons/ember-sortable/pull/200) Update links to use new owner [@raulb](https://github.com/raulb)
|
|
625
|
-
- [#203](https://github.com/adopted-ember-addons/ember-sortable/pull/203) Remove ember-invoke-action [@raulb](https://github.com/raulb)
|
|
626
|
-
- [#182](https://github.com/adopted-ember-addons/ember-sortable/pull/182) Updated README to include js example for accessibility [@alanwguo](https://github.com/alanwguo)
|
|
627
|
-
- [#185](https://github.com/adopted-ember-addons/ember-sortable/pull/185) docs: use action helper in more examples [@knownasilya](https://github.com/knownasilya)
|
|
628
|
-
|
|
629
|
-
### 1.11.2 (2018-02-23)
|
|
630
|
-
|
|
631
|
-
- [#172](https://github.com/jgwhite/ember-sortable/pull/172) Fix deprecation warnings for targetObject [@nlfurniss](https://github.com/nlfurniss)
|
|
632
|
-
- [#174](https://github.com/jgwhite/ember-sortable/pull/174) use yarn in tests too! [@Dhaulagiri](https://github.com/Dhaulagiri)
|
|
633
|
-
- [#175](https://github.com/jgwhite/ember-sortable/pull/175) remove ember-new-computed [@Dhaulagiri](https://github.com/Dhaulagiri)
|
|
634
|
-
- [#176](https://github.com/jgwhite/ember-sortable/pull/176) ember-cli-htmlbars 2.0.3 [@Dhaulagiri](https://github.com/Dhaulagiri)
|
|
635
|
-
|
|
636
|
-
### 1.11.1 (2018-02-20)
|
|
637
|
-
|
|
638
|
-
- [#162](https://github.com/jgwhite/ember-sortable/pull/162) Remove jquery event listener from component element [@jackson-dean](https://github.com/jackson-dean)
|
|
639
|
-
|
|
640
|
-
### 1.11.0 (2018-01-26)
|
|
641
|
-
|
|
642
|
-
- [#168](https://github.com/jgwhite/ember-sortable/pull/168) ember-cli-update to 2.18 [@Dhaulagiri](https://github.com/Dhaulagiri)
|
|
643
|
-
|
|
644
|
-
### 1.10.0 (2017-10-19)
|
|
645
|
-
|
|
646
|
-
- [#157](https://github.com/jgwhite/ember-sortable/pull/157) Add tabindex attribute binding [@hjdivad](https://github.com/hjdivad)
|
|
647
|
-
- [#156](https://github.com/jgwhite/ember-sortable/pull/156) fix for issue with transforms being left after drop [@shidel-dev](https://github.com/shidel-dev)
|
|
648
|
-
- [#151](https://github.com/jgwhite/ember-sortable/pull/151) Alias sortable direction to group [@feedbackfruits](https://github.com/feedbackfruits)
|
|
649
|
-
- [#150](https://github.com/jgwhite/ember-sortable/pull/150) Disable isDragging when element is destroyed [@nbibler](https://github.com/nbibler)
|
|
650
|
-
- [#140](https://github.com/jgwhite/ember-sortable/pull/140) make `_scrollOnEdges()` get `itemContainer` height dinamically [@marlosin](https://github.com/marlosin)
|
|
651
|
-
|
|
652
|
-
### 1.9.4 (2017-07-12)
|
|
653
|
-
|
|
654
|
-
- [#137](https://github.com/jgwhite/ember-sortable/pull/137) Add distance attribute to specify after what distance sorting should start [@mupkoo](https://github.com/mupkoo)
|
|
655
|
-
|
|
656
|
-
### 1.9.3 (2017-02-12)
|
|
657
|
-
|
|
658
|
-
- return preventDefault calls to touch event [@acburdine](https://github.com/acburdine)
|
|
659
|
-
|
|
660
|
-
### 1.9.2 (2017-02-12)
|
|
661
|
-
|
|
662
|
-
- [#131](https://github.com/jgwhite/ember-sortable/pull/131) prevent touch-actions on element or handle using css [@acburdine](https://github.com/acburdine)
|
|
663
|
-
- [#118](https://github.com/jgwhite/ember-sortable/pull/118) improve performance of dragging by throttling drag event using ember run [@estshy](https://github.com/estshy)
|
|
664
|
-
|
|
665
|
-
### 1.9.1 (2016-11-28)
|
|
666
|
-
|
|
667
|
-
- [#119](https://github.com/jgwhite/ember-sortable/pull/119) use document as the scroll parent if the body is the scroll parent [@tim-evans](https://github.com/tim-evans)
|
|
668
|
-
- [#120](https://github.com/jgwhite/ember-sortable/pull/120) add support for 'data-test-selector' attribute [@cspanring](https://github.com/cspanring)
|
|
669
|
-
- [#114](https://github.com/jgwhite/ember-sortable/pull/114) replace sendAction with ember-invoke-action [@acburdine](https://github.com/acburdine)
|
|
670
|
-
|
|
671
|
-
### 1.9.0 (2016-10-27)
|
|
672
|
-
|
|
673
|
-
- [#106](https://github.com/jgwhite/ember-sortable/pull/106) Fix test-helpers in ember-cli-qunit 3.0 [@omghax](https://github.com/omghax)
|
|
674
|
-
- [#104](https://github.com/jgwhite/ember-sortable/pull/104) Autoscroll while dragging sortable-items [@tim-evans](https://github.com/tim-evans)
|
|
675
|
-
- [#112](https://github.com/jgwhite/ember-sortable/pull/112) Remove event listeners on willDestroyElement [@tim-evans](https://github.com/tim-evans)
|
|
676
|
-
- [#107](https://github.com/jgwhite/ember-sortable/pull/107) Upgrade to ember-cli 2.9.1 [@jgwhite](https://github.com/jgwhite)
|
|
677
|
-
- [#111](https://github.com/jgwhite/ember-sortable/pull/111) Fix mixin unit tests [@acburdine](https://github.com/acburdine)
|
|
678
|
-
- [#102](https://github.com/jgwhite/ember-sortable/pull/102) Ember 2.7 update [@jgwhite](https://github.com/jgwhite)
|
|
679
|
-
|
|
680
|
-
### 1.8.2 (2016-08-05)
|
|
681
|
-
|
|
682
|
-
- [#100](https://github.com/jgwhite/ember-sortable/pull/100) Fix for dragging outside of ember-modal-dialog boundaries [@davelowensohn](https://github.com/davelowensohn)
|
|
683
|
-
|
|
684
|
-
### 1.8.1 (2016-03-10)
|
|
685
|
-
|
|
686
|
-
- [#87](https://github.com/jgwhite/ember-sortable/pull/90) Backfill triggerEvent in drag for Ember >= 2.5 [@jgwhite](https://github.com/jgwhite)
|
|
687
|
-
|
|
688
|
-
### 1.8.0 (2016-02-23)
|
|
689
|
-
|
|
690
|
-
- [#87](https://github.com/jgwhite/ember-sortable/pull/87) Introduce `spacing` property on sortable-item [@dianafa](https://github.com/dianafa)
|
|
691
|
-
|
|
692
|
-
### 1.7.0 (2016-02-04)
|
|
693
|
-
|
|
694
|
-
- [#82](https://github.com/jgwhite/ember-sortable/pull/82) Expose `drag` and `reorder` test helpers [@seanpdoyle](https://github.com/seanpdoyle)
|
|
695
|
-
|
|
696
|
-
### 1.6.3 (2016-01-06)
|
|
697
|
-
|
|
698
|
-
- [#78](https://github.com/jgwhite/ember-sortable/pull/78) Flush styles in reset and thaw [@jgwhite](https://github.com/jgwhite)
|
|
699
|
-
- [#77](https://github.com/jgwhite/ember-sortable/pull/77) Fix typos in example [@HeroicEric](https://github.com/HeroicEric)
|
|
700
|
-
|
|
701
|
-
### 1.6.2 (2015-10-22)
|
|
702
|
-
|
|
703
|
-
- [#64](https://github.com/jgwhite/ember-sortable/pull/64) Ignore right-click [@jgwhite](https://github.com/jgwhite)
|
|
704
|
-
|
|
705
|
-
### 1.6.1 (2015-09-18)
|
|
706
|
-
|
|
707
|
-
- [#58](https://github.com/jgwhite/ember-sortable/pull/58) Support scrolling while dragging [@eugeniodepalo](https://github.com/eugeniodepalo)
|
|
708
|
-
|
|
709
|
-
### 1.6.0 (2015-09-04)
|
|
710
|
-
|
|
711
|
-
- [#60](https://github.com/jgwhite/ember-sortable/pull/60) Add actions for `onDragStart` and `onDragStop` [@drapergeek](https://github.com/drapergeek)
|
|
712
|
-
|
|
713
|
-
### 1.5.3 (2015-08-26)
|
|
714
|
-
|
|
715
|
-
- [#56](https://github.com/jgwhite/ember-sortable/pull/56) Fix touch support [@jgwhite](https://github.com/jgwhite)
|
|
716
|
-
|
|
717
|
-
### 1.5.2 (2015-08-14)
|
|
718
|
-
|
|
719
|
-
- [#53](https://github.com/jgwhite/ember-sortable/pull/53) Out out damm deprecations [@rlivsey](https://github.com/rlivsey)
|
|
720
|
-
|
|
721
|
-
### 1.5.1 (2015-08-10)
|
|
722
|
-
|
|
723
|
-
- [#51](https://github.com/jgwhite/ember-sortable/pull/51) Distinguish between clicking and dragging an item [@opsb](https://github.com/opsb)
|
|
724
|
-
|
|
725
|
-
### 1.5.0 (2015-08-04)
|
|
726
|
-
|
|
727
|
-
- [#49](https://github.com/jgwhite/ember-sortable/pull/49) Pass draggedModel with onChange [@scottmessinger](https://github.com/scottmessinger) & [@mehulkar](https://github.com/mehulkar)
|
|
728
|
-
|
|
729
|
-
### 1.4.0 (2015-08-03)
|
|
730
|
-
|
|
731
|
-
- [#45](https://github.com/jgwhite/ember-sortable/pull/44) Add support for tables [@jgwhite](https://github.com/jgwhite)
|
|
732
|
-
- [#44](https://github.com/jgwhite/ember-sortable/pull/44) Refactor and cleanup [@jgwhite](https://github.com/jgwhite)
|
|
733
|
-
|
|
734
|
-
### 1.3.1 (2015-07-27)
|
|
735
|
-
|
|
736
|
-
- [#42](https://github.com/jgwhite/ember-sortable/pull/42) Call `_super` in `didInsertElement` [@jgwhite](https://github.com/jgwhite)
|
|
737
|
-
|
|
738
|
-
### 1.3.0 (2015-07-07)
|
|
739
|
-
|
|
740
|
-
- [#29](https://github.com/jgwhite/ember-sortable/pull/29) Add horizontal sorting [@igorrKurr](https://github.com/igorrKurr)
|
|
741
|
-
- [#35](https://github.com/jgwhite/ember-sortable/pull/35) Use `closest` vs `is` to support complex handles (e.g. SVG) [@rlivsey](https://github.com/rlivsey)
|
|
742
|
-
|
|
743
|
-
### 1.2.0 (2015-06-09)
|
|
744
|
-
|
|
745
|
-
- [#32](https://github.com/jgwhite/ember-sortable/pull/32) Upgrade ember-cli to 0.2.7 [@jgwhite](https://github.com/jgwhite)
|
|
746
|
-
- [#31](https://github.com/jgwhite/ember-sortable/pull/31) New computed syntax [@jmurphyau](https://github.com/jmurphyau)
|
|
747
|
-
- [#30](https://github.com/jgwhite/ember-sortable/pull/30) Add demo URL [@jmurphyau](https://github.com/jmurphyau)
|
|
748
|
-
|
|
749
|
-
### 1.1.0 (2015-05-18)
|
|
750
|
-
|
|
751
|
-
- [#28](https://github.com/jgwhite/ember-sortable/pull/28) Add `model` attr to `sortable-group` [@ujamer](https://github.com/ujamer)
|
|
752
|
-
|
|
753
|
-
### 1.0.0 (2015-05-13)
|
|
754
|
-
|
|
755
|
-
First stable release.
|