Commit graph

2299 commits

Author SHA1 Message Date
Joren Broekema
f6168da504
Merge pull request #660 from ing-bank/feat/select-rich-no-default
feat(select-rich): add has no default selection feature
2020-03-26 15:24:07 +01:00
Joren Broekema
e636ce1f9c fix(select-rich): consider no default select for inheritsReferenceWidth 2020-03-26 13:50:27 +01:00
Joren Broekema
975a01aca9 feat(select-rich): add has no default selection feature 2020-03-26 13:48:05 +01:00
CircleCI
29e1252560 chore: release new versions
- @lion/ajax@0.2.8
 - @lion/button@0.5.10
 - @lion/calendar@0.7.0
 - @lion/checkbox-group@0.8.6
 - @lion/choice-input@0.8.0
 - @lion/core@0.5.0
 - @lion/dialog@0.4.12
 - @lion/field@0.12.0
 - @lion/fieldset@0.10.0
 - @lion/form-system@0.7.0
 - @lion/form@0.4.21
 - @lion/helpers@0.3.4
 - @lion/icon@0.4.2
 - @lion/input-amount@0.5.20
 - @lion/input-date@0.5.21
 - @lion/input-datepicker@0.11.0
 - @lion/input-email@0.6.5
 - @lion/input-iban@0.7.0
 - @lion/input-range@0.2.20
 - @lion/input@0.5.20
 - @lion/localize@0.9.0
 - @lion/overlays@0.12.7
 - @lion/radio-group@0.8.6
 - @lion/select-rich@0.13.0
 - @lion/select@0.5.20
 - @lion/steps@0.3.7
 - @lion/switch@0.8.0
 - @lion/tabs@0.2.7
 - @lion/textarea@0.5.21
 - @lion/tooltip@0.8.7
 - @lion/validate@0.9.0
2020-03-25 16:05:28 +00:00
Joren Broekema
e397f8d68b feat(field): align (pre)filled and empty, fix filled not working
BREAKING: _isPrefilled was removed in favor of _isEmpty. We used to have both, but we decided to align, because they basically do the same thing but opposite. If you were using _isPrefilled, switch to using _isEmpty and just use it in reverse. This change also makes _isEmpty available to all things that implement FormControlMixin. Lastly, filled is available now on all fields that implement InteractionStateMixin
2020-03-25 17:02:10 +01:00
Thomas Allmer
10bac5672b feat: update to stable @open-wc/scoped-elements 2020-03-25 17:02:10 +01:00
Joren Broekema
42c840f949 feat: refrain from using dynamic vars inside dynamic import
BREAKING: Dynamic variables inside dynamic content are problematic for tools that use static analysis, therefore we have removed it, but you can still add it back on your extension if it works for you. The change may break your extension if you relied on this logic, you can add it back yourself by overriding the static get localizeNamespaces(). Example can be found here: https://github.com/ing-bank/lion/blob/%40lion/localize%400.8.10/packages/localize/stories/50-system-overview.stories.mdx#rendering-with-localizemixin
2020-03-25 17:02:10 +01:00
Joren Broekema
498cd346e3 chore(select-rich): test submitted state 2020-03-25 17:02:10 +01:00
Joren Broekema
530cb31089 fix(field): put submitted prop in interaction state mixin 2020-03-25 17:02:10 +01:00
Joren Broekema
2b2d6b34aa fix(button): prevent clickarea from blocking sibling content 2020-03-25 17:02:10 +01:00
Joren Broekema
eadb0fd971 fix(select-rich): allow hoverable content inside content-wrapper 2020-03-25 17:02:10 +01:00
CircleCI
bc768670ea chore: release new versions
- @lion/dialog@0.4.11
 - @lion/form-system@0.6.8
 - @lion/input-datepicker@0.10.3
 - @lion/overlays@0.12.6
 - @lion/select-rich@0.12.4
 - @lion/tooltip@0.8.6
