Joren Broekema
|
cd2bc1351f
|
Merge pull request #1612 from Jellepostma/fix/listboxhorizontalscrolling
Fix: Prevent default behavior while scrolling using arrow keys in a h…
|
2022-03-08 09:14:21 +01:00 |
|
github-actions[bot]
|
7c52c12bfb
|
Version Packages
|
2022-03-07 18:38:17 +01:00 |
|
Jelle Postma
|
1ea9f291b6
|
Fix: Prevent default behavior while scrolling using arrow keys in a horizontal listbox
|
2022-03-07 13:17:40 +01:00 |
|
jorenbroekema
|
a338271542
|
chore: update changeset info
|
2022-02-28 16:53:18 +01:00 |
|
jorenbroekema
|
57d2c62b78
|
feat(core): add ScopedStylesMixin
|
2022-02-28 13:39:55 +01:00 |
|
github-actions[bot]
|
bfec15264b
|
Version Packages
|
2022-02-23 17:10:39 +01:00 |
|
Thijs Louisse
|
ceea0aa246
|
Merge pull request #1603 from ing-bank/experiment-@lion
feat: remove fixed versions @lion and upgrade TSC
|
2022-02-23 14:55:45 +01:00 |
|
jorenbroekema
|
b9fb3bfd37
|
chore: add documentation about lion versioning
|
2022-02-22 14:30:18 +01:00 |
|
jorenbroekema
|
b96dc40ebe
|
BREAKING(overlays): make elevation prop setter param type number instead of string
|
2022-02-21 10:30:00 +01:00 |
|
jorenbroekema
|
683d5c1c9c
|
chore: upgrade to latest TSC to fix TSC bug caused by prev commit
|
2022-02-10 13:40:26 +01:00 |
|
joquitch
|
3c9acaa77e
|
fix(collapsible): moved binding to constructor
|
2022-02-08 09:22:54 +01:00 |
|
github-actions[bot]
|
68c64d1280
|
Version Packages
|
2022-01-04 14:41:07 +00:00 |
|
gvangeest
|
2bd3c52114
|
fix: rename customElementsManifest to customElements in package.json
|
2022-01-04 15:24:37 +01:00 |
|
Joren Broekema
|
881e1c6de2
|
Merge pull request #1588 from ing-bank/fix/remove-differentKeyEventNamesShimIE
chore: remove differentKeyEventNamesShimIE
|
2022-01-04 13:16:29 +01:00 |
|
Thijs Louisse
|
c381be9c01
|
Merge pull request #1581 from remcovaes/fix/OverlayMixinTypeInfo
fix: type info in OverlayMixinTypes
|
2022-01-04 11:36:56 +01:00 |
|
gvangeest
|
8301191814
|
feat(core): remove closestPolyfill
|
2021-12-29 16:21:27 +01:00 |
|
gvangeest
|
495cb0c500
|
feat(core): remove unused keyboardEventShimIE test helper
|
2021-12-29 16:21:18 +01:00 |
|
gvangeest
|
2b583ee750
|
feat: remove differentKeyEventNamesShimIE
|
2021-12-29 16:21:06 +01:00 |
|
gvangeest
|
be84466311
|
fix(button): increase click area to meet WCAG success criteria
|
2021-12-15 11:10:45 +01:00 |
|
Remco Vaes
|
6e67b4a310
|
Add changeset
|
2021-12-14 15:04:37 +01:00 |
|
Joren Broekema
|
1340c1bd61
|
Merge pull request #1573 from jrobind/fix/disabledTabs
fix(tabs): prevent selection of disabled tabs.
|
2021-12-13 12:06:08 +01:00 |
|
James Robinson
|
eafa7d03d7
|
fix(tabs): prevent selection of disabled tabs.
|
2021-12-13 10:01:53 +00:00 |
|
Thomas Allmer
|
30805edf12
|
fix: use node wildcard exports for docs
|
2021-12-07 13:23:17 +01:00 |
|
pndewit
|
fad9d8e58f
|
feat(localize): add option to show the key as a fallback when a locale is missing a translation
|
2021-11-24 09:49:46 +01:00 |
|
github-actions[bot]
|
3b70a7d487
|
Version Packages
|
2021-11-17 00:14:53 +01:00 |
|
Thijs Louisse
|
26b150f0af
|
fix(providence): fix paths for dashboard
|
2021-11-17 00:07:04 +01:00 |
|
github-actions[bot]
|
ee6dc3280e
|
Version Packages
|
2021-11-17 00:07:04 +01:00 |
|
github-actions[bot]
|
895a5a46c3
|
Version Packages
|
2021-11-16 16:16:49 +01:00 |
|
Thijs Louisse
|
88babab7d8
|
chore: types for providence
|
2021-11-16 15:37:50 +01:00 |
|
Thijs Louisse
|
ab29920842
|
Merge pull request #1543 from ing-bank/feat/improveDashboard
feat(providence): improve dashboard
|
2021-11-16 15:20:53 +01:00 |
|
Thijs Louisse
|
96ae18c487
|
feat(providence): improve dashboard
|
2021-11-16 14:45:16 +01:00 |
|
github-actions[bot]
|
3106a84ec0
|
Version Packages
|
2021-11-15 17:39:59 +01:00 |
|
Thijs Louisse
|
1e8839f2fd
|
fix: support export maps for match-* analyzers
|
2021-11-12 18:37:04 +01:00 |
|
github-actions[bot]
|
c59dda0c93
|
Version Packages
|
2021-11-11 14:30:59 +01:00 |
|
gerjanvangeest
|
d8e5c42b65
|
Merge pull request #1536 from ing-bank/fix/exportParse
fix(providence): correctly handle exports like "const x=3; export {x};"
|
2021-11-11 13:21:29 +01:00 |
|
Joel-Levi
|
fdc5e73fd2
|
Fix black bars on dialogs with preventsScroll enabled on ios 15 (#1526)
fix(overlays): black bars on dialogs with preventsScroll enabled on ios 15
|
2021-11-11 13:13:57 +01:00 |
|
Joshua Hewitt
|
a0b313c650
|
fix(providence): correctly handle exports like "const x=3; export {x};"
Co-authored-by: Thijs Louisse<Thijs.Louisse@ing.com>
|
2021-11-11 12:58:01 +01:00 |
|
qa46hx
|
c4562f7e64
|
fix: use html & unsafeStatic from @open-wc/testing
|
2021-11-11 10:02:47 +01:00 |
|
Abdón Rodríguez Davila
|
a2c66cd94d
|
feat: update to Lit v2.0.2
|
2021-11-11 10:02:46 +01:00 |
|
Thijs Louisse
|
cf3b14bce0
|
Merge pull request #1524 from Alex-Radu/fix/overlay-is-equal-config
fix(overlays): fix condition in is-equal-config util and add null guard
|
2021-11-10 11:16:27 +01:00 |
|
Alex Radu
|
b6be7ba482
|
fix(overlays): fix condition in is-equal-config util and add null guard
|
2021-11-10 09:12:04 +02:00 |
|
Thijs Louisse
|
af4914e68e
|
Merge pull request #1530 from ing-bank/fix/avoid-innerHTML
fix: avoid (false) positives for static analyzers like checkmarx
|
2021-11-09 18:22:44 +01:00 |
|
jorenbroekema
|
9b81b69e58
|
feat(core): export latest added lit directives
|
2021-11-09 15:15:10 +01:00 |
|
Konstantinos Norgias
|
4e78ebdee7
|
fix: avoid use of innerHTML to please Checkmax
|
2021-11-08 17:29:48 +01:00 |
|
sposh
|
2995a5037f
|
Correct default target in Windows if no -t (#1520)
fix: correct default target in windows if no -t
|
2021-11-08 15:26:26 +01:00 |
|
jorenbroekema
|
5f3ef98ae9
|
fix(textarea): firefox bug with disabled textarea drag
|
2021-11-05 13:46:00 +01:00 |
|
laurie
|
c55d45668f
|
feat: export lit/static-html.js from lion/core
This will enable subclasses to import it into thier tests
|
2021-10-06 22:44:38 +02:00 |
|
github-actions[bot]
|
e598e45f28
|
Version Packages
|
2021-08-27 12:12:41 +00:00 |
|
Thijs Louisse
|
397efdfe3e
|
Merge pull request #1477 from ing-bank/amount_reset_improvements
Amount reset improvements
|
2021-08-27 14:11:01 +02:00 |
|
Knorgias
|
fdc62b4f7a
|
Merge pull request #1488 from ing-bank/refactor/accordion
feat(accordion): refactor for readability & extensibility
|
2021-08-25 11:40:55 +02:00 |
|