Skip to content
This repository has been archived by the owner on Jan 15, 2021. It is now read-only.

Latest commit

 

History

History
474 lines (249 loc) · 20.9 KB

CHANGELOG.md

File metadata and controls

474 lines (249 loc) · 20.9 KB

5.3.2 (2020-09-03)

Bug Fixes

5.3.1 (2020-09-03)

Bug Fixes

5.3.0 (2020-08-05)

Features

  • add single singleSelectPlaceholder (d46cf60)

5.2.5 (2020-04-14)

Bug Fixes

5.2.4 (2020-04-12)

Bug Fixes

  • color contrast of placeholder (cda22c5)

5.2.3 (2020-03-10)

Bug Fixes

5.2.2 (2020-03-06)

Bug Fixes

5.2.1 (2020-02-24)

Bug Fixes

  • placeholder empty class (418c7bd)

5.2.0 (2020-01-16)

Features

  • add filter term processor (794924b)

5.1.0 (2019-11-15)

Features

5.0.2 (2019-11-13)

Bug Fixes

  • placeholder: set "picky__placeholder" with a non-empty value (63bae73)

5.0.1 (2019-11-03)

Bug Fixes

5.0.0 (2019-11-03)

Bug Fixes

Features

  • increase react dep to 16.8 (96b0234)
  • increase react dep to 16.8 (339c4f6)
  • migrate to typescript (1ac1b6f)
  • migrate to typescript (8ee7298)
  • select only filtered (16c164b)
  • support indeternimate select all (7f1082d)
  • support indeternimate select all (fe30273)

BREAKING CHANGES

  • Requires Hooks
  • Large re-write to TypeScript
  • Requires Hooks
  • Large re-write to TypeScript

4.7.2 (2019-10-17)

Bug Fixes

  • failed prop type and className warnings (b93dab9)

4.7.1 (2019-10-10)

Bug Fixes

  • better styling for placeholder default (f52619e), closes #144

4.7.0 (2019-10-05)

Bug Fixes

  • clear filter input on close (247b800)

Features

  • support clearing filter on close (6e7106e)

4.6.0 (2019-10-05)

Features

4.5.2 (2019-08-08)

Bug Fixes

4.5.1 (2019-07-08)

Bug Fixes

  • Accessibility: Dropdown is tab selectable when hidden (e14ffd6), closes #156

4.5.0 (2019-07-08)

Features

4.4.5 (2019-05-20)

Bug Fixes

  • 🐛 Select all option not hidden when filtering (9a8789d)

4.4.4 (2019-05-17)

Bug Fixes

  • 🐛 sortCollection does not sort strings properly (60bc8e3), closes #94

4.4.3 (2019-05-10)

Bug Fixes

  • 🐛 select all state correctly reflected after rerendering (85d39d6), closes #134

4.4.2 (2019-04-27)

Bug Fixes

  • Option: Fix clicking checkbox not changing state (abca931), closes #128

4.4.1 (2019-04-27)

Bug Fixes

  • Types: getFilterValue should be optional (92fcdf9), closes #125

4.4.0 (2019-04-21)

Features

  • Filter: Add case sensitive prop (3a5352c)

4.3.2 (2019-04-19)

Performance Improvements

  • Performance: Minor refactor and performance improvements (5144d9b)

4.3.1 (2019-04-18)

Performance Improvements

  • Picky: 50% performance improvement (eae2b05)

4.3.0 (2019-04-18)

Features

  • Picky: Add getFilterValue prop (fb8fe77), closes #118

4.2.1 (2019-04-06)

Bug Fixes

  • Build: Fix ballsed up release (5b64124)
  • Picky: Select all is checked when no options (dcc95b6), closes #115

4.2.0 (2019-03-25)

Features

4.1.2 (2019-01-31)

Bug Fixes

  • Picky: toggle for dropdown with radio buttons and autoclose after select (84a2012)

4.1.1 (2019-01-08)

Bug Fixes

  • build: Fix build (bc427e3)
  • Picky: Account for incorrect order (8368c63)
  • Picky: Imperative select all issues (7e27a8a), closes #92

4.1.0 (2018-12-09)

Features

  • Filter: Add filterPlaceholder prop (d31acd3), closes #86

4.0.2 (2018-11-13)

