Skip to content

0.5.0

Compare
Choose a tag to compare
@LukasHirt LukasHirt released this 27 May 15:24
· 473 commits to master since this release

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.

    #61

  • 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.

    #60

  • 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.

    #60

  • Enhancement - Emit event when clicking the select button: #60

    We've started emitting select event when the select button is clicked.

    #60