0.5.0
Changes in 0.5.0
Summary
- Change - Remove focus management: #61
- Enhancement - Add a prop to hide the select button: #60
- Enhancement - Always emit event when a resource is selected: #60
- Enhancement - Emit event when clicking the select button: #60
Details
-
Change - Remove focus management: #61
We've removed the initial focus management and shift the responsibility to the consuming app.
-
Enhancement - Add a prop to hide the select button: #60
We've added a new prop
isSelectBtnDisplayed
which can be used to hiding the select button. -
Enhancement - Always emit event when a resource is selected: #60
We've started emitting
update
event every time a resource or location is selected or
deselected. -
Enhancement - Emit event when clicking the select button: #60
We've started emitting
select
event when the select button is clicked.