Commit graph

2939 commits

Author SHA1 Message Date
github-actions[bot]
6d7e6a6487 Version Packages 2025-04-30 09:31:49 +02:00
Thijs Louisse
3c77296c40 chore: redo release, so that @lion/ui 0.11.4 will be published 2025-04-30 09:29:34 +02:00
github-actions[bot]
50be120c4f Version Packages 2025-04-30 09:20:55 +02:00
Thijs Louisse
c3021f8e7f fix(form-core): make sure that slots with property fallbacks ignore initialization updates (undefined on firstUpdated) 2025-04-30 08:33:31 +02:00
Thijs Louisse
c6ef6b134d chore: update to @lit/reactive-element 2.1.0 2025-04-30 08:33:31 +02:00
ByoungYong Kim
1769e291d4
Revert version package PR (#2513)
* chore: wireit actions v2

* Update wireit version

* Revert "Version Packages (#2508)"

This reverts commit 2f47f23494.
2025-04-28 08:57:01 +02:00
Thijs Louisse
0c3425c2b9
chore: wireit actions v2 + update wireit version
* chore: wireit actions v2

* Update wireit version

---------

Co-authored-by: ByoungYong Kim <ryubro@users.noreply.github.com>
2025-04-28 08:54:12 +02:00
github-actions[bot]
2f47f23494
Version Packages (#2508)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-04-24 15:44:28 +02:00
gerjanvangeest
23cd9841ed
fix(combobox): do not submit form if overlay of combobox is opened and ENTER is hit (#2481) 2025-04-08 15:07:42 +02:00
github-actions[bot]
95b70d32c8 Version Packages 2025-03-27 12:29:18 +01:00
Thijs Louisse
48ee70e813 feat(rocket-preset-extend-lion-docs): update remark-extend (support frontmatter) 2025-03-27 12:26:08 +01:00
Thijs Louisse
7eb8588bb1 fix(remark-extend): support md files with frontmatter 2025-03-27 08:57:32 +01:00
github-actions[bot]
656b39e0e4 Version Packages 2025-03-20 11:40:21 +01:00
Thijs Louisse
e0d2a759b6 fix(providence): fix ast cache (prevent from endless expanding); expose amountOfCachedProjects 2025-03-20 10:29:39 +01:00
Thijs Louisse
9827228b83 fix(providence): use globby again 2025-03-20 10:29:39 +01:00
github-actions[bot]
87a1cb4d5b Version Packages 2025-03-19 10:41:20 +01:00
Thijs Louisse
163af2eb42 chore: prepare documentation for cross-compatibility rocket and astro 2025-03-19 10:35:07 +01:00
Pavlik Kiselev
11bbc5fff5
feat: migrated the navigation metadata from inline MD title decorations to frontmatter
* feat: migrated the navigation metadata from inline MD title decorations to frontmatter

* fix: fixed frontmatter metadate for api-table MDs

* fix: fixed frontmatter eslint issue
2025-03-19 10:08:22 +01:00
Oleksii Kadurin
ebd31ed90a
Add tests for combobox (#2491)
add a test for combobox
2025-03-17 10:49:04 +01:00
bogp
65f23cb6e9
Fix 2 issues in ReadME: (#2484)
L40 - There should be a comma before the conjunction and final list item.
L47 - Typo: Lion is distributes -> Lion is distributed
2025-03-13 13:52:10 +01:00
Sebastian Kamiński
a181a035e9
fix: bug that accepted 3 digit year (#2489)
* fix: bug that accepted 3 digit year

* fix: bug that accepted 3 digit year

* Update packages/ui/components/localize/test/date/parseDate.test.js

---------

Co-authored-by: Thijs Louisse <t_louisse@hotmail.com>
2025-03-13 08:34:56 +01:00
github-actions[bot]
593b753f0f
Version Packages (#2470)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2025-03-06 11:05:47 +01:00
Thijs Louisse
1025969bd9 chore: update scoped-registry-polyfill devDep 2025-02-27 15:59:52 +01:00
Dominik Hufnagel
b2464bc170 fix: remove unused typed method 2025-02-24 16:24:18 +01:00
gerjanvangeest
d86c1f7439
fix(select-rich): block arrow key interaction when singleOption is set (#2474) 2025-02-13 14:35:52 +01:00
gerjanvangeest
933a0ea089
chore: add sorting to api tables (#2476) 2025-02-13 14:10:02 +01:00
Robin
e0e1738d05
docs: Fixed two typos in README.md (#2475)
Found two simple types present in README.md and corrected them accordingly
2025-02-13 11:37:28 +01:00
ByoungYong Kim
22b8f24804
Fix indeterminate checkbox edge cases (#2458)
* Add failing tests

* Fix the issues with indeterminate checkbox

* Update the fix

* Clean up the code

* Add changeset

* Fix a type issue

* Refactor the code

* Fix a bug regarding disabled checked sub checkbox

* Add test case where subCheckboxes are added and removed dynamically

* Make a few node reference optional as it spits undefined error when the element is removed
2025-02-04 11:08:57 +01:00
github-actions[bot]
eb4ed0151a Version Packages 2025-02-03 12:58:20 +01:00
Thijs Louisse
87ba78e6da fix(providence): provide right ast to oxcTraverse 2025-02-03 12:54:39 +01:00
github-actions[bot]
50170d4edc Version Packages 2025-02-03 11:31:35 +01:00
Thijs Louisse
103df25306 fix(providence): pin oxc-parser; fix default edge cases 2025-02-03 11:26:33 +01:00
github-actions[bot]
4210edf798 Version Packages 2025-01-31 19:57:04 +01:00
Thijs Louisse
0d3b2fdeb5 fix(providence): update oxc-parser 2025-01-31 19:53:20 +01:00
github-actions[bot]
eea6726289 Version Packages 2025-01-30 16:53:27 +01:00
gerjanvangeest
35b600a64b Update packages/ui/components/select-rich/test/lion-select-rich-interaction.test.js
Co-authored-by: Thijs Louisse <thijs.louisse@ing.com>
2025-01-30 16:14:11 +01:00
gerjanvangeest
175e920151 Update packages/ui/components/select-rich/test/lion-select-rich-interaction.test.js
Co-authored-by: Thijs Louisse <thijs.louisse@ing.com>
2025-01-30 16:14:11 +01:00
gerjanvangeest
41fecd367e fix(select-rich): allow arrowLeft and arrowRight to change the value when navigateWithinInvoker is true and dropdown is closed 2025-01-30 16:14:11 +01:00
Thijs Louisse
3fe4555cba chore: make sure we do not release a new minor 2025-01-30 16:13:44 +01:00
Thijs Louisse
02478fadec chore: allow build to proceed 2025-01-30 15:53:09 +01:00
Thijs Louisse
29b729ed84 fix(ui): [input-amount] make sure that previous locale is not used for parsing on user-edit with <= 2 decimals 2025-01-30 15:53:09 +01:00
Jakub Gurgacz
b9833795b1
Update polish translations for MinNumber and MaxNumber (#2459)
* Update polish translations for MinNumber and MaxNumber

Polish translations of the MinNumber and MaxNumber validation error messages indicate that min, max is an open interval.

* add changeset
2025-01-29 11:14:47 +01:00
github-actions[bot]
04a61d1e10 Version Packages 2025-01-29 10:33:28 +01:00
Thijs Louisse
6106ce1c75 chore: release a patch instead of minor 2025-01-29 10:30:16 +01:00
Thijs Louisse
0f0991cd62 fix(providence): [optimised-glob] use Array.concat for memory efficiency 2025-01-23 13:57:01 +01:00
Oleksii Kadurin
a1d6dd90a8
Set aria-disabled to true or delete it (#2452)
fix: remove aria-disabled attribute
2025-01-22 12:16:56 +01:00
okadurin
e6a33d92aa chore: update documentation for better extending 2025-01-21 10:41:00 +01:00
gerjanvangeest
2155e455ee fix(overlays): add tabindex="-1" to prevent tooltips get focus in Safari and Firefox 2025-01-21 10:40:40 +01:00
Thijs Louisse
5344fdeb66 fix(ui/core): rerender direct host child with right slot attr when root is switched 2025-01-21 10:39:52 +01:00
gerjanvangeest
81e2a1d2d1
fix(calendar): add translations for disabled dates (#2450) 2025-01-21 09:35:42 +01:00