Skip to content

2.9.3

Compare
Choose a tag to compare
@lubber-de lubber-de released this 07 Sep 19:15
· 234 commits to develop since this release

2.9.3

7 September 2023

Changes and new Features

Calendar

  • add size variations 1afaf65
  • move hardcoded values to less variables 9025236

Checkbox

  • invisible variant for text only 9cfbc56

Dropdown

  • optional keeping the searchterm 7986b3f
  • simple temporary cache clear e19bdc5

Emoji

  • tweemoji v14 and joypixels v7 update db3ee2f

Feed

  • connected, ordered, disabled, divided variant + inverted fix 41577bc

Flag

Form

  • optional limit the displayed error messages per field 491b07a

Item

Label

Menu

Popup

  • match tooltip appearance to default popups 5da44d8
  • use title attribute as very last option only 11b4099

Search

  • horizontal category variant 446d89e
  • onresults callback fromcache ef4ce34

Segment

  • colored inverted attached segment should not have a black border 58863c1
  • loading segment should cover loading spinner b952467
  • wrapping in addition to stackable 17aa72d

Slider

  • restrictedLabels, min/maxRange, always ticks, tooltip 28fb68c

Table

Bug Fixes

API

  • create regexp alias to fix snyk redos false positive bc1849c

Calendar

Checkbox

  • prevent readonly toggle via space c3eb045

Dropdown

  • adjust icon on multiple non selection non search b6b51ca
  • double hide transition breaks upward out cd6c308
  • encoded select values, multiple maxselections 34abb0e
  • insert clearable at correct dom position f574a6b
  • possible XSS through select option text be4492b
  • remove clearable icon on disabeled or readonly 09d0671
  • support selection floating or pointing a8dd05e

Flag

Form

  • add prompt while still animating 7e5e3ff
  • support inline fields group label for required attribute e275dcb
  • use namespace to be able to destroy events 72d102a

Form Validation

  • support file inputs for validation 880333c
  • support native validation, after submit only 5e5da5d

Menu

  • dont show right wrapping border on secondary f840753

Modal

  • autofocus fix for input and non focusable elements 9f9137a
  • fade inner dimmer 4006122
  • ignore observed non inputs for autofocus 1d7449f
  • scrolling multple modals positioning 81f7c2c

Segment

  • piled segments under parent background, inverted variants 980ea5e

Sidebar

Slider

  • also bind events on disabled variant cb680cb
  • max value had js floating point issues 4ae1b43

Tab

  • hash historytype did not work anymore 8c329ba

Toast

  • destroy toast after onremove callback 2806406

Build Fixes

  • removed never reached error handling 344657e

CI Fixes

  • satisfy linting for import order 2eabebd
  • upgrade unicorn to 46 to fix eslint 8.40 eb16c99

Theming Fixes

  • check real colors to support css variables 4f21527
  • variable inheritance without default imported twice 41cbbfd

Types

  • allow JQueryAjaxSettings objects for modules using apiSettings 5aee397
  • better readability, intellisense improvements, small fixes 40a7aee

Chore

  • added v2.9.x to security support a685a8c
  • adjust new username for core maintainer y0hami 1c42354
  • check if context exists in parent windows 2321380
  • encapsulate settimeout afea456
  • remove openbase badge 569cce1
  • removed selector api as removed in jquery 3 dc85362
  • shorten specificity names 3deb795

Dependency Updates

  • bump actions/checkout from 3 to 4 9dc98bd
  • bump all-contributors-cli from 6.24.0 to 6.26.1 26c6796
  • bump browserslist from 4.21.5 to 4.21.10 29cb9be
  • bump eslint from 8.33.0 to 8.48.0 ad261fe
  • bump eslint-plugin-import from 2.27.5 to 2.28.1 939b102
  • bump gulp-json-editor from 2.5.6 to 2.5.7 6f874c4
  • bump inquirer from 8.2.5 to 8.2.6 de758dc
  • bump jquery from 3.6.3 to 3.7.1 75021b9
  • bump less from 4.1.3 to 4.2.0 86a6537
  • bump node-fetch from 2.6.9 to 2.7.0 a41a0dc
  • bump postcss from 8.4.21 to 8.4.29 f2aad7e
  • bump semver from 7.3.8 to 7.5.4 8d163fa
  • octokit v18 upgrade f52d42b

Docs

  • added v2.9.x to security support a685a8c
  • remove openbase badge 569cce1

New contributors