Commit graph

2214 commits

Author SHA1 Message Date
Thijs Louisse
9ba6e02f29 fix(validate): reset validation state when modelValue becomes undefined 2019-07-01 16:51:17 +02:00
CircleCI
0b1cb9fe34 chore: release new versions
- @lion/input-datepicker@0.1.23
 - @lion/overlays@0.3.0
 - @lion/popup@0.2.0
 - @lion/tooltip@0.2.0
2019-06-28 12:07:31 +00:00
Joren Broekema
e3af4e7009
Merge pull request #101 from ing-bank/feat/popper
Popper.js implementation in LocalOverlay
2019-06-28 14:05:03 +02:00
Mikhail Bashkirov
9c2560dee5
Merge pull request #134 from ing-bank/chore/yarn-scan
Prevent users from committing lockfiles with invalid resolved source
2019-06-28 12:41:00 +02:00
Joren Broekema
36f152cc97 chore: add extra husky check 2019-06-28 11:51:47 +02:00
Joren Broekema
1ddd7cb93a chore(overlays): fix demo by adding boundariesElement to popup config 2019-06-28 10:45:17 +02:00
CircleCI
224cfde978 chore: release new versions
- @lion/button@0.1.28
 - @lion/calendar@0.1.24
 - @lion/icon@0.1.10
 - @lion/input-datepicker@0.1.22
 - @lion/popup@0.1.29
 - @lion/tooltip@0.1.29
2019-06-27 16:24:57 +00:00
Mikhail Bashkirov
6cf6f3493b
Merge pull request #116 from ing-bank/ruphin-patch-1
Update LionIcon to no longer render 'undefined'
2019-06-27 18:21:59 +02:00
Goffert van Gool
675fc615ef fix(icon): refactor icon to not use 'until' hack and use get/set 2019-06-27 18:18:52 +02:00
Mikhail Bashkirov
d1c11616e4 chore(icon): clean up SVG bundle module for tests 2019-06-27 18:18:52 +02:00
Mikhail Bashkirov
099f2d7c9d chore(icon): fix SVGs to prevent focus in IE11 2019-06-27 18:18:52 +02:00
Mikhail Bashkirov
d5bb4f5a2b chore: remove unused assets 2019-06-27 18:18:52 +02:00
Mikhail Bashkirov
ba69c52ff1 chore(icon): add tests for race conditions with promises 2019-06-27 18:18:52 +02:00
Mikhail Bashkirov
bd5f51e3d7 fix(icon): use LitElement 2019-06-27 18:18:52 +02:00
Mikhail Bashkirov
c62d3353a2 fix(icon): render nothing consistently when svg is undefined 2019-06-27 18:18:52 +02:00
Thijs Louisse
af8046cf53 fix(field): format conditionally on user input only 2019-06-27 17:27:39 +02:00
Joren Broekema
e775554a07 chore(overlays): change to API popperConfig to make clear it's Popper.js 2019-06-27 16:08:07 +02:00
Joren Broekema
1e9ec400dd chore(overlays): cleanup some tests and demos 2019-06-27 15:42:09 +02:00
Joren Broekema
c01cfe9ebb feat(tooltip): change API to popper based 2019-06-27 14:10:45 +02:00
Joren Broekema
1e6d60dfdb feat(popup): change API to popper based 2019-06-27 14:10:12 +02:00
Joren Broekema
22357ea81f feat(overlays): base LocalOverlay positioning system on Popper.js 2019-06-27 14:09:19 +02:00
CircleCI
187d50b6bc chore: release new versions
- @lion/button@0.1.27
 - @lion/calendar@0.1.23
 - @lion/checkbox-group@0.1.26
 - @lion/checkbox@0.1.24
 - @lion/choice-input@0.2.1
 - @lion/field@0.1.22
 - @lion/fieldset@0.1.23
 - @lion/form-system@0.0.28
 - @lion/form@0.1.25
 - @lion/input-amount@0.1.24
 - @lion/input-date@0.1.23
 - @lion/input-datepicker@0.1.21
 - @lion/input-email@0.1.23
 - @lion/input-iban@0.1.24
 - @lion/input@0.1.23
 - @lion/localize@0.4.1
 - @lion/popup@0.1.28
 - @lion/radio-group@0.1.26
 - @lion/radio@0.1.24
 - @lion/select@0.1.22
 - @lion/textarea@0.1.23
 - @lion/tooltip@0.1.28
 - @lion/validate@0.2.10
