@skyux/core
Advanced tools
Comparing version 3.0.0 to 3.0.1
@@ -0,1 +1,5 @@ | ||
# 3.0.1 (2018-09-10) | ||
- Fixed `NumericOptions` to provide `truncate` and `truncateAfter` as optional. [#27](https://github.com/blackbaud/skyux-core/pull/27) | ||
# 3.0.0 (2018-09-10) | ||
@@ -2,0 +6,0 @@ |
@@ -5,4 +5,4 @@ export declare class NumericOptions { | ||
iso: string; | ||
truncate: boolean; | ||
truncateAfter: number; | ||
truncate?: boolean; | ||
truncateAfter?: number; | ||
} |
{ | ||
"name": "@skyux/core", | ||
"version": "3.0.0", | ||
"version": "3.0.1", | ||
"description": "SKY UX Core", | ||
@@ -5,0 +5,0 @@ "main": "bundles/bundle.umd.js", |
Sorry, the diff of this file is not supported yet
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
66953