File tree Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -39,12 +39,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
39
39
- servercart-after-diff event payload - Fifciu (#5365 )
40
40
- Fix Original Price Calculation typo - @akucharczyk / @lukaszjedrasik (#5472 )
41
41
- Purge loader works properly with dynamic config reload - @Fifciu
42
+
42
43
### Changed / Improved
43
44
44
45
- Moved hardcoded fields from omitSelectedVariantFields.ts to config (#4679 )
45
46
- Bump dependencies versions (#4715 , #4696 , #4951 )
46
47
- Using dayjs for dates in taxCalc.ts to make it work properly in Safari (#5364 )
47
48
- Awaiting addItem action call inside mergeServerItem action (#5165 )
49
+ - Moved ` phoneNum ` to proper branch - @lukaszjedrasik ([ #5730 ] ( https://github.com/vuestorefront/vue-storefront/issues/5730 ) )
50
+
48
51
## [ 1.12.2] - 2020.07.28
49
52
50
53
### Added
Original file line number Diff line number Diff line change @@ -3,6 +3,3 @@ export const unicodeAlpha = (value: string): boolean => /[A-Za-z\xAA\xB5\xBA\xC0
3
3
4
4
/** check if string contains some any unicode alphabet characters or digits */
5
5
export const unicodeAlphaNum = ( value : string ) : boolean => unicodeAlpha ( value ) || / [ 0 - 9 ] + / . test ( value )
6
-
7
- /** check if string contains between 6 and 14 digits and can consist of plus sign with national code and spaces between groups of digits */
8
- export const phoneNum = ( value : string ) : boolean => / ^ \+ ? (?: [ 0 - 9 ] ? ) { 6 , 14 } [ 0 - 9 ] $ / . test ( value )
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments