Skip to content

Latest commit

 

History

History
289 lines (126 loc) · 13.2 KB

CHANGELOG.md

File metadata and controls

289 lines (126 loc) · 13.2 KB

5.0.0 (2021-12-05)

Features

BREAKING CHANGES

  • dropping support for Angular < 13.x

4.2.1 (2021-12-05)

Bug Fixes

  • lib: keep selection when selectable items change (#142) (24514ca)

4.2.0 (2021-09-19)

Features

  • lib: add input to control select on click (#129) (abeeb1b)
  • lib: allow select items to be disabled (#130) (ec1116e)

4.1.0 (2021-06-17)

Features

  • lib: add option to control starting drag select over items (#117) (868a117)
  • upgrade cypress (d40d3ff)

4.0.0 (2020-10-28)

Bug Fixes

  • update ng-package config (72767e1)

Features

BREAKING CHANGES

  • lib: dropping support for Angular < 8.x

3.2.0-rc.0 (2019-11-04)

Features

  • app: update shortcuts (3213dad)
  • lib: add range selection behavior (13cbbd3), closes #62
  • lib: allow multiple consecutive range selections (d7f7c4b)
  • lib: allow shortcuts to contain alphabetic characters (f41c934)
  • lib: allow to disable range selection (bd4883d)
  • update angular (875ed98)
  • update angular material (d0fffc2)
  • update cypress (a0d0d54)
  • upgrade to Angular 8 (d4e7b86)

Performance Improvements

  • lazily calculate position of each selectable item (0c9efaa)

3.1.1 (2018-12-29)

Bug Fixes

  • lib: correctly select items when selectOnDrag is false (e7a4543), closes #67

3.1.0 (2018-12-28)

Features

  • lib: add selection outputs (e0e5944), closes #64

3.0.3 (2018-12-19)

Bug Fixes

  • lib: prevent key events from being fired repeatedly (ca25d6a), closes #61

3.0.2 (2018-11-28)

Bug Fixes

  • upgrade malicious dependencies (d3a0127)

3.0.1 (2018-11-02)

3.0.0 (2018-11-02)

Bug Fixes

  • lib: flush items when switching between selection modes (1d753a9)
  • lib: only emit left mouse drag (4a53fcc)
  • lib: update selection on mouseup when switching between modes (4c1a95e)

Features

  • add changelog script (0a7c0e8)
  • lib: add classes for selection modes (01a5129), closes #52
  • lib: upgrade to angular 7 (cc7cd3e)

BREAKING CHANGES

  • lib: BEFORE: It was possible to drag with all (left, right, middle) mouse buttons

AFTER: It is only possible to drag with the left mouse button

2.1.0 (2018-09-27)

Bug Fixes

Features

  • lib: ability to programatically select, deselect and toggle items (e6d0cd8), closes #46
  • lib: add select and deselect output (351e9e9), closes #35
  • upgrade dependencies (8ca7881), closes #39

2.0.0 (2018-07-22)

Bug Fixes

  • app: add margin between github buttons (0e65684)
  • app: breakpoints are now correctly matched (f8991fd)
  • lib: add unit test for select-container (81fc9e6)
  • lib: select mode (b7bd0d8)
  • organize imports (65bac60)
  • prevent error when clicking on the container on first load (67ecd7e)
  • remove peer dependency on cdk (9dd10e8)

Features

  • add way of toggling items with shortcut click only (03e98eb)
  • expose update as part of the public api (ae63c32)
  • lib: change component and directive prefix to dts (b5d31fd), closes #32
  • migrate to Angular CLI lib project (04d6825)
  • upgrade to Angular 6 (bfcec35)

BREAKING CHANGES

  • lib: ngx-select-container is now dts-select-container and selectItem is now dtsSelectItem. Similarly, the input property from the dtsSelectItem directive was changed to match the directive name.

1.1.1 (2018-04-06)

Bug Fixes

  • app: remove absolute path for assets (7d4c890)
  • app: remove vertical scroll bars from smartphone (eb1662c)
  • app: use relative path for svg inside component stylesheet (d462765)
  • lib: emit empty array after proxy was revoked (f68dc57)

Features

1.1.0 (2018-04-06)

Features

1.0.6 (2018-04-05)

Bug Fixes

  • lib: properly initialize bounding client rect (8c9b091)

1.0.5 (2018-04-05)

Bug Fixes

  • lib: cross-browser scroll (5f02cf8)
  • lib: rework positioning of selection box (9a817df), closes #8

1.0.4 (2018-04-03)

Bug Fixes

  • lib: add missing import (57d89e8)
  • lib: selection rectangle (3d0de15), closes #7

Features

  • lib: add ability to disable selection per input property (663653c)

1.0.3 (2018-03-31)

Bug Fixes

  • lib: misalignment of selection rectangle (d383cfc), closes #4

1.0.1 (2018-03-31)

1.0.0 (2018-03-30)

Bug Fixes

Features

  • add scripts to build for gh-pages (5692924)
  • add ssr and pre-rendering (80d54f6)