github-actions[bot]
2b6884581a
Version Packages ( #2272 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-04-23 14:54:55 +02:00
gerjanvangeest
a53ded7ef8
fix(localize): make use of formatDate locale option to parse the date correctly ( #2270 )
2024-04-23 14:42:00 +02:00
Kristján Oddsson
c8093bd55b
Update eslint proper ( #2254 )
...
* update eslint
* Fix ESLint violations
* just ignore the rules for now
2024-04-23 10:31:22 +02:00
Kristján Oddsson
b872f9548a
Update typescript ( #2256 )
2024-04-23 10:28:26 +02:00
SomaH
3a1482f751
Fix select rich key interaction not setting correct isTriggeredByUser value ( #2262 )
...
* fix: select-rich keyboard navigation not marked as isTriggeredByUser
* Add changeset
2024-04-23 10:27:17 +02:00
gerjanvangeest
341a9d051a
chore: revert release.yml
2024-04-23 09:38:26 +02:00
Oleksii Kadurin
08c4b933dd
Merge pull request #2268 from ing-bank/fix/update-release.yml
...
chore: update release.yml
2024-04-18 15:56:11 +02:00
okadurin
8e0b96430e
chore: update release.yml
2024-04-18 15:47:43 +02:00
github-actions[bot]
0eaf273091
Version Packages ( #2264 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-04-18 14:25:59 +02:00
Oleksii Kadurin
9af813dcc7
Merge pull request #2265 from ing-bank/fix/revert-node-16
...
Revert "Update various github actions and node versions (#2251 )"
2024-04-18 14:18:37 +02:00
okadurin
b7b0660ef7
Revert "Update various github actions and node versions ( #2251 )"
...
This reverts commit 3ce4929427 .
2024-04-18 14:10:33 +02:00
Oleksii Kadurin
3cef9164ea
chore: downgrade ui version ( #2263 )
...
* chore: downgrade ui version
* Revert "chore: downgrade ui version"
This reverts commit 07e1eec665dec69a0fec9b58667f8312a832c0fb.
* Revert "Version Packages (#2241 )"
This reverts commit f477155e96 .
2024-04-18 13:13:39 +02:00
Kristján Oddsson
3ce4929427
Update various github actions and node versions ( #2251 )
...
* Update various github actions and node versions
* Downgrade to node@18
2024-04-16 15:30:16 +02:00
gerjanvangeest
4c69c7e34f
chore: update eslint-plugin-lit-a11y version ( #2259 )
2024-04-16 15:16:40 +02:00
github-actions[bot]
f477155e96
Version Packages ( #2241 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-04-16 13:10:49 +02:00
Kristján Oddsson
11c518d14f
Update eslint plugins and configs ( #2253 )
...
* Update all eslint configs and plugins
* Downgrade `eslint-plugin-lit-a11y`
2024-04-16 09:51:20 +02:00
Oleksii Kadurin
ffa0bd5057
Merge pull request #2255 from ing-bank/fix/dropdown-tel
...
fix: optimize the way we focus the input field for LionInputTelDropdown
2024-04-16 08:59:39 +02:00
Kristján Oddsson
29104e800a
changeset is a dev dependencies (#2258 )
2024-04-16 08:46:21 +02:00
okadurin
ac783460aa
fix: optimize the way we focus the input field for LionInputTelDropdown
2024-04-15 11:18:37 +02:00
Kristján Oddsson
a393a9829c
Remove unused whatwg-fetch dependency ( #2252 )
2024-04-15 09:43:26 +02:00
Thijs Louisse
2da9a400a3
feat(ui): [core] allow browserDetection to be run in ssr context
2024-04-10 12:12:40 +02:00
gerjanvangeest
e8e9c07ec5
fix(input-amount): returns Unparseable as a modelValue if a wrong value has been entered ( #2242 )
...
* fix(input-amount): returns Unparseable as a modelValue if a wrong value has been entered
* fix(input-amount): do not break when a large amount has been entered
* Update docs/components/input-amount/overview.md
Co-authored-by: Thijs Louisse <thijs.louisse@ing.com>
* Update packages/ui/components/input-amount/test/parsers.test.js
Co-authored-by: Thijs Louisse <thijs.louisse@ing.com>
---------
Co-authored-by: Thijs Louisse <thijs.louisse@ing.com>
2024-04-10 11:20:48 +02:00
Robin Van Roy
efcd4bf15b
docs: adds sections on resetting a form and interactionState ( #2246 )
...
* docs: ✏️ adds section on resetting a form and interactionState
* chore: ran formatting
2024-04-09 11:33:16 +02:00
Wessam Zaghloul
d2edadd3b0
fix(select-rich): readonly works with keyboard interaction ( #2235 )
2024-04-03 10:26:21 +02:00
ByoungYong Kim
f6b3f43a03
feat(select-rich): export getSelectRichMembers test helper
...
* chore: fix a misleading test
* chore: add gitignored file to prettier ignore
* chore: add getSelectRichMembers test helpers
* feat(select-rich): export getSelectRichMembers test helper
---------
Co-authored-by: ByoungYong Kim <9986886+ryubro@users.noreply.github.com>
Co-authored-by: gerjanvangeest <Gerjan.van.Geest@ing.com>
2024-04-03 09:20:19 +02:00
Thijs Louisse
786d2a0479
Merge pull request #2240 from ing-bank/changeset-release/master
...
Version Packages
2024-04-02 16:55:53 +02:00
github-actions[bot]
e6601762ea
Version Packages
2024-04-02 14:41:25 +00:00
Thijs Louisse
ace72d8787
chore: put test coverage tresholds on 95%
2024-04-02 16:40:03 +02:00
Thijs Louisse
f0333bbc1c
feat(ui): [SlotMixin] allow to (re)render scoped elements as direct light dom child
2024-04-02 16:40:03 +02:00
Max Larionov
37deecd2a3
feat: support cross-root registration with form-element-register event
2024-04-02 15:33:45 +02:00
Thijs Louisse
79a64674f8
Merge pull request #2231 from ing-bank/release-0.6.0
...
Release 0.6.0
2024-03-27 18:25:15 +01:00
Thijs Louisse
2e3ba64b78
chore: correct changelog for 0.6.0 release
2024-03-27 18:14:59 +01:00
gerjanvangeest
395595198c
chore(ui): release 0.6.0
...
chore: update beta release steps
chore: prepare release
chore: regenerate pkg-lock
chrore: try prev working pkg-lock
2024-03-27 18:05:48 +01:00
Thijs Louisse
ef4acf2485
chore(ui) release 0.6.0-alpha.5
2024-03-27 18:03:39 +01:00
okadurin
7ecf043679
fix: type errors for SlotMixin.test.js
2024-03-27 18:03:36 +01:00
Thijs Louisse
8b90d52064
feat: allow SlotRerenderObject to to first render on connectedCallback via firstRenderOnConnected
2024-03-27 18:02:16 +01:00
gerjanvangeest
21a4ef5452
chore: update scopedElementsMixin documentation ( #2217 )
2024-03-27 18:02:16 +01:00
gerjanvangeest
61db0eda9f
fix(overlays): skip local-positioning tests for firefox, added a todo to fix later
...
* fix(overlays): skip local-positioning tests for Firefox, and added a todo to fix later
* Update packages/ui/components/overlays/test/local-positioning.test.js
Co-authored-by: Thijs Louisse <thijs.louisse@ing.com>
* feat(core): add Firefox to browserDetection
---------
Co-authored-by: Thijs Louisse <thijs.louisse@ing.com>
2024-03-27 18:02:16 +01:00
gerjanvangeest
a847f99388
fix(textarea): fix box-sizing inside tests to make it work cross browser ( #2210 )
2024-03-27 18:02:16 +01:00
gerjanvangeest
2fab9e5559
fix(input-tel-dropdown): use ScopedElementsMixin in to run test-suite with select-rich ( #2209 )
2024-03-27 18:02:16 +01:00
Thijs Louisse
e211f3cd5b
chore(ui): release 0.6.0-alpha.4
2024-03-27 18:02:16 +01:00
okadurin
e34d4b624b
chore(release): 0.6.0-alpha.4
2024-03-27 18:02:16 +01:00
Oleksii Okadurin
8fd440d9d0
fix(ui): type fixes ScopedElements
2024-03-27 18:02:16 +01:00
Oleksii Okadurin
ea71f6194b
fix(ui): LionInputStepper focus issue
2024-03-27 18:02:16 +01:00
Thijs Louisse
f1630c0881
chore(release): 0.6.0-alpha.3
2024-03-27 18:02:16 +01:00
gerjanvangeest
31e079d591
feat(form): set focus to the first erroneous form element on submit
2024-03-27 18:02:16 +01:00
gerjanvangeest
69f9d81bcb
fix(validation-messages): get correct validation min and max dates in French ( #2163 )
2024-03-27 18:02:15 +01:00
okadurin
97456090c9
chore: remove validate-messages.js as redundant
2024-03-27 18:02:15 +01:00
Thijs Louisse
72bc630584
chore(ui): release 0.6.0-alpha.2
2024-03-27 18:02:15 +01:00
Thijs Louisse
b032d96d10
chore: do an alpha release bypassing changeset pr
2024-03-27 18:02:15 +01:00