2020-03-20 15:35:39 +00:00
Max Larionov
e472b64f7b fix(overlays): support backdrop with local overlay 2020-03-20 16:32:19 +01:00
Joren Broekema
5c4974146e
Merge pull request #650 from pgarciaegido/docs/addLinkToOverlaysConfigDocs
Adding link to Overlay System - Configuration from Dialog storybook docs
2020-03-19 21:34:08 +01:00
Joren Broekema
6dc047bf93
Merge pull request #651 from ing-bank/chore/input-amount-improve-decimals-story
chore(input-amount): improve title of story to modify decimal amount
2020-03-19 20:41:39 +01:00
Ben Amor Aymen
220183b001
Merge pull request #636 from AymenBenAmor/fix_issue_569
chore(radio-group): fix demo tab selection due to duplicate name
2020-03-19 16:42:17 +01:00
Aymen Ben Amor
5fbc5c506e Merge remote-tracking branch 'upstream/master' into fix_issue_569 2020-03-19 16:38:34 +01:00
Wessel Loth
efdd858dfb chore(input-amount): improve title of story to modify decimal amount 2020-03-19 15:34:10 +01:00
CircleCI
3d88c58510 chore: release new versions
- @lion/form-system@0.6.7
 - @lion/form@0.4.20
 - @lion/select-rich@0.12.3
2020-03-19 10:39:16 +00:00
Wessel Loth
53d8eb1931
Merge pull request #649 from ing-bank/fix/form-reset-remove-event-listener
fix(form): remove correct reset event listener on teardown
2020-03-19 11:36:17 +01:00
Pablo G. Egido
8fb9b3f059 docs(overlay): adding link to Overlay System - Configuration 2020-03-19 10:41:46 +01:00
Wessel Loth
9cd0ed364f fix(form): remove correct reset event listener on teardown 2020-03-19 10:25:40 +01:00
CircleCI
f286e3ac28 chore: release new versions
- @lion/checkbox-group@0.8.5
 - @lion/choice-input@0.7.7
 - @lion/dialog@0.4.10
 - @lion/field@0.11.4
 - @lion/fieldset@0.9.4
 - @lion/form-system@0.6.6
 - @lion/form@0.4.19
 - @lion/input-amount@0.5.19
 - @lion/input-date@0.5.20
 - @lion/input-datepicker@0.10.2
 - @lion/input-email@0.6.4
 - @lion/input-iban@0.6.4
 - @lion/input-range@0.2.19
 - @lion/input@0.5.19
 - @lion/overlays@0.12.5
 - @lion/radio-group@0.8.5
 - @lion/select-rich@0.12.2
 - @lion/select@0.5.19
 - @lion/switch@0.7.2
 - @lion/textarea@0.5.20
 - @lion/tooltip@0.8.5
