Skip to content

1.7.5

Compare
Choose a tag to compare
@oyejorge oyejorge released this 08 Jun 02:32
· 493 commits to master since this release

JavaScript

  • Fix change_listener plugin causing loss of focus and not respecting delimiter
  • Fix conflict between change_listener plugin and removeItem()
  • Fix incorrect loading count
  • allowEmptyOption not working #119
  • Fix "no implicit any" in utils.ts #117
  • Type assertion for keypress in dropdown_input plugin
  • Add husky to run test:typescript before commits
  • Initialize duplicate options. Buffer offers zero performance improvement
  • Arrow functions in utils.ts and vanilla.ts
  • Fix updateOriginalInput() for duplicate items
  • Add item_select event

CSS

  • Add min-width for input_autogrow to make sure cursor is visible

Docs

  • "Render Templates" instead of "Rendering". Lead paragraph for Remote Data
  • Remove esm example
  • Updates to customizing.njk
  • flex-column for offcanvas content

Tests

  • async for optgroup_columns
  • Check for tests that should be async