Commit graph

1259 commits

Author SHA1 Message Date
Thomas Allmer
5f5d5bb30c chore: move all devDependencies to the root 2020-04-02 16:25:41 +02:00
Joren Broekema
1698530441 chore(overlays): remove fake passing expect 2020-04-02 16:25:41 +02:00
Joren Broekema
53a21f2baa fix(select-rich): wait until mixin overlay is ready before doing setup 2020-04-02 16:25:41 +02:00
Joren Broekema
78a8554019 fix(tooltip): support reconnecting tooltip arrow inside other overlays 2020-04-02 16:25:41 +02:00
Joren Broekema
afd5ac96cc fix(overlays): support reconnecting overlay nodes inside other overlays 2020-04-02 16:25:41 +02:00
qa46hx
82f019dc82 chore: cleanup old TODOs 2020-04-02 16:25:41 +02:00
Carlos Esteban
cf13410026 fix(field): clear method reset modelValue 2020-04-02 16:25:41 +02:00
Joren Broekema
5103289f99 fix: convert unnecessary backticks to single quotes for unpkg 2020-04-02 16:25:41 +02:00
RobM-ADP
8563f2699e
chore(tooltip): fix closing div tags in tooltip stories (#662) 2020-03-31 09:22:01 +02:00
CircleCI
04df0d7054 chore: release new versions
- @lion/dialog@0.4.13
 - @lion/form-system@0.7.1
 - @lion/input-datepicker@0.11.1
 - @lion/overlays@0.12.8
 - @lion/select-rich@0.14.0
 - @lion/tooltip@0.8.8
2020-03-26 14:28:25 +00:00
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