Commit graph

1507 commits

Author SHA1 Message Date
Mihai
eef618c310
update romanian translation
'de, asemenea' does not add additional information to the sentence, and in that syntax it translates roughly to  "add, in addition, a {fieldName}"
2019-08-16 11:20:07 +03:00
CircleCI
59053f161c chore: release new versions
- @lion/button@0.3.8
 - @lion/calendar@0.1.56
 - @lion/checkbox-group@0.1.53
 - @lion/checkbox@0.1.48
 - @lion/choice-input@0.2.25
 - @lion/field@0.2.0
 - @lion/fieldset@0.1.47
 - @lion/form-system@0.0.56
 - @lion/form@0.1.52
 - @lion/input-amount@0.1.49
 - @lion/input-date@0.1.47
 - @lion/input-datepicker@0.1.60
 - @lion/input-email@0.1.47
 - @lion/input-iban@0.1.48
 - @lion/input@0.1.47
 - @lion/option@0.1.7
 - @lion/popup@0.2.35
 - @lion/radio-group@0.1.53
 - @lion/radio@0.1.48
 - @lion/select-rich@0.1.11
 - @lion/select@0.1.45
 - @lion/textarea@0.1.50
 - @lion/tooltip@0.2.35
2019-08-15 09:22:53 +00:00
Joren Broekema
dbff4bfc55
Merge pull request #241 from ing-bank/fix/formRegIssues
Fix/form reg issues
2019-08-15 11:19:44 +02:00
CircleCI
d406de45d6 chore: release new versions
- @lion/button@0.3.7
 - @lion/calendar@0.1.55
 - @lion/checkbox-group@0.1.52
 - @lion/checkbox@0.1.47
 - @lion/choice-input@0.2.24
 - @lion/field@0.1.44
 - @lion/fieldset@0.1.46
 - @lion/form-system@0.0.55
 - @lion/form@0.1.51
 - @lion/input-amount@0.1.48
 - @lion/input-date@0.1.46
 - @lion/input-datepicker@0.1.59
 - @lion/input-email@0.1.46
 - @lion/input-iban@0.1.47
 - @lion/input@0.1.46
 - @lion/localize@0.4.13
 - @lion/option@0.1.6
 - @lion/popup@0.2.34
 - @lion/radio-group@0.1.52
 - @lion/radio@0.1.47
 - @lion/select-rich@0.1.10
 - @lion/select@0.1.44
 - @lion/textarea@0.1.49
 - @lion/tooltip@0.2.34
 - @lion/validate@0.2.27
2019-08-15 08:58:15 +00:00
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
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