Thijs Louisse
adfa29a049
fix(switch): remove one of the two nested role="switch"
2023-03-15 11:31:43 +01:00
gvangeest
0d4c42ab64
fix(listbox): allow use of arrow keys when focus is not on listbox
2023-03-15 11:10:48 +01:00
Danny Moerkerke
3256892ce9
fix: checked-changed event is no longer fired on element initialization when checked is set through attribute
2023-03-15 10:59:04 +01:00
Pascal Schneider
183c86af26
fix: more sensible default for German iban validator translation
2023-03-15 09:42:48 +01:00
Danny Moerkerke
075d5077bd
Merge pull request #1934 from ing-bank/fix/accordion-selector-fix
...
fix: changed selectors for invokers and content to only select slotte…
2023-03-15 09:35:53 +01:00
Danny Moerkerke
7cba2ef859
chore: added test
2023-03-14 13:40:40 +01:00
Konstantinos Norgias
0e760f71db
chore: a higher sharp version that can be built on Mac
2023-03-11 00:05:44 +01:00
jorenbroekema
42a463eee1
fix(ui/overlays): set <dialog> wrapping el padding to 0
2023-03-11 00:05:23 +01:00
Danny Moerkerke
3f1c83a180
fix: 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
2023-03-09 15:33:24 +01:00
github-actions[bot]
ecea06cb6e
Version Packages
2023-02-28 15:21:38 +01:00
dependabot[bot]
28f18b5f3a
chore(deps): bump ua-parser-js and browser-sync
...
Bumps [ua-parser-js](https://github.com/faisalman/ua-parser-js ) and [browser-sync](https://github.com/BrowserSync/browser-sync ). These dependencies needed to be updated together.
Updates `ua-parser-js` from 1.0.2 to 1.0.33
- [Release notes](https://github.com/faisalman/ua-parser-js/releases )
- [Changelog](https://github.com/faisalman/ua-parser-js/blob/master/changelog.md )
- [Commits](https://github.com/faisalman/ua-parser-js/compare/1.0.2...1.0.33 )
Updates `browser-sync` from 2.27.11 to 2.28.1
- [Release notes](https://github.com/BrowserSync/browser-sync/releases )
- [Changelog](https://github.com/BrowserSync/browser-sync/blob/master/CHANGELOG.md )
- [Commits](https://github.com/BrowserSync/browser-sync/compare/v2.27.11...v2.28.1 )
---
updated-dependencies:
- dependency-name: ua-parser-js
dependency-type: indirect
- dependency-name: browser-sync
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-02-28 15:19:24 +01:00
Konstantinos Norgias
edc747c3cd
chore: add README for lion/ui package
2023-02-28 15:18:09 +01:00
gvangeest
4226a0144c
fix(combobox): add translations
2023-02-28 15:03:55 +01:00
Joren Broekema
63bb012e36
fix(ajax): fetchJSON to attempt parse JSON when missing content-type header
...
Co-authored-by: Nikhil Hundare <nikhil.hundare@gmail.com>
2023-02-28 14:04:37 +01:00
gvangeest
943618fdcb
fix(combobox): fix direct open and closing of the overlay on focus of empty input when showAllOnEmpty
2023-02-23 12:39:36 +01:00
github-actions[bot]
44be4edeee
Version Packages
2023-02-20 10:40:01 +01:00
Danny Moerkerke
1b3ba5457f
Merge pull request #1922 from ing-bank/DannyMoerkerke-patch-1
...
Update bug_report.md
2023-02-20 10:13:51 +01:00
Danny Moerkerke
da26211323
Update bug_report.md
...
Updated imports for lion
2023-02-20 10:04:04 +01:00
Thijs Louisse
d40fd90bbd
fix(providence-analytics): fix conflicting package entries
2023-02-20 09:39:48 +01:00
Thijs Louisse
db7017c086
chore: remove package=lock of non-root packages
2023-02-20 09:39:48 +01:00
Thijs Louisse
ee2730e00c
fix(providence-analytics): allow absence of config file
2023-02-20 09:39:48 +01:00
gvangeest
1c18057cee
fix(combobox): make the first occurrence of a string highlighted, instead of the last
2023-02-15 08:47:32 +01:00
Riovir
974e9ea4ce
fix(@lion/ui): declare sideEffects in package.json
2023-02-13 16:31:30 +01:00
Thijs Louisse
b7b268745f
Merge pull request #1913 from ing-bank/changeset-release/master
...
Version Packages
2023-02-13 13:27:14 +01:00
github-actions[bot]
3b844e4282
Version Packages
2023-02-10 20:30:30 +00:00
Riovir
e871fe67fc
fix(@lion/ui): export types necessary for type inference of core.js
2023-02-10 21:29:14 +01:00
github-actions[bot]
4d9612e93d
Version Packages
2023-02-10 11:01:46 +01:00
dependabot[bot]
5eca17779e
chore(deps): bump http-cache-semantics from 4.1.0 to 4.1.1
...
Bumps [http-cache-semantics](https://github.com/kornelski/http-cache-semantics ) from 4.1.0 to 4.1.1.
- [Release notes](https://github.com/kornelski/http-cache-semantics/releases )
- [Commits](https://github.com/kornelski/http-cache-semantics/compare/v4.1.0...v4.1.1 )
---
updated-dependencies:
- dependency-name: http-cache-semantics
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-02-10 11:00:32 +01:00
Riovir
9ff7cd778d
fix(@lion/ui): export types necessary for type inference of mixins
2023-02-10 01:03:45 +01:00
Danny Moerkerke
84173cdba1
fix(@lion/ui): [select-rich] listbox element always focused in overlay
...
when the overlay is shown, the "autofocus" attribute is added to _listboxNode (_inputNode) to make sure that keyboard navigation continues to work when the element is inside a bottomsheet. When the overlay is closed the attribute is removed.
2023-02-09 18:41:18 +01:00
SynnefonK
faae93376a
chore: camelCase linting for properties
2023-02-08 20:22:26 +01:00
Danny Moerkerke
eff3259eea
Feat/localize manager override data ( #1900 )
...
feat: - added `allowOverridesForExistingNamespaces` parameter to `addData` method of LocalizeManager to allow for changing data in a namespace for a given locale
2023-02-02 17:04:49 +01:00
Thijs Louisse
74b4b686da
Revert "chore: trigger npm release of @lion/ui"
...
This reverts commit 3d6828cc8f .
2023-02-01 21:39:53 +01:00
Thijs Louisse
3d6828cc8f
chore: trigger npm release of @lion/ui
2023-02-01 20:41:44 +01:00
github-actions[bot]
34390b269c
Version Packages
2023-02-01 17:43:23 +01:00
gvangeest
13185da02a
fix(localize): don't set modelValue to unparseable if date has a negative timezone
...
Co-authored-by: Danny Moerkerke<Danny.Moerkerke@ing.com>
2023-02-01 17:42:19 +01:00
Danny Moerkerke
a47a6e615b
chore: - added test to assert that modelValue of lion-select is updated when the value or text of one or more options are changed
...
- added changeset
2023-02-01 17:15:51 +01:00
Thijs Louisse
853c517ec0
fix(select): sync values with async option contents
2023-02-01 17:15:51 +01:00
Thijs Louisse
bd24f82cc3
chore: fix changeset to release patch
2023-02-01 17:08:37 +01:00
Thijs Louisse
cee40e5588
chore(@lion/ui): all tests side effect free wrt localize
2023-02-01 16:06:30 +01:00
Thijs Louisse
467ba6bf0b
feat(@lion/ui): localize side effect free internally
2023-02-01 16:06:30 +01:00
Thijs Louisse
6712934782
feat(@lion/ui): getLocalizeManager method, for side-effect-free localize
2023-02-01 16:06:30 +01:00
gvangeest
0efce8e18b
fix(localize): parse negative numbers correctly
2023-01-25 11:06:17 +01:00
github-actions[bot]
404351d865
Version Packages
2023-01-24 10:38:28 +01:00
Thomas Allmer
a4ffebbd27
chore: release @lion/ui 0.1.0
2023-01-24 10:32:04 +01:00
Thomas Allmer
851329eee1
fix: correct msgLit return type
2023-01-24 10:32:04 +01:00
dependabot[bot]
9ccd1dab52
chore(deps): bump luxon from 1.28.0 to 1.28.1
...
Bumps [luxon](https://github.com/moment/luxon ) from 1.28.0 to 1.28.1.
- [Release notes](https://github.com/moment/luxon/releases )
- [Changelog](https://github.com/moment/luxon/blob/master/CHANGELOG.md )
- [Commits](https://github.com/moment/luxon/compare/1.28.0...1.28.1 )
---
updated-dependencies:
- dependency-name: luxon
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-01-23 13:03:43 +01:00
Thijs Louisse
c7ce3afabd
Merge pull request #1886 from ing-bank/changeset-release/master
...
Version Packages
2023-01-23 13:00:22 +01:00
github-actions[bot]
ac6f4ca389
Version Packages
2023-01-23 11:58:32 +00:00
Ahmet Yeşil
87e565caeb
fix: overlay docs error: 'return' outside of function ( #1887 )
2023-01-23 12:57:20 +01:00