Skip to content

Releases: Becklyn/auslese

2.5.0

09 Mar 15:38
Compare
Choose a tag to compare

2.5.0

🎁 New Features

  • Add more options:
    • overlayClass: (optional) add a css class to the current auslese-overlay making possible styling customizations.
    • hideResetButton: (optional) hide the reset button.
    • placeholderLock: (optional) make the placeholder always visible. It is useful when you want to make visible the placeholder or a custom text and not the selected value(s).

🛠️ Internal

  • Replace node-sass with dart's sass package.

Commits

  • Replace node-sass with dart's sass package 1d4b1a6
  • Merge pull request #16 from Becklyn/add-more-custom-options b9d875b
  • Revert version update in package.json db69bc6
  • Update project version 7cb9994
  • Add more options. e33eee8

Commit Range:
2.4.1...2.x

2.4.1

28 Jul 12:21
Compare
Choose a tag to compare

2.4.1

🐛 Bug Fixes

  • Fix search not working, which have been broke in the previous version on accident.
  • Fix search not working, which have been broke in the previous version on accident 6742b3a

2.4.0...2.4.1

2.4.0

26 Jul 17:09
Compare
Choose a tag to compare

2.4.0

🎁 New Features

  • Add new option includeGroupHeadlineInChoiceLabel to include a Choice's Group's headline as prefix for:

    • the „selected” header inside the dropdown
    • when rendering the current text/tags instead of the dropdown's placeholder

🛠️ Internal

  • Upgrade Cypress and move over from private account to Becklyn organization.

Commits

  • Run npm audit in production mode f2c3f01
  • Upgrade Cypress and move over from private account to Becklyn organization d5ac4b0
  • Add new option includeGroupHeadlineInChoiceLabel e3fb538

2.3.0...2.4.0

2.3.0

28 Jan 12:40
Compare
Choose a tag to compare

2.3.0

🎁 New Features

  • Added preferredOptionsGroupText to AusleseMountOptions in order to allow overriding the default „Preferred Options” text.
    Setting this option is now possible with the mountAuslese* functions.
    You can now optionally pass in an AusleseMountOptions object into parseSelect.

Commits

  • Fix size tests to accomodate properly for new preferred options override 5c9ee1b
  • Allow overriding „Preferred Options” text 8006862

2.2.1...2.3.0

2.2.1

12 Oct 08:42
Compare
Choose a tag to compare

🐛 Bug Fixes

  • Correctly handle disabled state. That includes mounting on an <select disabled> Element or passing in the disabled prop during mounting.

Commits

2.2.0...2.2.1

2.2.0

28 Jul 14:42
Compare
Choose a tag to compare

🎁 New Features

  • Trigger auslese:change event for auto-mounted selects, as a replacement for the original change event.

Commits

  • Release v2.2.0 0651f89
  • Add proper name for command 8777e12
  • Merge pull request #15 from Becklyn/change-event d019439
  • Bump cache key + also always install cypress 7838c5d
  • Apparently builds in the CI are larger than locally on macOS 4d81a6d
  • Try fixing obscure cypress error in CI edbd9e9
  • Update size limit to accomodate for new exported constant a308a41
  • Add CHANGE_EVENT constant 123e348
  • Trigger auslese:change event on original, automounted &lt;select&gt; 657f9d1

2.1.3...2.2.0

2.1.3

24 Jul 12:07
Compare
Choose a tag to compare

✨ Improvements

  • Bump all dependencies.

🐛 Bug Fixes

  • Keep bound selects focusable (for browser inline validation).

Commits

2.1.2...2.1.3

2.1.2

09 Jul 13:53
Compare
Choose a tag to compare

✨ Improvements

  • Make searchable configurable.

🛠️ Internal

  • Mark functions as @internal.
  • Remove obsolete function.

Commits

  • Merge pull request #13 from Becklyn/next 8b7b71d
  • CS 2655e84
  • Mark functions as @internal + remove obsolete function 3d33cbe
  • Make searchable configurable 363a90a

2.1.1...2.1.2

2.1.1

26 Jun 17:26
Compare
Choose a tag to compare

✨ Improvements

  • Make mountAusleseOnElement() easier to use by just ignoring non-select elements.

Commits

  • Increase size limit once more bcaf965
  • Increase size limit 51910b2
  • Make mountAusleseOnElement() easier to use by just ignoring non-select elements 6f79f63

2.1.0...2.1.1

2.1.0

26 Jun 17:06
Compare
Choose a tag to compare

🎁 New Features

  • Add mountAusleseOnElement().

Commits

  • Add mountAusleseOnElement() 7f907f9

2.0.3...2.1.0