Bug Fixes

  • event listeners: remove event listeners on umount (#84) (e4edfeb)

4.0.1 (2018-10-21)

Bug Fixes

  • Picky: Select all inconsistencies (18b7ba1), closes #74
  • Picky: Stop using internal state (22db05f)

BREAKING CHANGES

  • Picky: No more uncontrolled components. Use onChange and value, set the value from state and update the state from onChange.

3.0.3 (2018-10-18)

Bug Fixes

  • is item selected: Props passed in wrong order (99b4700)
  • is item selected: Props passed in wrong order (9cd849d)
  • Select all: Select all firing on change event twice (3805a48), closes #76 #76
  • Select all: Select all firing on change event twice (895a157), closes #76 #76

3.0.2 (2018-10-16)

Bug Fixes

  • Build: Include dist (c0cbb94)
  • Filter: Filter getting unmounted losing filter state (0d6fb12), closes #73
  • Picky: OnChange event being fired twice (a3b32b4), closes #76

3.0.1 (2018-10-15)

Bug Fixes

  • Filter: Fix filter being destroyed (f112c4d), closes #73

3.0.0 (2018-10-14)

Build System

  • babel: Update to babel 7 (548fb48)

BREAKING CHANGES

  • babel: Babel

2.0.6 (2018-10-14)

Bug Fixes

  • Picky: Calculate allSelected on change (f75e0fe), closes #68
  • Picky: Prettier issues (0c4fbc3)

2.0.5 (2018-07-21)

Bug Fixes

  • index.d.ts: Fix type definitions (#51) (aec202b)

2.0.4 (2018-07-09)

Bug Fixes

  • core: Reduce external unneccesary dependencies (#45) (a89b13c)

2.0.3 (2018-07-09)

Performance Improvements

  • rollup: Reduce bundled size (267e8fa)

2.0.2 (2018-07-08)

Bug Fixes

  • types: Addded missing typescript defs (1f1b894)

2.0.0 (2018-07-08)

  • Feature/decouple deps (#43) (028bb50), closes #43

BREAKING CHANGES

  • Removed virtualized support

  • [CI Skip] Bump to 2.0

1.10.0 (2018-04-25)

Features

  • Picky: Added basic support for styled-components (24f43a9), closes #41

1.9.1 (2018-03-09)

0.0.0 (2018-03-09)

Bug Fixes

1.9.0 (2018-01-20)

Features

  • Filter: Focus filter by default on open if defaultFocusFilter supplied (5e639e5), closes #38

1.8.1 (2018-01-14)

Bug Fixes

  • Option: Not identifying selected options when supplied (aa3668d), closes #36
  • Selecting: Was not recognising selected value (88660a1), closes #36

1.8.0 (2018-01-10)

Features

  • Picky: Added render prop for select all (a4c83c9), closes #27

1.7.1 (2018-01-10)

Bug Fixes

  • Picky: Array.prototype.includes and String.prototype.includes break IE11 (c6c7494), closes #32

1.7.0 (2018-01-10)

Features

  • Picky: Added additional prop to support selectAllText property. (77a6c0f), closes #33

1.6.0 (2018-01-03)

Features

  • Placeholder: additional props for placeholder rendering (683eb1f), closes #29

1.5.2 (2018-01-03)

Bug Fixes

  • force: force release. semantic release is playing up (d0792bc)

1.5.1 (2017-12-30)

Bug Fixes

1.5.0 (2017-12-30)

Bug Fixes

  • Picky: Losing focus should close dropdown (7b77afe), closes #22

Features

1.4.1 (2017-12-30)

Bug Fixes

  • Dropdown: Dropdown appearing behind another picky (1ad43de), closes #21

1.4.0 (2017-12-29)

Bug Fixes

  • accessibility: Added accessibility roles and tabindexes (39c074b), closes #12

Features

  • Picky: Support uncontrolled components (#20) (fd7a5b7), closes #19

1.3.3 (2017-12-29)

Performance Improvements

  • selectall: Removed sort from allSelected check (057ef5e), closes #15

1.3.2 (2017-12-27)

Bug Fixes

  • picky: Was pushing new items to the beginning of the array instead of appending (8c8484c), closes #9
  • styles: em values were being manipulated by bootstrap. Use pixels instead. (40a046c)

Features

  • render-prop: Added render prop support (ef7e4eb), closes #7

1.2.3 (2017-12-27)

Bug Fixes

  • docs: Updated docs and fixed build (c570599)

1.2.2 (2017-12-27)

Bug Fixes

  • Picky: Fix options were being sorted (e23b28d)

1.2.1 (2017-12-27)

Bug Fixes

  • select all: Re-added checkboxes, added radio for single select (e1b8a13)

Features

  • option support: Support objects (0535d79), closes #3

1.1.0 (2017-12-26)

Features

  • callbacks: Added additional callbacks (5c9a3f2), closes #4

1.0.0 (2017-12-26)

Bug Fixes

  • Placeholder: Fixed placholder when value is an array and empty (f8a5463)

Features

  • development: Initial work and tests (4b43f8a)
  • Selecting: Added selecting tests and logic for dropdown (1639249)