Releases: malisbad/reason-react-select
Releases · malisbad/reason-react-select
v1.3.1 Update
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'sclassName
so you can more easily customize the sub components.
v0.1.1 - Initial Release, early alpha
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.