Skip to content

Latest commit

 

History

History
309 lines (120 loc) · 10 KB

CHANGELOG.md

File metadata and controls

309 lines (120 loc) · 10 KB

1.5.1 (2022-07-22)

1.5.0 (2022-07-12)

Bug Fixes

  • play nice with aurelia es2015 and es2017 dist files (29eceb1), closes #25

1.4.1 (2021-05-01)

Bug Fixes

  • avoid possible async reload logic after unbind (43911c8), closes #22

1.4.0 (2021-03-01)

Features

  • support binding on reorderable-group (b6f7635), closes #20

1.3.5 (2020-05-09)

Bug Fixes

  • fix missing after-reordering call when items length was zero (5f3e9ac), closes #18

1.3.4 (2020-04-17)

Bug Fixes

  • fix failed binding for after-reordering and dnd-preview in nested context (446eaa5), closes #16 #15

1.3.3 (2020-04-17)

Bug Fixes

  • proper support of ESC cancelling (c3a9549)

1.3.2 (2020-03-23)

Bug Fixes

1.3.1 (2020-03-23)

1.3.0 (2019-09-09)

Features

  • support 2nd parameter "change" in multi-list after-reordering callback (0e7841c)

1.2.3 (2019-05-15)

Bug Fixes

  • fix logic on subviews require lifecycle (f8ba847), closes #11

1.2.2 (2019-05-11)

Bug Fixes

  • reorderable-repeat: ensure source and target removed from dnd service (478adc0)

1.2.1 (2019-04-25)

Bug Fixes

  • fix rendering performance issue on large array of objects (f2bf6db), closes #8

1.2.0 (2019-04-02)

1.1.1 (2019-01-23)

Bug Fixes

  • test: forgot upgrading karam-babel (4bccf65)

1.1.0 (2018-10-06)

Features

  • 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)

Features

  • simplify reorderable-group-for usage (2d3ee2c)

0.5.0 (2018-04-27)

Features

  • 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)

Features

  • 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)

Features

  • switch to cli based setup (995549b)

0.3.4 (2018-02-27)

Bug Fixes

  • support webpack properly. (8360b33)

0.3.3 (2018-02-16)

0.3.2 (2018-02-13)

0.3.1 (2018-02-13)

Bug Fixes

  • fix messed up deps in v0.3.0. (ec6ea23)

0.3.0 (2018-02-13)

0.2.5 (2018-01-30)

Bug Fixes

  • only add class reorderable-repeat-reordering to current reordering repeat. (0f8071b)

0.2.4 (2018-01-30)

Bug Fixes

  • renew arrayObserver after items are replaced. (71c2981)

0.2.3 (2018-01-29)

Bug Fixes

  • fix missing commit of dist files during version release. (fd423a1)

0.2.2 (2018-01-29)

Features

  • add css class "reorderable-repeat-reordering" to all views involved during reordering. (6c5beda)

0.2.1 (2017-11-08)

Features

  • use standard-changelog to auto generate changelog. (514c30e)

0.2.0 - 08/Nov/2017

  • upgrade bcx-aurelia-dnd dep to support touch devices.

0.1.6 - 01/Aug/2017

  • no src change. first cut of testing.

0.1.5 - 21/Jul/2017

  • remove accidentally added local tgz package.

0.1.4 - 21/Jul/2017

  • support duplicated items in primitive array (like ['one', 'one', 'two']).
  • bring back SimpleArrayRepeatStrategy to support the above feature.

0.1.3 - 10/Jul/2017

  • upgrade bcx-aurelia-dnd to v0.2.5 which removes SimpleArrayRepeatStrategy.

0.1.2 - 28/Jun/2017

  • upgrade bcx-aurelia-dnd to v0.2.4.

0.1.1 - 28/Jun/2017

  • globalResources() doesn't trigger tracing. Load them all for aurelia-cli to bundle properly.

0.1.0 - 28/Jun/2017