1.5.1 (2022-07-22)
1.5.0 (2022-07-12)
1.4.1 (2021-05-01)
1.4.0 (2021-03-01)
1.3.5 (2020-05-09)
1.3.4 (2020-04-17)
1.3.3 (2020-04-17)
- proper support of ESC cancelling (c3a9549)
1.3.2 (2020-03-23)
- fix main path (5947da6)
1.3.1 (2020-03-23)
1.3.0 (2019-09-09)
- support 2nd parameter "change" in multi-list after-reordering callback (0e7841c)
1.2.3 (2019-05-15)
1.2.2 (2019-05-11)
- reorderable-repeat: ensure source and target removed from dnd service (478adc0)
1.2.1 (2019-04-25)
1.2.0 (2019-04-02)
1.1.1 (2019-01-23)
- test: forgot upgrading karam-babel (4bccf65)
1.1.0 (2018-10-06)
- add 2nd argument {fromIndex, toIndex} to after-reordering callback, only if the change is within a single list (6a540d2)
1.0.0 (2018-10-04)
0.6.2 (2018-08-25)
0.6.1 (2018-08-24)
0.6.0 (2018-04-27)
- simplify reorderable-group-for usage (2d3ee2c)
0.5.0 (2018-04-27)
- reorderable-group to support multiple lists reordering. (2ca12f7)
- reorderable-group-for to support placeholder for an empty repeator in group. (dd1af6a)
0.4.1 (2018-04-26)
- update link to newest doc site. (83b66e3)
- upgrade bcx-aurelia-dnd to v0.4.6 for better compatibility with Aurelia custom element (700b518)
0.4.0 (2018-04-13)
0.3.5 (2018-04-13)
- switch to cli based setup (995549b)
0.3.4 (2018-02-27)
- support webpack properly. (8360b33)
0.3.3 (2018-02-16)
0.3.2 (2018-02-13)
0.3.1 (2018-02-13)
- fix messed up deps in v0.3.0. (ec6ea23)
0.3.0 (2018-02-13)
0.2.5 (2018-01-30)
- only add class reorderable-repeat-reordering to current reordering repeat. (0f8071b)
0.2.4 (2018-01-30)
- renew arrayObserver after items are replaced. (71c2981)
0.2.3 (2018-01-29)
- fix missing commit of dist files during version release. (fd423a1)
0.2.2 (2018-01-29)
- add css class "reorderable-repeat-reordering" to all views involved during reordering. (6c5beda)
0.2.1 (2017-11-08)
- use standard-changelog to auto generate changelog. (514c30e)
- upgrade bcx-aurelia-dnd dep to support touch devices.
- no src change. first cut of testing.
- remove accidentally added local tgz package.
- support duplicated items in primitive array (like ['one', 'one', 'two']).
- bring back SimpleArrayRepeatStrategy to support the above feature.
- upgrade bcx-aurelia-dnd to v0.2.5 which removes SimpleArrayRepeatStrategy.
- upgrade bcx-aurelia-dnd to v0.2.4.
- globalResources() doesn't trigger tracing. Load them all for aurelia-cli to bundle properly.
- init plugin with code copied from reorderable-repeat-draft