2020-03-19 09:07:33 +00:00
Thijs Louisse
5879e499fa
Merge pull request #647 from ing-bank/fix/model-value-event-consistent
Fix/model value event consistent
2020-03-19 10:04:18 +01:00
Alex Ghiu
1b6c3a44c8 fix: normalization model-value-changed events
Co-authored-by: Thijs Louisse <Thijs.Louisse@ing.com>
2020-03-19 09:59:30 +01:00
gerjanvangeest
31988152b1
Merge pull request #643 from ing-bank/chore/storybook-import-fixes
chore: small storybook updates
2020-03-18 12:30:20 +01:00
qa46hx
571baa9c53 chore: small storybook updates 2020-03-18 12:05:47 +01:00
Joren Broekema
be78f23c00
Merge pull request #642 from ing-bank/chore/form-system-docs
chore(form-system): fix links in docs
2020-03-17 09:31:09 +01:00
Joren Broekema
720d6a097c chore(form-system): fix links in docs 2020-03-17 09:25:23 +01:00
David Marcu
19b36b02fa
chore(steps): fix steps storybook event examples (#637) 2020-03-12 21:00:07 +01:00
CircleCI
af03fd41b0 chore: release new versions
- @lion/checkbox-group@0.8.4
 - @lion/choice-input@0.7.6
 - @lion/form-system@0.6.5
 - @lion/radio-group@0.8.4
 - @lion/select-rich@0.12.1
 - @lion/switch@0.7.1
2020-03-12 16:34:05 +00:00
Thijs Louisse
a40445cbcd
Merge pull request #638 from ing-bank/chore/storybook-fixes
chore: storybook fixes
2020-03-12 17:31:23 +01:00
qa46hx
ddf1e886e2 chore: storybook fixes 2020-03-12 17:15:38 +01:00
Aymen Ben Amor
a05fa90917 chore(radio-group): fix demo tab selection due to duplicate name 2020-03-12 16:07:56 +01:00
Joren Broekema
0445b86350 fix(choice-input): fix serializedValue setter check 2020-03-12 15:43:27 +01:00
CircleCI
77abd7c8b0 chore: release new versions
- @lion/dialog@0.4.9
2020-03-11 15:50:47 +00:00
Thomas Rutten
2c9e71a328
chore(dialog): improve styled content docs (#633)
Co-Authored-By: Thomas Allmer <d4kmor@gmail.com>
Co-Authored-By: Joren Broekema <joren.broekema@gmail.com>
2020-03-11 16:48:05 +01:00
CircleCI
0424b49f25 chore: release new versions
- @lion/form-system@0.6.4
 - @lion/input-date@0.5.19
 - @lion/input-datepicker@0.10.1
2020-03-09 12:07:45 +00:00
Thomas Allmer
2ef69f8e02 fix(input-date): do not throw for invalid date instances 2020-03-09 13:04:30 +01:00
CircleCI
54c4432b81 chore: release new versions
- @lion/ajax@0.2.7
 - @lion/button@0.5.9
 - @lion/calendar@0.6.13
 - @lion/checkbox-group@0.8.3
 - @lion/choice-input@0.7.5
 - @lion/core@0.4.5
 - @lion/dialog@0.4.8
 - @lion/field@0.11.3
 - @lion/fieldset@0.9.3
 - @lion/form-system@0.6.3
 - @lion/form@0.4.18
 - @lion/helpers@0.3.3
 - @lion/icon@0.4.1
 - @lion/input-amount@0.5.18
 - @lion/input-date@0.5.18
 - @lion/input-datepicker@0.10.0
 - @lion/input-email@0.6.3
 - @lion/input-iban@0.6.3
 - @lion/input-range@0.2.18
 - @lion/input@0.5.18
 - @lion/localize@0.8.10
 - @lion/overlays@0.12.4
 - @lion/radio-group@0.8.3
 - @lion/select-rich@0.12.0
 - @lion/select@0.5.18
 - @lion/steps@0.3.6
 - @lion/switch@0.7.0
 - @lion/tabs@0.2.6
 - @lion/textarea@0.5.19
 - @lion/tooltip@0.8.4
 - @lion/validate@0.8.0
2020-03-05 15:08:00 +00:00
Joren Broekema
15b4a5ebb3 feat: use Scoped Elements
Co-authored-by: Alex Ghiu <Alex.Ghiu@ing.com>
Co-authored-by: Thijs Louisse <Thijs.Louisse@ing.com>
2020-03-05 16:04:49 +01:00
Thijs Louisse
d1beffbff5 fix(core): use dedupeMixin @open-wc 2020-03-05 16:04:49 +01:00
Joren Broekema
f810a30103 fix(input-datepicker): refactor unnamed slot to named content slot
unnamed slot is now removed, you have to use named slot="content" in order to pass content to the calendar overlay frame
2020-03-05 16:04:49 +01:00
CircleCI
ae30a30bc2 chore: release new versions
- @lion/switch@0.6.3
2020-03-05 12:35:14 +00:00
gerjanvangeest
8ead98688d
Merge pull request #628 from ing-bank/fix/switch-remove-todo
fix(switch): remove old todo
2020-03-05 13:32:14 +01:00
qa46hx
a242aca731 fix(switch): remove old todo 2020-03-05 13:28:54 +01:00
Thijs Louisse
e564223708
chore(icon): update icon story for icon sets (#626)
* chore(icon): update docs (icon story for icon sets and readme)
2020-03-05 13:20:42 +01:00
gerjanvangeest
cd4d2fa561
Merge pull request #627 from ing-bank/chore/fix-switch-storybook
chore(switch): fix storybook rendering
2020-03-05 13:16:10 +01:00
qa46hx
e521b1caf0 chore(switch): fix storybook rendering 2020-03-05 10:46:37 +01:00
CircleCI
52eeafa745 chore: release new versions
- @lion/calendar@0.6.12
 - @lion/checkbox-group@0.8.2
 - @lion/choice-input@0.7.4
 - @lion/field@0.11.2
 - @lion/fieldset@0.9.2
 - @lion/form-system@0.6.2
 - @lion/form@0.4.17
 - @lion/input-amount@0.5.17
 - @lion/input-date@0.5.17
 - @lion/input-datepicker@0.9.2
 - @lion/input-email@0.6.2
 - @lion/input-iban@0.6.2
 - @lion/input-range@0.2.17
 - @lion/input@0.5.17
 - @lion/localize@0.8.9
 - @lion/radio-group@0.8.2
 - @lion/select-rich@0.11.4
 - @lion/select@0.5.17
 - @lion/steps@0.3.5
 - @lion/switch@0.6.2
 - @lion/tabs@0.2.5
 - @lion/textarea@0.5.18
 - @lion/validate@0.7.1
2020-03-04 16:35:48 +00:00