Joren Broekema
f3e71003e3
Merge pull request #245 from jcperea/fix/numberGroupSeparator
...
fix(localize): update the way to obtain the group separator for a number
2019-08-15 10:54:33 +02:00
Thijs Louisse
a91840f9c1
chore: add command legacy karma browserstack
2019-08-15 10:34:21 +02:00
Thijs Louisse
95a9ce7b0b
fix(field): cleaned up old register code
2019-08-14 16:21:09 +02:00
Thijs Louisse
085895ee94
fix(fieldset): reset / inital modelValue always accurate
2019-08-14 16:21:08 +02:00
Thijs Louisse
995e8f99de
chore(field): created test suite for form registrations
2019-08-14 16:13:28 +02:00
Thijs Louisse
d2035e6a3f
feat(field): add reset method and capture inital model value
2019-08-14 16:13:27 +02:00
Thijs Louisse
84a422790f
Merge pull request #246 from ing-bank/chore/inputDatepickerCleanup
...
chore(input-datepicker): cleanup of old delegation mechanism
2019-08-14 15:49:55 +02:00
Thijs Louisse
59190719d8
chore(input-datepicker): cleanup of old delegation mechanism
2019-08-14 15:04:38 +02:00
CircleCI
6cd0e34abc
chore: release new versions
...
- @lion/button@0.3.6
- @lion/calendar@0.1.54
- @lion/checkbox-group@0.1.51
- @lion/checkbox@0.1.46
- @lion/choice-input@0.2.23
- @lion/field@0.1.43
- @lion/fieldset@0.1.45
- @lion/form-system@0.0.54
- @lion/form@0.1.50
- @lion/input-amount@0.1.47
- @lion/input-date@0.1.45
- @lion/input-datepicker@0.1.58
- @lion/input-email@0.1.45
- @lion/input-iban@0.1.46
- @lion/input@0.1.45
- @lion/option@0.1.5
- @lion/popup@0.2.33
- @lion/radio-group@0.1.51
- @lion/radio@0.1.46
- @lion/select-rich@0.1.9
- @lion/select@0.1.43
- @lion/textarea@0.1.48
- @lion/tooltip@0.2.33
- @lion/validate@0.2.26
2019-08-14 12:29:16 +00:00
Joren Broekema
232a9597fc
chore: add and apply integration suite FormatMixin
2019-08-14 14:02:15 +02:00
Joren Broekema
af1535b2f5
fix(input-iban): formatter should handle undefined modelValues
2019-08-14 13:52:07 +02:00
Joren Broekema
3217c1a739
fix(field): value delegation compatible with FormatMixin
2019-08-14 13:47:07 +02:00
Jose C Perea
b0d6f496f8
fix(localize): update the way to obtain the group separator for a number
...
four digit numbers can be written without separator, so it would be
safer to obtain the separator by formatting a five digit number. The bug
was found with the locale 'es-ES', where the format returned for '1000'
was '1000' instead of the expected '1.000'. We add the specific expect
clause on the test for it.
On branch fix/numberGroupSeparator
Changes to be committed:
modified: packages/localize/src/number/getGroupSeparator.js
modified: packages/localize/test/number/getGroupSeparator.test.js
2019-08-13 19:04:31 +02:00
Joren Broekema
b38c6c3978
chore(fieldset): fix failing tests
2019-08-13 17:28:28 +02:00
Thomas Allmer
5d893f3760
fix(field): move type property to input & add step property to input
2019-08-13 17:28:27 +02:00
Thomas Allmer
13b27407b5
fix(field): sync type down instead of delegating
2019-08-13 17:28:27 +02:00
Thomas Allmer
d2f4e3c1f2
fix(field): sync name down instead of delegating
2019-08-13 17:28:26 +02:00
Thomas Allmer
07eddb38c3
fix(field): getter/setter for selectionStart/End instead of delegation
2019-08-13 17:28:26 +02:00
Thomas Allmer
88f52646b8
fix(field): no delegate in FocusMixin; sync focused, redispatch events
2019-08-13 17:28:25 +02:00
Thomas Allmer
6a4931e74c
chore(field): rename lionField to el in tests
2019-08-13 17:28:25 +02:00
gerjanvangeest
5534369d45
fix(form): sync submit and reset events instead of delegating
2019-08-13 17:28:24 +02:00
Thomas Allmer
7ac9d88921
fix(textarea): sync rows property instead of delegating
2019-08-13 17:28:24 +02:00
Thomas Allmer
b3a1f912bc
fix(button): sync type property instead of delegating
2019-08-13 17:28:23 +02:00
gerjanvangeest
eb1e295576
chore: removed super.properties everywhere
2019-08-13 17:28:23 +02:00
gerjanvangeest
5432f5913f
chore(field): replaced CssClassMixin by DisabledMixin
2019-08-13 17:28:22 +02:00
gerjanvangeest
b90d89ccf0
chore(fieldset): replaced CssClassMixin by DisabledMixin
2019-08-13 17:28:22 +02:00
CircleCI
2bf8c07079
chore: release new versions
...
- @lion/calendar@0.1.53
- @lion/input-datepicker@0.1.57
2019-08-12 10:12:24 +00:00
Thijs Louisse
afddc0ec3c
fix(calendar): normalize dates for min/max date comparison
2019-08-12 11:55:38 +02:00
Thijs Louisse
fe72ebd055
fix(calendar): generated dates are normalized
2019-08-12 10:44:31 +02:00
CircleCI
97143caedd
chore: release new versions
...
- @lion/form-system@0.0.53
- @lion/input-amount@0.1.46
2019-08-08 14:58:21 +00:00
Thijs Louisse
18b714d056
fix(input-amount): return undefined for non numbers with spaces
2019-08-07 18:26:23 +02:00
CircleCI
f32aab6533
chore: release new versions
...
- @lion/button@0.3.5
- @lion/calendar@0.1.52
- @lion/checkbox-group@0.1.50
- @lion/checkbox@0.1.45
- @lion/choice-input@0.2.22
- @lion/field@0.1.42
- @lion/fieldset@0.1.44
- @lion/form-system@0.0.52
- @lion/form@0.1.49
- @lion/input-amount@0.1.45
- @lion/input-date@0.1.44
- @lion/input-datepicker@0.1.56
- @lion/input-email@0.1.44
- @lion/input-iban@0.1.45
- @lion/input@0.1.44
- @lion/option@0.1.4
- @lion/popup@0.2.32
- @lion/radio-group@0.1.50
- @lion/radio@0.1.45
- @lion/select-rich@0.1.8
- @lion/select@0.1.42
- @lion/textarea@0.1.47
- @lion/tooltip@0.2.32
2019-08-07 13:58:05 +00:00
Thijs Louisse
11c829758e
chore(input-datepicker): added integration tests InteractionStateMixin
2019-08-07 15:14:40 +02:00
Thijs Louisse
5e4e3308c0
chore(input-date): added integration tests InteractionStateMixin
2019-08-07 15:00:41 +02:00
Thijs Louisse
0339fe4645
chore(input): added integration tests InteractionStateMixin
2019-08-07 15:00:40 +02:00
Thijs Louisse
cfd78bdccc
fix(field): added Date support to InteractionStateMixin
2019-08-07 15:00:39 +02:00
Thijs Louisse
22bb75a868
chore(field): introduction test suites (for InteractionStateMixin)
2019-08-07 15:00:39 +02:00
CircleCI
e15c943c1f
chore: release new versions
...
- @lion/button@0.3.4
- @lion/calendar@0.1.51
- @lion/checkbox-group@0.1.49
- @lion/checkbox@0.1.44
- @lion/choice-input@0.2.21
- @lion/field@0.1.41
- @lion/fieldset@0.1.43
- @lion/form-system@0.0.51
- @lion/form@0.1.48
- @lion/input-amount@0.1.44
- @lion/input-date@0.1.43
- @lion/input-datepicker@0.1.55
- @lion/input-email@0.1.43
- @lion/input-iban@0.1.44
- @lion/input@0.1.43
- @lion/localize@0.4.12
- @lion/option@0.1.3
- @lion/popup@0.2.31
- @lion/radio-group@0.1.49
- @lion/radio@0.1.44
- @lion/select-rich@0.1.7
- @lion/select@0.1.41
- @lion/textarea@0.1.46
- @lion/tooltip@0.2.31
- @lion/validate@0.2.25
2019-08-07 11:25:08 +00:00
Thijs Louisse
c151f01b0b
fix(localize): for bg-BG locale, correct Intl output for group separator
2019-08-07 13:21:26 +02:00
Tom Herni
92a548f677
fix(form): update test to be compatible with IE11
2019-08-05 12:52:57 +02:00
Tom Herni
87bdc9a1fc
fix(form): only splice 1 element
2019-08-05 12:52:57 +02:00
Tom Herni
3d16dc7b0c
fix(form): add elements to Form Registrar Manager when connected
2019-08-05 12:52:57 +02:00
Tom Herni
a4f9465e58
fix(form): remove disconnected elements from Form Registrar Manager
2019-08-05 12:52:57 +02:00
Thijs Louisse
635b09743d
Merge pull request #211 from ing-bank/chore/improveLocalizeDocs
...
[localize] Improve documentation
2019-08-01 17:26:47 +02:00
Thijs Louisse
6e533f88a0
Merge pull request #216 from ing-bank/chore/addRationaleForLocalize
...
[localize] Rationale
2019-08-01 16:56:05 +02:00
CircleCI
00118fb263
chore: release new versions
...
- @lion/calendar@0.1.50
- @lion/input-datepicker@0.1.54
2019-08-01 13:21:24 +00:00
Thijs Louisse
a4e8c71790
Merge pull request #217 from ing-bank/fix/calendarClickDisabled
...
fix(calendar): disabled dates don't trigger @user-selected-date-changed
2019-08-01 15:18:34 +02:00
CircleCI
3c495ea2c1
chore: release new versions
...
- @lion/input-datepicker@0.1.53
- @lion/overlays@0.3.12
- @lion/popup@0.2.30
- @lion/select-rich@0.1.6
- @lion/tooltip@0.2.30
2019-08-01 13:06:00 +00:00
Thijs Louisse
57823d1a9e
fix(calendar): stop disabled date triggering @user-selected-date-changed
2019-08-01 15:00:02 +02:00
Thijs Louisse
6bee300bb4
fix(overlays): global overlays have fixed positioning context
2019-08-01 10:32:20 +02:00
Mikhail Bashkirov
d913ab2166
chore(localize): add rationale
2019-07-31 18:40:34 +02:00
Mikhail Bashkirov
8ecf9d0f26
chore(localize): update documentation
2019-07-31 18:16:24 +02:00
Mikhail Bashkirov
22c0e893c7
chore(localize): fix typos in documentation
2019-07-31 11:11:22 +02:00
Mikhail Bashkirov
e76fa4c2dd
chore(localize): fix typo in test
2019-07-31 11:11:21 +02:00
CircleCI
235bfb62d4
chore: release new versions
...
- @lion/button@0.3.3
- @lion/calendar@0.1.49
- @lion/checkbox-group@0.1.48
- @lion/checkbox@0.1.43
- @lion/choice-input@0.2.20
- @lion/field@0.1.40
- @lion/fieldset@0.1.42
- @lion/form-system@0.0.50
- @lion/form@0.1.47
- @lion/input-amount@0.1.43
- @lion/input-date@0.1.42
- @lion/input-datepicker@0.1.52
- @lion/input-email@0.1.42
- @lion/input-iban@0.1.43
- @lion/input@0.1.42
- @lion/localize@0.4.11
- @lion/option@0.1.2
- @lion/popup@0.2.29
- @lion/radio-group@0.1.48
- @lion/radio@0.1.43
- @lion/select-rich@0.1.5
- @lion/select@0.1.40
- @lion/textarea@0.1.45
- @lion/tooltip@0.2.29
- @lion/validate@0.2.24
2019-07-30 14:40:57 +00:00
Mikhail Bashkirov
648906969c
fix: include test-helpers dir in the released package
2019-07-30 16:34:26 +02:00
CircleCI
6edef20f73
chore: release new versions
...
- @lion/button@0.3.2
- @lion/calendar@0.1.48
- @lion/checkbox-group@0.1.47
- @lion/checkbox@0.1.42
- @lion/choice-input@0.2.19
- @lion/field@0.1.39
- @lion/fieldset@0.1.41
- @lion/form-system@0.0.49
- @lion/form@0.1.46
- @lion/input-amount@0.1.42
- @lion/input-date@0.1.41
- @lion/input-datepicker@0.1.51
- @lion/input-email@0.1.41
- @lion/input-iban@0.1.42
- @lion/input@0.1.41
- @lion/localize@0.4.10
- @lion/option@0.1.1
- @lion/popup@0.2.28
- @lion/radio-group@0.1.47
- @lion/radio@0.1.42
- @lion/select-rich@0.1.4
- @lion/select@0.1.39
- @lion/textarea@0.1.44
- @lion/tooltip@0.2.28
- @lion/validate@0.2.23
2019-07-30 14:13:09 +00:00
Mikhail Bashkirov
3b889e31e1
fix: public test-helpers
2019-07-30 15:50:53 +02:00
CircleCI
cbd1f8af25
chore: release new versions
...
- @lion/button@0.3.1
- @lion/calendar@0.1.47
- @lion/checkbox-group@0.1.46
- @lion/form-system@0.0.48
- @lion/form@0.1.45
- @lion/input-datepicker@0.1.50
- @lion/popup@0.2.27
- @lion/radio-group@0.1.46
- @lion/select-rich@0.1.3
- @lion/textarea@0.1.43
- @lion/tooltip@0.2.27
2019-07-29 16:07:40 +00:00
Mario Aleo
2f2a42a47c
fix(textarea): wait for textarea slot before init autoresize ( fix #203 )
2019-07-29 15:28:39 +02:00
CircleCI
69d5945c68
chore: release new versions
...
- @lion/button@0.3.0
- @lion/calendar@0.1.46
- @lion/input-datepicker@0.1.49
- @lion/popup@0.2.26
- @lion/select-rich@0.1.2
- @lion/tooltip@0.2.26
2019-07-26 14:59:17 +00:00
Mikhail Bashkirov
06124e06bf
fix(button): prevent unnecessary keydown/keyup handlers
2019-07-26 16:45:49 +02:00
Mikhail Bashkirov
f3303ae014
fix(button): remove active when mouse/key up on other element ( fix #210 )
2019-07-26 16:44:55 +02:00
Mikhail Bashkirov
471d662cb2
feat(button): move active to host for cross-browser support ( fix #188 )
2019-07-26 16:43:10 +02:00
Mikhail Bashkirov
e269b5d040
fix(button): click event fired twice in IE11 ( fix #179 )
2019-07-26 16:43:09 +02:00
Mikhail Bashkirov
ee8dc3122a
chore(button): fix click event notation in demo
2019-07-26 16:43:08 +02:00
Mikhail Bashkirov
25912788eb
chore(popup): fix flaky test
2019-07-26 16:43:07 +02:00
CircleCI
af3a7c074e
chore: release new versions
...
- @lion/select-rich@0.1.1
2019-07-26 14:35:41 +00:00
Joren Broekema
7d0aeb1fc6
fix(select-rich): add index.js with class export
2019-07-26 12:31:05 +02:00
CircleCI
02741266d0
chore: release new versions
...
- @lion/option@0.1.0
- @lion/select-rich@0.1.0
2019-07-25 15:42:10 +00:00
Thomas Allmer
66b7880a9e
feat: add lion-select-rich
2019-07-25 17:21:36 +02:00
CircleCI
33652e5e49
chore: release new versions
...
- @lion/ajax@0.1.16
- @lion/button@0.2.0
- @lion/calendar@0.1.45
- @lion/checkbox-group@0.1.45
- @lion/checkbox@0.1.41
- @lion/choice-input@0.2.18
- @lion/core@0.1.13
- @lion/field@0.1.38
- @lion/fieldset@0.1.40
- @lion/form-system@0.0.47
- @lion/form@0.1.44
- @lion/icon@0.2.5
- @lion/input-amount@0.1.41
- @lion/input-date@0.1.40
- @lion/input-datepicker@0.1.48
- @lion/input-email@0.1.40
- @lion/input-iban@0.1.41
- @lion/input@0.1.40
- @lion/localize@0.4.9
- @lion/overlays@0.3.11
- @lion/popup@0.2.25
- @lion/radio-group@0.1.45
- @lion/radio@0.1.41
- @lion/select@0.1.38
- @lion/steps@0.1.14
- @lion/textarea@0.1.42
- @lion/tooltip@0.2.25
- @lion/validate@0.2.22
2019-07-25 14:15:32 +00:00
Thomas Allmer
732411cab2
feat(button): use DisabledWithTabIndexMixin
2019-07-25 16:01:13 +02:00
Thomas Allmer
e5b174e7b9
fix(core): add DisabledWithTabIndexMixin to manage disabled and tabindex
2019-07-25 16:00:51 +02:00
Thomas Allmer
0d64792ff5
fix(core): add DisabledMixin to manage disabled
2019-07-25 16:00:29 +02:00
Thomas Allmer
1d4378edb7
fix(button): typo in package description
2019-07-25 15:25:16 +02:00
Thomas Allmer
d4299dec71
feat(button): reduce to minimal css
2019-07-25 15:25:16 +02:00
Thomas Allmer
f478b988f8
feat(button): add template hooks for before/after default slot
2019-07-25 15:25:16 +02:00
CircleCI
8d81f84ea9
chore: release new versions
...
- @lion/ajax@0.1.15
- @lion/button@0.1.48
- @lion/calendar@0.1.44
- @lion/checkbox-group@0.1.44
- @lion/checkbox@0.1.40
- @lion/choice-input@0.2.17
- @lion/core@0.1.12
- @lion/field@0.1.37
- @lion/fieldset@0.1.39
- @lion/form-system@0.0.46
- @lion/form@0.1.43
- @lion/icon@0.2.4
- @lion/input-amount@0.1.40
- @lion/input-date@0.1.39
- @lion/input-datepicker@0.1.47
- @lion/input-email@0.1.39
- @lion/input-iban@0.1.40
- @lion/input@0.1.39
- @lion/localize@0.4.8
- @lion/overlays@0.3.10
- @lion/popup@0.2.24
- @lion/radio-group@0.1.44
- @lion/radio@0.1.40
- @lion/select@0.1.37
- @lion/steps@0.1.13
- @lion/textarea@0.1.41
- @lion/tooltip@0.2.24
- @lion/validate@0.2.21
2019-07-24 13:38:17 +00:00
Mikhail Bashkirov
2de378391c
chore: fix style of markdown files
2019-07-24 15:20:19 +02:00
CircleCI
c3037da5a6
chore: release new versions
...
- @lion/button@0.1.47
- @lion/calendar@0.1.43
- @lion/checkbox-group@0.1.43
- @lion/form-system@0.0.45
- @lion/form@0.1.42
- @lion/input-datepicker@0.1.46
- @lion/popup@0.2.23
- @lion/radio-group@0.1.43
- @lion/textarea@0.1.40
- @lion/tooltip@0.2.23
2019-07-24 09:25:06 +00:00
Mario Aleo
9988e071fc
fix(textarea): disable user resize behavior ( fix #165 )
2019-07-24 10:50:23 +02:00
CircleCI
da99c690df
chore: release new versions
...
- @lion/ajax@0.1.14
- @lion/button@0.1.46
- @lion/calendar@0.1.42
- @lion/checkbox-group@0.1.42
- @lion/checkbox@0.1.39
- @lion/choice-input@0.2.16
- @lion/core@0.1.11
- @lion/field@0.1.36
- @lion/fieldset@0.1.38
- @lion/form-system@0.0.44
- @lion/form@0.1.41
- @lion/icon@0.2.3
- @lion/input-amount@0.1.39
- @lion/input-date@0.1.38
- @lion/input-datepicker@0.1.45
- @lion/input-email@0.1.38
- @lion/input-iban@0.1.39
- @lion/input@0.1.38
- @lion/localize@0.4.7
- @lion/overlays@0.3.9
- @lion/popup@0.2.22
- @lion/radio-group@0.1.42
- @lion/radio@0.1.39
- @lion/select@0.1.36
- @lion/steps@0.1.12
- @lion/textarea@0.1.39
- @lion/tooltip@0.2.22
- @lion/validate@0.2.20
2019-07-23 15:16:31 +00:00
Mikhail Bashkirov
738774e82b
chore: fix prepublish pattern format
2019-07-23 17:03:37 +02:00
CircleCI
b4a086cd9a
chore: release new versions
...
- @lion/ajax@0.1.13
- @lion/button@0.1.45
- @lion/calendar@0.1.41
- @lion/checkbox-group@0.1.41
- @lion/checkbox@0.1.38
- @lion/choice-input@0.2.15
- @lion/core@0.1.10
- @lion/field@0.1.35
- @lion/fieldset@0.1.37
- @lion/form-system@0.0.43
- @lion/form@0.1.40
- @lion/icon@0.2.2
- @lion/input-amount@0.1.38
- @lion/input-date@0.1.37
- @lion/input-datepicker@0.1.44
- @lion/input-email@0.1.37
- @lion/input-iban@0.1.38
- @lion/input@0.1.37
- @lion/localize@0.4.6
- @lion/overlays@0.3.8
- @lion/popup@0.2.21
- @lion/radio-group@0.1.41
- @lion/radio@0.1.38
- @lion/select@0.1.35
- @lion/steps@0.1.11
- @lion/textarea@0.1.38
- @lion/tooltip@0.2.21
- @lion/validate@0.2.19
2019-07-23 15:02:24 +00:00
Joren Broekema
4470b6895c
chore: update to latest open-wc linting and testing
2019-07-23 16:40:19 +02:00
CircleCI
acf5a6554b
chore: release new versions
...
- @lion/button@0.1.44
- @lion/calendar@0.1.40
- @lion/checkbox-group@0.1.40
- @lion/checkbox@0.1.37
- @lion/choice-input@0.2.14
- @lion/field@0.1.34
- @lion/fieldset@0.1.36
- @lion/form-system@0.0.42
- @lion/form@0.1.39
- @lion/input-amount@0.1.37
- @lion/input-date@0.1.36
- @lion/input-datepicker@0.1.43
- @lion/input-email@0.1.36
- @lion/input-iban@0.1.37
- @lion/input@0.1.36
- @lion/localize@0.4.5
- @lion/overlays@0.3.7
- @lion/popup@0.2.20
- @lion/radio-group@0.1.40
- @lion/radio@0.1.37
- @lion/select@0.1.34
- @lion/textarea@0.1.37
- @lion/tooltip@0.2.20
- @lion/validate@0.2.18
2019-07-23 09:25:47 +00:00
Joren Broekema
25e7b6d17b
chore: cleanup references
2019-07-23 10:22:52 +02:00
CircleCI
0e77624b02
chore: release new versions
...
- @lion/input-datepicker@0.1.42
- @lion/overlays@0.3.6
- @lion/popup@0.2.19
- @lion/tooltip@0.2.19
2019-07-23 08:20:37 +00:00
Joren Broekema
16078c528b
fix(overlays): fix popper for IE11 by using esm dist target
2019-07-23 10:18:04 +02:00
CircleCI
f28c66ef93
chore: release new versions
...
- @lion/button@0.1.43
- @lion/calendar@0.1.39
- @lion/checkbox-group@0.1.39
- @lion/form-system@0.0.41
- @lion/form@0.1.38
- @lion/input-datepicker@0.1.41
- @lion/popup@0.2.18
- @lion/radio-group@0.1.39
- @lion/textarea@0.1.36
- @lion/tooltip@0.2.18
2019-07-22 16:24:49 +00:00
Mario Aleo
8853435065
fix(textarea): calculate max-height based on empty state ( fix #184 )
2019-07-22 18:17:08 +02:00
Mario Aleo
80b816e3d1
chore(textarea): fix typos in tests
2019-07-22 17:59:50 +02:00
CircleCI
6bc96cbba0
chore: release new versions
...
- @lion/button@0.1.42
- @lion/calendar@0.1.38
- @lion/checkbox-group@0.1.38
- @lion/checkbox@0.1.36
- @lion/choice-input@0.2.13
- @lion/field@0.1.33
- @lion/fieldset@0.1.35
- @lion/form-system@0.0.40
- @lion/form@0.1.37
- @lion/input-amount@0.1.36
- @lion/input-date@0.1.35
- @lion/input-datepicker@0.1.40
- @lion/input-email@0.1.35
- @lion/input-iban@0.1.36
- @lion/input@0.1.35
- @lion/popup@0.2.17
- @lion/radio-group@0.1.38
- @lion/radio@0.1.36
- @lion/select@0.1.33
- @lion/textarea@0.1.35
- @lion/tooltip@0.2.17
2019-07-19 13:49:19 +00:00
Thomas Allmer
2a0d18bb5c
fix(field): make sure RegistrationSystem works well with ShadyDom
2019-07-19 15:46:45 +02:00
CircleCI
d3599fd664
chore: release new versions
...
- @lion/button@0.1.41
- @lion/calendar@0.1.37
- @lion/checkbox-group@0.1.37
- @lion/checkbox@0.1.35
- @lion/choice-input@0.2.12
- @lion/field@0.1.32
- @lion/fieldset@0.1.34
- @lion/form-system@0.0.39
- @lion/form@0.1.36
- @lion/input-amount@0.1.35
- @lion/input-date@0.1.34
- @lion/input-datepicker@0.1.39
- @lion/input-email@0.1.34
- @lion/input-iban@0.1.35
- @lion/input@0.1.34
- @lion/popup@0.2.16
- @lion/radio-group@0.1.37
- @lion/radio@0.1.35
- @lion/select@0.1.32
- @lion/textarea@0.1.34
- @lion/tooltip@0.2.16
- @lion/validate@0.2.17
2019-07-19 13:05:14 +00:00
Hardik Pithva
76ffd9177c
chore: update custom validator docs
2019-07-19 14:58:19 +02:00
CircleCI
09d4794460
chore: release new versions
...
- @lion/button@0.1.40
- @lion/calendar@0.1.36
- @lion/checkbox-group@0.1.36
- @lion/checkbox@0.1.34
- @lion/choice-input@0.2.11
- @lion/field@0.1.31
- @lion/fieldset@0.1.33
- @lion/form-system@0.0.38
- @lion/form@0.1.35
- @lion/input-amount@0.1.34
- @lion/input-date@0.1.33
- @lion/input-datepicker@0.1.38
- @lion/input-email@0.1.33
- @lion/input-iban@0.1.34
- @lion/input@0.1.33
- @lion/localize@0.4.4
- @lion/overlays@0.3.5
- @lion/popup@0.2.15
- @lion/radio-group@0.1.36
- @lion/radio@0.1.34
- @lion/select@0.1.31
- @lion/textarea@0.1.33
- @lion/tooltip@0.2.15
- @lion/validate@0.2.16
2019-07-18 09:55:59 +00:00
Mikhail Bashkirov
b925fff44f
chore(overlays): make positioning tests consistent on all environments
2019-07-18 11:52:50 +02:00
Mikhail Bashkirov
6321777ec7
chore(localize): remove side effects between tests
2019-07-18 11:52:50 +02:00