Skip to content

Releases: DripEmail/much-select-elm

v0.17.1

26 Jan 22:28
d29dde0
Compare
Choose a tag to compare
v0.17.1 Pre-release
Pre-release

What's Changed

Full Changelog: v0.17.0...v0.17.1

v0.17.0

26 Jan 17:22
c3c2059
Compare
Choose a tag to compare
v0.17.0 Pre-release
Pre-release

What's Changed

  • Update the npm dependencies by @jachin in #205
  • Handle attribute changes in elm by @jachin in #206
  • Static site generation with soupault by @jachin in #208
  • Getting some things running better. by @jachin in #209
  • Updating the README. by @jachin in #210
  • Updating npm packages. by @jachin in #211
  • Less JavaScript more Elm by @jachin in #207
  • Adding the ability to blank out the value to elm demo. by @jachin in #212
  • Npm updates for (mid) January 2023 by @jachin in #214
  • Improving bilding by @jachin in #215
  • Options being updated when there was no need by @jachin in #216
  • selected-value attribute (in the light DOM) is being updated when it should not be by @jachin in #217
  • Add the ability to specify a custom option hint to the Elm demo. by @jachin in #218

Full Changelog: v.0.16.5...v0.17.0

v0.16.5

01 Dec 17:01
d6ed23e
Compare
Choose a tag to compare
v0.16.5 Pre-release
Pre-release

What's Changed

Full Changelog: v0.16.4...v.0.16.5

v0.16.4

04 Nov 21:59
094b679
Compare
Choose a tag to compare
v0.16.4 Pre-release
Pre-release

Fixing a warning from TypeScript

Updating npm dependencies.

Full Changelog: v0.16.3...v0.16.4

v0.16.3

21 Sep 20:16
bb3b16e
Compare
Choose a tag to compare
v0.16.3 Pre-release
Pre-release

What's Changed

Full Changelog: v0.16.2...v0.16.3

v0.16.2

14 Jul 17:07
ef055fc
Compare
Choose a tag to compare
v0.16.2 Pre-release
Pre-release

What's Changed

  • When focusing with a click, don't actually focus until mouse up. by @jachin in #197

Full Changelog: v0.16.1...v0.16.2

v0.16.1

14 Jul 15:40
ae93e5e
Compare
Choose a tag to compare
v0.16.1 Pre-release
Pre-release

What's Changed

Bug fixes

  • Several places where we are looking for mouse events, switching from mouse down to mouse up
  • Selected values (in multi select mode) no longer get re-ordered
  • Highlighted selected values and deleting them works again (in multi select mode)
  • Improving the logic around searching the dropdown for results. We're now keeping track of a noce and if the search string changed because of a user type or some other "reset".

Full Changelog: v0.16.0...v0.16.1

v0.16.0

12 Jul 16:02
8973196
Compare
Choose a tag to compare
v0.16.0 Pre-release
Pre-release

What's Changed

Full Changelog: v0.15.3...v0.16.0

v0.15.3

03 Jun 20:27
58ee638
Compare
Choose a tag to compare
v0.15.3 Pre-release
Pre-release

What's Changed

  • Adding the placeholder attribute to the Elm demo. by @jachin in #177
  • 174 placeholder is not always showing up by @jachin in #178
  • Adding the loading attribute to the elm demo. by @jachin in #179
  • 164 elm demo different option situations by @jachin in #180
  • Fixing a bug that was causing a glitch in the view. by @jachin in #181
  • Big refactor. Moving OptionDisplay to it's own module. by @jachin in #182

Full Changelog: v0.15.2...v0.15.3

v0.15.2

23 May 18:30
b254187
Compare
Choose a tag to compare
v0.15.2 Pre-release
Pre-release

What's Changed

  • 6 or more matching characters the best score should be at least 10. by @jachin in #173

Full Changelog: v0.15.1...v0.15.2