Commit graph

700 commits

Author SHA1 Message Date
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
5535d45419
Merge pull request #228 from ing-bank/fix/fieldDelegation
Sync field properties instead of delegation and add integration tests for FormatMixin
2019-08-14 14:26:21 +02: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
Joren Broekema
1f92c5bcbe chore: generate new lockfile 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
9623490d34
Merge pull request #238 from ing-bank/fix/dateHours
Fix/date hours
2019-08-12 12:08:15 +02: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
8b9b5ac5d3
Merge pull request #233 from ing-bank/fix/ignoreNonNumbersWithSpaces
fix(input-amount): return undefined for non numbers with spaces
2019-08-08 16:55:01 +02: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
9a9a1e456a
Merge pull request #227 from ing-bank/fix/datepickerPrefilledValidation
Fix/datepicker prefilled validation
2019-08-07 15:55:25 +02: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
Thijs Louisse
93ce388403 chore: added browserstack.err to .gitignore 2019-08-07 15:00:38 +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