diff --git a/.changeset/twenty-bugs-battle.md b/.changeset/twenty-bugs-battle.md deleted file mode 100644 index e669e752e..000000000 --- a/.changeset/twenty-bugs-battle.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@lion/ui': patch ---- - -[listbox] fix rendering for lazy slottables diff --git a/packages/ui/CHANGELOG.md b/packages/ui/CHANGELOG.md index b411a6455..86982239d 100644 --- a/packages/ui/CHANGELOG.md +++ b/packages/ui/CHANGELOG.md @@ -1,5 +1,11 @@ # @lion/ui +## 0.15.1 + +### Patch Changes + +- f8dda40: [listbox] fix rendering for lazy slottables + ## 0.15.0 ### Minor Changes @@ -81,7 +87,6 @@ ### Patch Changes - a0d334d: Added initial Turkish (tr.js / tr-TR.js) translation files for the following components: - - input-datepicker - calendar - form-core @@ -500,7 +505,6 @@ BREAKING: ### Patch Changes - b44bfc5d: [calendar] updates: - - Enables focus to disabled dates to make it more reasonable for screen readers - Do not automatically force selection of a valid date - Add helper functions to find next/previous/nearest enabled date @@ -572,7 +576,6 @@ BREAKING: - 3256892c: lion-switch: checked-changed event is no longer fired on element initialization when checked is set through attribute - 3f1c83a1: lion-accordion: changed selectors for invokers and content to only select slotted elements that are direct descendants. This is to prevent that slotted elements in accordion content and invokers are also selected and the amount of invokers and content is incorrect - a2b81b26: [combobox] Multiple improvements: - - Allow textbox values to be entered that do not match a listbox option, via `requireOptionMatch` flag. - Added an `MatchesOption` validator to check if the value is matching an option. - Exports combobox test helpers @@ -615,7 +618,6 @@ BREAKING: - cee40e55: Side-effect-free alternative for `localize` (the globally shared instance of LocalizeManager). When this function is imported, no side-effect happened yet, i.e. no global instance was registered yet. The side effect-free approach generates: - - smaller, optimized bundles - a predictable loading order, that allows for: - deduping strategies when multiple instances of the localizeManager are on a page @@ -724,7 +726,6 @@ BREAKING: This means overlays positioned relative to viewport won't be moved to the body. This has many benefits for the App Developer: - - "context" will be kept: - css variables and parts/theme will work - events work without the need for "repropagation" (from body to original context) @@ -738,7 +739,6 @@ BREAKING: There could be small differences in timings though (usually we're done rendering quicker now). Code that relies on side effects could be affected. Like: - - the existence of a global Root node) - the fact that global styles would reach a dialog placed in the body @@ -846,7 +846,6 @@ BREAKING: This package will have a new single CHANGELOG.md for the whole package. If you are interested the older individual changelogs then you can find them in the [\_legacy-changelogs folder](https://github.com/ing-bank/lion/tree/master/packages/ui/_legacy-changelogs). This new version also includes the following changes for it's containing components: - - fix(switch): SwitchButton do not dispatch checked-change event when is disabled - fix(calendar): calendar translation de.js strings corrected @@ -1153,7 +1152,6 @@ BREAKING: ### Patch Changes - b44bfc5d: [calendar] updates: - - Enables focus to disabled dates to make it more reasonable for screen readers - Do not automatically force selection of a valid date - Add helper functions to find next/previous/nearest enabled date @@ -1225,7 +1223,6 @@ BREAKING: - 3256892c: lion-switch: checked-changed event is no longer fired on element initialization when checked is set through attribute - 3f1c83a1: lion-accordion: changed selectors for invokers and content to only select slotted elements that are direct descendants. This is to prevent that slotted elements in accordion content and invokers are also selected and the amount of invokers and content is incorrect - a2b81b26: [combobox] Multiple improvements: - - Allow textbox values to be entered that do not match a listbox option, via `requireOptionMatch` flag. - Added an `MatchesOption` validator to check if the value is matching an option. - Exports combobox test helpers @@ -1268,7 +1265,6 @@ BREAKING: - cee40e55: Side-effect-free alternative for `localize` (the globally shared instance of LocalizeManager). When this function is imported, no side-effect happened yet, i.e. no global instance was registered yet. The side effect-free approach generates: - - smaller, optimized bundles - a predictable loading order, that allows for: - deduping strategies when multiple instances of the localizeManager are on a page @@ -1377,7 +1373,6 @@ BREAKING: This means overlays positioned relative to viewport won't be moved to the body. This has many benefits for the App Developer: - - "context" will be kept: - css variables and parts/theme will work - events work without the need for "repropagation" (from body to original context) @@ -1391,7 +1386,6 @@ BREAKING: There could be small differences in timings though (usually we're done rendering quicker now). Code that relies on side effects could be affected. Like: - - the existence of a global Root node) - the fact that global styles would reach a dialog placed in the body @@ -1499,7 +1493,6 @@ BREAKING: This package will have a new single CHANGELOG.md for the whole package. If you are interested the older individual changelogs then you can find them in the [\_legacy-changelogs folder](https://github.com/ing-bank/lion/tree/master/packages/ui/_legacy-changelogs). This new version also includes the following changes for it's containing components: - - fix(switch): SwitchButton do not dispatch checked-change event when is disabled - fix(calendar): calendar translation de.js strings corrected diff --git a/packages/ui/package.json b/packages/ui/package.json index 8f10fa252..979616104 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -1,6 +1,6 @@ { "name": "@lion/ui", - "version": "0.15.0", + "version": "0.15.1", "description": "A package of extendable web components", "license": "MIT", "author": "ing-bank",