Skip to content

Releases: malisbad/reason-react-select

v1.3.1 Update

02 Dec 16:04
d3f320b
Compare
Choose a tag to compare

Version 1.3.1

Breaking changes as it updates the bs-platform to version 4.0.7 and react-react version to 0.5.1. Please test out the package on your build before updating.

  • The package now contains a sample CSS file for trash tier styling, but will let you see how it works.
  • The ReasonSelect component now allows you pass a string for each sub-component that will be appended to it's className so you can more easily customize the sub components.

v0.1.1 - Initial Release, early alpha

19 Jun 01:01
e08219c
Compare
Choose a tag to compare

Initial release:

  • Component can be added and functions mostly as expected. One odd thing you might find that there is no "on-blur" to close, yet.
  • There is no default styling yet. I'd suggest adding a minimum height, width, and a background color to the o-reason-select__display class.
  • You can't pass custom classes in to the component.