@fremtind/jkl-alert-message-react
Advanced tools
Comparing version 1.6.3 to 2.0.0
@@ -6,2 +6,12 @@ # Change Log | ||
## 2.0.0 (2021-06-07) | ||
### Features | ||
- upgrade dependency jkl-core to v5.0.0 ([c3dc8dc](https://github.com/fremtind/jokul/commit/c3dc8dcbd3cba99502f1124cbe1dcaa688177f55)) | ||
### BREAKING CHANGES | ||
- Upgrades dependency jkl-core to v5.0.0, introducing breaking changes to color variables | ||
## 1.6.1 (2021-03-25) | ||
@@ -11,3 +21,3 @@ | ||
- <div> cannot appear as a descendant of <p> ([eda1926](https://github.com/fremtind/jokul/commit/eda192667077e06f1273fe0c32ea7414aa04acc4)) | ||
- <div> cannot appear as a descendant of <p> ([eda1926](https://github.com/fremtind/jokul/commit/eda192667077e06f1273fe0c32ea7414aa04acc4)) | ||
@@ -18,3 +28,3 @@ ## 1.6.0 (2021-03-05) | ||
- add close button to alert messages ([71e6438](https://github.com/fremtind/jokul/commit/71e6438b3a4532eac238fc6f207bbf75f26cd467)) | ||
- add close button to alert messages ([71e6438](https://github.com/fremtind/jokul/commit/71e6438b3a4532eac238fc6f207bbf75f26cd467)) | ||
@@ -25,3 +35,3 @@ ## 1.5.5 (2021-02-12) | ||
- add react 17 types as valid peerdep ([a074c34](https://github.com/fremtind/jokul/commit/a074c34dcece089ad6b4c581b8c920c8bdd4f1e0)) | ||
- add react 17 types as valid peerdep ([a074c34](https://github.com/fremtind/jokul/commit/a074c34dcece089ad6b4c581b8c920c8bdd4f1e0)) | ||
@@ -32,3 +42,3 @@ ## 1.5.0 (2020-12-15) | ||
- display types in portal ([5c62a16](https://github.com/fremtind/jokul/commit/5c62a161c278d3a5a136741aea8dcf9b62338bda)) | ||
- display types in portal ([5c62a16](https://github.com/fremtind/jokul/commit/5c62a161c278d3a5a136741aea8dcf9b62338bda)) | ||
@@ -39,3 +49,3 @@ ## 1.4.0 (2020-11-25) | ||
- update to react 17 ([4639058](https://github.com/fremtind/jokul/commit/4639058067eaa9be222825f8ac4f495a1e74cc0f)) | ||
- update to react 17 ([4639058](https://github.com/fremtind/jokul/commit/4639058067eaa9be222825f8ac4f495a1e74cc0f)) | ||
@@ -46,3 +56,3 @@ ## 1.3.0 (2020-09-01) | ||
- implement global dark mode ([47b8e2d](https://github.com/fremtind/jokul/commit/47b8e2dc0abcd366212fc67f306f8523a63d11c8)) | ||
- implement global dark mode ([47b8e2d](https://github.com/fremtind/jokul/commit/47b8e2dc0abcd366212fc67f306f8523a63d11c8)) | ||
@@ -53,3 +63,3 @@ ## 1.2.0 (2020-07-29) | ||
- **build:** use @babel/runtime instead of inlining helpers in each file ([bbadce5](https://github.com/fremtind/jokul/commit/bbadce52ba4da5d540b479b07273332587bed436)), closes [#1136](https://github.com/fremtind/jokul/issues/1136) | ||
- **build:** use @babel/runtime instead of inlining helpers in each file ([bbadce5](https://github.com/fremtind/jokul/commit/bbadce52ba4da5d540b479b07273332587bed436)), closes [#1136](https://github.com/fremtind/jokul/issues/1136) | ||
@@ -60,8 +70,8 @@ ## 1.1.0 (2020-05-15) | ||
- change maxWidth to maxContentWidth to make it more descriptive ([88c6c9f](https://github.com/fremtind/jokul/commit/88c6c9f2a8ce04b97ae5d636d41b5be0e7157854)) | ||
- minor cleanup ([1fd5c8e](https://github.com/fremtind/jokul/commit/1fd5c8ec9b8f7d29513506ce8c507994da8daaae)) | ||
- change maxWidth to maxContentWidth to make it more descriptive ([88c6c9f](https://github.com/fremtind/jokul/commit/88c6c9f2a8ce04b97ae5d636d41b5be0e7157854)) | ||
- minor cleanup ([1fd5c8e](https://github.com/fremtind/jokul/commit/1fd5c8ec9b8f7d29513506ce8c507994da8daaae)) | ||
### Features | ||
- **alert-message:** rename and split messages package ([11373ac](https://github.com/fremtind/jokul/commit/11373ac88cbfc5ed2604846c742e8a05f8c0561d)) | ||
- **portal:** lagt til do's and dont's ([122474c](https://github.com/fremtind/jokul/commit/122474c618ffaafde8e1117df2e985df09166cda)) | ||
- **alert-message:** rename and split messages package ([11373ac](https://github.com/fremtind/jokul/commit/11373ac88cbfc5ed2604846c742e8a05f8c0561d)) | ||
- **portal:** lagt til do's and dont's ([122474c](https://github.com/fremtind/jokul/commit/122474c618ffaafde8e1117df2e985df09166cda)) |
{ | ||
"name": "@fremtind/jkl-alert-message-react", | ||
"version": "1.6.3", | ||
"version": "2.0.0", | ||
"publishConfig": { | ||
@@ -38,9 +38,9 @@ "access": "public" | ||
"@babel/runtime": "^7.9.0", | ||
"@fremtind/jkl-alert-message": "^1.3.0", | ||
"@fremtind/jkl-icon-button-react": "^0.4.10", | ||
"@fremtind/jkl-alert-message": "^2.0.0", | ||
"@fremtind/jkl-icon-button-react": "^0.4.11", | ||
"classnames": "^2.2.6" | ||
}, | ||
"devDependencies": { | ||
"@fremtind/jkl-core": "^4.21.1", | ||
"@fremtind/jkl-portal-components": "^0.9.7" | ||
"@fremtind/jkl-core": "^5.0.0", | ||
"@fremtind/jkl-portal-components": "^0.10.0" | ||
}, | ||
@@ -60,3 +60,3 @@ "peerDependencies": { | ||
}, | ||
"gitHead": "cd116ec138a7bfbb73e6e04c5451efeb9052374e" | ||
"gitHead": "124f154dba76d6192c15327c47a34346230928c4" | ||
} |
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
33234
+ Added@fremtind/jkl-alert-message@2.0.2(transitive)
- Removed@fremtind/jkl-alert-message@1.3.0(transitive)
- Removed@fremtind/jkl-core@4.21.1(transitive)