Skip to content
This repository has been archived by the owner on Jan 3, 2024. It is now read-only.

1.6.0

Compare
Choose a tag to compare
@LukasHirt LukasHirt released this 26 May 08:52
· 3021 commits to master since this release

Changelog for [1.6.0] (2020-05-26)

Summary

  • Bugfix - Made modal position fixed: #769
  • Change - Removed change and keydown events from text input: #768

Details

  • Bugfix - Made modal position fixed: #769

    We've made the position of modal fixed and added z-index so it is always going to be visible on top
    of the content.

    #769

  • Change - Removed change and keydown events from text input: #768

    We've removed change and keydown custom events from text input component. All listeners are
    passed to the input element so all events are still accessible. Focus and input events are still
    implemented as custom events.

    #768