Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 552 Bytes

CHANGES.md

File metadata and controls

27 lines (16 loc) · 552 Bytes

1.2.2

  • relaxes mouse event capture on modal so that popups (file pickers, date pickers, etc) work as expected
  • better handling of esc key-up when inside input elements in modals

1.2.1

  • adds flash message fns

1.2.0

  • adds flash

1.1.4

  • adds display-errors, remove-errors to forms
  • adds docstrings to forms
  • adds forms example

1.1.3

  • switched hiccups library to com.8thlight/hiccup 1.1.1

1.1.2

  • autocomplete field - improved key event handling
  • autocomplete field does not throttle by default. Throttling is configurable.