Skip to content

v1.3.2

Compare
Choose a tag to compare
@softsimon softsimon released this 16 May 11:55
· 284 commits to master since this release

Fixes

  • Prevent propagating click event to parents (and thus closing the dropdown) #5
  • Fixed change detection when selecting a single element
  • Replaced & n b s p ; with css
  • Allow changing texts input and rerender placeholder on change
  • Toggle "open" class for container
  • Refactor: Split template and styles from component class and change file names according to ng conventions
  • Build: Improve build and release of npm packaging
  • add wrapper classes setting option & default make default wrapper class inline-block
  • add autofocus attribute to search text input to focus inside input element on dropdown open
    Don't emit dropdownClosed event if the dropdown isn't open!
    Fixes closed dropdowns emitting event when multiple instances are used on a page
  • Don't emit dropdownClosed event if the dropdown isn't open! Fixes closed dropdowns emitting event when multiple instances are used on a page

Many thanks to @chris--jones and @gund for fixes and improvements.