2019-06-27 09:08:50 +00:00
Mikhail Bashkirov
938e445781
Merge pull request #119 from bverhoef/fix/sign-format-currency
Return sign to the front of the currency formatted value in Dutch
2019-06-27 11:06:09 +02:00
bverhoef
8fb70c2080 fix(localize): return sign to the front of the currency formatted value in Dutch 2019-06-27 10:46:39 +02:00
Mikhail Bashkirov
0afb0e1272 fix(localize): remove unnecessary normalization for Belgium
Belgium does not need to be normalized always (e.g. not in "fr-BE").
But Dutch language does need normalization always, because this is where Intl really makes it wrong, both for "nl-Nl" and "nl-BE".
2019-06-27 10:46:39 +02:00
Mikhail Bashkirov
86c9824f07 chore(localize): make number formatting tests more scalable 2019-06-27 10:39:08 +02:00
Mikhail Bashkirov
2f352008b1 chore(localize): make currency tests more readable 2019-06-26 18:11:47 +02:00
Mikhail Bashkirov
c60b9d81c8 chore(localize): split number related functions into their own files 2019-06-26 17:49:28 +02:00
CircleCI
45252784c6 chore: release new versions
- @lion/checkbox-group@0.1.25
 - @lion/checkbox@0.1.23
 - @lion/choice-input@0.2.0
 - @lion/form-system@0.0.27
 - @lion/radio-group@0.1.25
 - @lion/radio@0.1.23
2019-06-25 14:59:17 +00:00
Thijs Louisse
2870e0d95c feat(choice-input): api normalization and cleanup 2019-06-25 16:56:50 +02:00
CircleCI
66a172237f chore: release new versions
- @lion/form-system@0.0.26
 - @lion/input-amount@0.1.23
2019-06-25 09:50:27 +00:00
Mikhail Bashkirov
1950aab988
Merge pull request #125 from ing-bank/fix/negativeNumbers
fix(input-amount): support negative numbers
2019-06-25 11:47:56 +02:00
Victor Kachan
83f9baa36d fix(input-amount): support negative numbers 2019-06-25 10:54:01 +02:00
Mikhail Bashkirov
0b8785ccf6 chore(input-amount): improve tests 2019-06-25 10:41:06 +02:00
CircleCI
48d2e547d6 chore: release new versions
- @lion/button@0.1.26
 - @lion/calendar@0.1.22
 - @lion/checkbox-group@0.1.24
 - @lion/checkbox@0.1.22
 - @lion/choice-input@0.1.22
 - @lion/fieldset@0.1.22
 - @lion/form-system@0.0.25
 - @lion/form@0.1.24
 - @lion/input-amount@0.1.22
 - @lion/input-date@0.1.22
 - @lion/input-datepicker@0.1.20
 - @lion/input-email@0.1.22
 - @lion/input-iban@0.1.23
 - @lion/input@0.1.22
 - @lion/popup@0.1.27
 - @lion/radio-group@0.1.24
 - @lion/radio@0.1.22
 - @lion/textarea@0.1.22
 - @lion/tooltip@0.1.27
2019-06-24 16:56:29 +00:00
Mikhail Bashkirov
adef259b83
Merge pull request #105 from ing-bank/fix/readonlyDatepicker
fix(input-datepicker): disable invoker when readonly
2019-06-24 18:53:14 +02:00
Thijs Louisse
5cd9452df9 fix(input-datepicker): disable invoker when readonly 2019-06-24 17:21:08 +02:00
CircleCI
c58f95e163 chore: release new versions
- @lion/input-datepicker@0.1.19
 - @lion/overlays@0.2.7
 - @lion/popup@0.1.26
 - @lion/tooltip@0.1.26
