@semantic-ui/templating
Advanced tools
Comparing version 0.0.22 to 0.0.23
@@ -8,9 +8,9 @@ { | ||
"dependencies": { | ||
"@semantic-ui/component": "^0.0.22", | ||
"@semantic-ui/query": "^0.0.22", | ||
"@semantic-ui/reactivity": "^0.0.22", | ||
"@semantic-ui/templating": "^0.0.22", | ||
"@semantic-ui/utils": "^0.0.22" | ||
"@semantic-ui/component": "^0.0.23", | ||
"@semantic-ui/query": "^0.0.23", | ||
"@semantic-ui/reactivity": "^0.0.23", | ||
"@semantic-ui/templating": "^0.0.23", | ||
"@semantic-ui/utils": "^0.0.23" | ||
}, | ||
"version": "0.0.22" | ||
"version": "0.0.23" | ||
} |
@@ -7,3 +7,3 @@ import { Reaction } from '@semantic-ui/reactivity'; | ||
arrayFromObject, | ||
formatDateLocal, | ||
formatDate, | ||
each, | ||
@@ -113,10 +113,10 @@ escapeHTML, | ||
}, | ||
formatDate(date = new Date(), format = 'L', options) { | ||
return formatDateLocal(date, format, options); | ||
formatDate(date = new Date(), format = 'L', options = { timezone: 'local' }) { | ||
return formatDate(date, format, options); | ||
}, | ||
formatDateTime(date = new Date(), format = 'LLL', options) { | ||
return formatDateLocal(date, format, options); | ||
formatDateTime(date = new Date(), format = 'LLL', options = { timezone: 'local' }) { | ||
return formatDate(date, format, options); | ||
}, | ||
formatDateTimeSeconds(date = new Date(), format = 'LTS', options) { | ||
return formatDateLocal(date, format, options); | ||
formatDateTimeSeconds(date = new Date(), format = 'LTS', options = { timezone: 'local' }) { | ||
return formatDate(date, format, options); | ||
}, | ||
@@ -123,0 +123,0 @@ object({ obj }) { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
74799
+ Added@semantic-ui/component@0.0.23(transitive)
+ Added@semantic-ui/query@0.0.23(transitive)
+ Added@semantic-ui/reactivity@0.0.23(transitive)
+ Added@semantic-ui/utils@0.0.23(transitive)
- Removed@semantic-ui/component@0.0.22(transitive)
- Removed@semantic-ui/query@0.0.22(transitive)
- Removed@semantic-ui/reactivity@0.0.22(transitive)
- Removed@semantic-ui/utils@0.0.22(transitive)
Updated@semantic-ui/query@^0.0.23
Updated@semantic-ui/utils@^0.0.23