Skip to content

Releases: trendmicro-frontend/react-dropdown

v0.7.1

06 Oct 08:22
Compare
Choose a tag to compare

Support React v16.0

v0.7.0

05 Aug 07:23
Compare
Choose a tag to compare
  • Support for including a wrapper div around the dropdown menu (e4e8d4d)
  • Safety check for nextIndex and prevIndex (bdfb6bd)
  • Focus on previous item when pressing the up arrow key (2d4c5b6)

v0.6.14

23 Jun 04:03
Compare
Choose a tag to compare
  • Contextual CSS reset (f152438)
  • Fix an issue that caused node-spawn-wrap failed to work on Windows (81356d0)
  • Fixed multiple selection styling issues (db68eea)

v0.6.13

09 Jun 11:07
Compare
Choose a tag to compare
  • Fixed a bug of incorrect dropdown button size (b832c33)
  • Removes margin space from dropdown caret (52b7aac)

v0.6.12

20 May 07:55
Compare
Choose a tag to compare

Fix unknown prop warning (455567c)

v0.6.11

20 Apr 09:08
Compare
Choose a tag to compare

Fix IE11 Symbol.iterator not defined issue

v0.6.10

20 Apr 06:35
Compare
Choose a tag to compare

Use React.PureComponent instead of shallowCompare (954eecf)

v0.6.9

19 Apr 08:58
Compare
Choose a tag to compare

Specify the default color for the dropup caret (7418d3b)

v0.6.8

19 Apr 08:05
Compare
Choose a tag to compare

Fixed a bug that dropdown menus cannot be changed to expand upwards when adding the dropup prop (c9c619d)

v0.6.7

19 Apr 06:11
Compare
Choose a tag to compare

Bump to v0.6.7

  • Replaces React.PropTypes references with prop-types
  • Removes react-overlays dependency