2019-06-24 09:02:11 +00:00
Thijs Louisse
aa30efcf75
Merge pull request #73 from ing-bank/chore/overlayOverview
chore(overlays): outline doc for all overlay occurrences
2019-06-24 10:59:18 +02:00
Gerjan van Geest
c5964cedae chore(overlays): general documentation for application developers 2019-06-24 10:50:55 +02:00
Thijs Louisse
b6a55b0bcf chore(overlays): docs explaining scope Overlay System
Co-authored-by: Gerjan van Gesst <Gerjan.van.Geest@ing.com>
2019-06-24 10:46:19 +02:00
CircleCI
4a1c289ff5 chore: release new versions
- @lion/button@0.1.25
 - @lion/calendar@0.1.21
 - @lion/checkbox-group@0.1.23
 - @lion/checkbox@0.1.21
 - @lion/choice-input@0.1.21
 - @lion/field@0.1.21
 - @lion/fieldset@0.1.21
 - @lion/form-system@0.0.24
 - @lion/form@0.1.23
 - @lion/input-amount@0.1.21
 - @lion/input-date@0.1.21
 - @lion/input-datepicker@0.1.18
 - @lion/input-email@0.1.21
 - @lion/input-iban@0.1.22
 - @lion/input@0.1.21
 - @lion/overlays@0.2.6
 - @lion/popup@0.1.25
 - @lion/radio-group@0.1.23
 - @lion/radio@0.1.21
 - @lion/select@0.1.21
 - @lion/textarea@0.1.21
 - @lion/tooltip@0.1.25
 - @lion/validate@0.2.9
2019-06-20 09:03:28 +00:00
Mikhail Bashkirov
1a584a00f1
Merge pull request #98 from carlocanlas/chore/add-en-PH-translations
Support en-PH locale for polymer-cli
2019-06-20 11:00:42 +02:00
Carlo Canlas
7643e64572 fix: support en-PH locale for polymer-cli 2019-06-20 10:49:06 +02:00
gerjanvangeest
d00439a24c
Merge pull request #109 from ing-bank/fix/containFocusForContentNode
fix(overlays): trapsKeyboardFocus should work with contentNode
2019-06-19 17:02:25 +02:00
gerjanvangeest
4695cfdd63 fix(overlays): trapsKeyboardFocus should work with contentNode 2019-06-19 16:10:59 +02:00
CircleCI
0463ec6494 chore: release new versions
- @lion/button@0.1.24
 - @lion/calendar@0.1.20
 - @lion/checkbox-group@0.1.22
 - @lion/checkbox@0.1.20
 - @lion/choice-input@0.1.20
 - @lion/field@0.1.20
 - @lion/fieldset@0.1.20
 - @lion/form-system@0.0.23
 - @lion/form@0.1.22
 - @lion/input-amount@0.1.20
 - @lion/input-date@0.1.20
 - @lion/input-datepicker@0.1.17
 - @lion/input-email@0.1.20
 - @lion/input-iban@0.1.21
 - @lion/input@0.1.20
 - @lion/popup@0.1.24
 - @lion/radio-group@0.1.22
 - @lion/radio@0.1.20
 - @lion/select@0.1.20
 - @lion/textarea@0.1.20
 - @lion/tooltip@0.1.24
 - @lion/validate@0.2.8
2019-06-18 13:27:56 +00:00
Ovidiu
b729bf07d4 fix: support language fallback for non found locales (#102) 2019-06-18 15:25:06 +02:00
CircleCI
5258296a25 chore: release new versions
- @lion/button@0.1.23
 - @lion/calendar@0.1.19
 - @lion/input-datepicker@0.1.16
 - @lion/popup@0.1.23
 - @lion/tooltip@0.1.23
2019-06-13 15:35:08 +00:00
Mikhail Bashkirov
285bd11775
Merge pull request #96 from ing-bank/fix/buttonActiveState
fix(button): indicate visually the active state on enter/space
2019-06-13 17:32:18 +02:00