@fremtind/jkl-text-input
Advanced tools
Comparing version 0.9.3 to 0.10.0
@@ -6,2 +6,22 @@ # Change Log | ||
# [0.10.0](https://github.com/fremtind/jokul/compare/@fremtind/jkl-text-input@0.9.3...@fremtind/jkl-text-input@0.10.0) (2019-10-09) | ||
### Bug Fixes | ||
* **core:** add and use wcag-compliant error/focus colors ([c714b45](https://github.com/fremtind/jokul/commit/c714b45)) | ||
### Features | ||
* extract label styles to core ([9fad287](https://github.com/fremtind/jokul/commit/9fad287)) | ||
* implement Field pattern in text input ([f3877e4](https://github.com/fremtind/jokul/commit/f3877e4)) | ||
* **text-field:** add option to force compact mode ([07c7fea](https://github.com/fremtind/jokul/commit/07c7fea)) | ||
* **text-field:** implement new design for text inputs ([13b45c6](https://github.com/fremtind/jokul/commit/13b45c6)) | ||
* **text-input:** restore text field styles ([93ec3b7](https://github.com/fremtind/jokul/commit/93ec3b7)) | ||
## [0.9.3](https://github.com/fremtind/jokul/compare/@fremtind/jkl-text-input@0.9.2...@fremtind/jkl-text-input@0.9.3) (2019-09-26) | ||
@@ -8,0 +28,0 @@ |
{ | ||
"name": "@fremtind/jkl-text-input", | ||
"version": "0.9.3", | ||
"version": "0.10.0", | ||
"publishConfig": { | ||
@@ -31,6 +31,6 @@ "access": "public" | ||
"dependencies": { | ||
"@fremtind/jkl-core": "^0.10.2" | ||
"@fremtind/jkl-core": "^0.11.0" | ||
}, | ||
"devDependencies": { | ||
"@fremtind/browserslist-config-jkl": "^0.3.5" | ||
"@fremtind/browserslist-config-jkl": "^0.4.0" | ||
}, | ||
@@ -47,3 +47,3 @@ "repository": { | ||
], | ||
"gitHead": "d7e02258d7fcaca6f3c26ffbfcd63a1ae855d81f" | ||
"gitHead": "f79916c3cf2d48704066a05a77f7b9b57c7fbf64" | ||
} |
Sorry, the diff of this file is not supported yet
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
25293
251
+ Added@fremtind/jkl-core@0.11.0(transitive)
- Removed@fremtind/jkl-core@0.10.2(transitive)
Updated@fremtind/jkl-core@^0.11.0