@fremtind/jkl-checkbox
Advanced tools
Comparing version 1.1.3 to 1.1.4
@@ -6,2 +6,15 @@ # Change Log | ||
## [1.1.4](https://github.com/fremtind/jokul/compare/@fremtind/jkl-checkbox@1.1.3...@fremtind/jkl-checkbox@1.1.4) (2020-03-16) | ||
### Bug Fixes | ||
* **checkbox:** fix html structure to avoid onClick event bugs ([02b2343](https://github.com/fremtind/jokul/commit/02b2343f7323e6c3ab11ed8e58bb5bdafc9d54a8)) | ||
* **checkbox:** make fake checkmark clickable again ([e9688d6](https://github.com/fremtind/jokul/commit/e9688d6253148207031fe2363751f91656897cf4)) | ||
* **checkbox:** make text bold when checkbox is checked ([7126a44](https://github.com/fremtind/jokul/commit/7126a44c4e66b94ad9cd214a281fc1940840b04c)) | ||
## [1.1.3](https://github.com/fremtind/jokul/compare/@fremtind/jkl-checkbox@1.1.2...@fremtind/jkl-checkbox@1.1.3) (2020-03-06) | ||
@@ -8,0 +21,0 @@ |
{ | ||
"name": "@fremtind/jkl-checkbox", | ||
"version": "1.1.3", | ||
"version": "1.1.4", | ||
"publishConfig": { | ||
@@ -22,3 +22,3 @@ "access": "public" | ||
"scripts": { | ||
"clean": "rimraf node_modules/ dist/ **/*.css", | ||
"clean": "rimraf node_modules/ .cache/ build/ dist/ public/ **/*.css", | ||
"build": "gulp build", | ||
@@ -30,6 +30,6 @@ "build:watch": "gulp build:watch", | ||
"dependencies": { | ||
"@fremtind/jkl-core": "^4.0.2" | ||
"@fremtind/jkl-core": "^4.1.0" | ||
}, | ||
"devDependencies": { | ||
"@fremtind/browserslist-config-jkl": "^0.4.14" | ||
"@fremtind/browserslist-config-jkl": "^0.5.0" | ||
}, | ||
@@ -46,3 +46,3 @@ "repository": { | ||
], | ||
"gitHead": "94a4fadd61b03c2072e55f1535f1878fe7e773e3" | ||
"gitHead": "f5388b66575d58ffe90bd5c38bcdda54344f1312" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
24191
163
Updated@fremtind/jkl-core@^4.1.0