flowbite-svelte
Advanced tools
Comparing version 0.13.3 to 0.13.4
@@ -5,2 +5,14 @@ # Changelog | ||
### [0.13.4](https://github.com/shinokada/flowbite-svelte/compare/v0.13.2...v0.13.4) (2022-04-12) | ||
### Bug Fixes | ||
* add sitemap footer darkmode ([72fe322](https://github.com/shinokada/flowbite-svelte/commit/72fe3227e472187101c12ef89e10ada77624fc25)) | ||
* enable scrolling in modals (fixes [#23](https://github.com/shinokada/flowbite-svelte/issues/23)) ([8e60319](https://github.com/shinokada/flowbite-svelte/commit/8e603198988a3a03a56414f4e26143bb54ff0c92)) | ||
* removed prismjs from package.json and layouts ([dd9ad11](https://github.com/shinokada/flowbite-svelte/commit/dd9ad110193e176ad8127f9c556105d3da854b26)) | ||
* sidebar menu covers screen and it doesn't allow to click any links ([879c886](https://github.com/shinokada/flowbite-svelte/commit/879c886b5134908f1e4e9365c13df9bae372acd0)) | ||
* update sidebar menu to close after clicking a link ([ae9a36c](https://github.com/shinokada/flowbite-svelte/commit/ae9a36c2d9705c664de91a6870b7603ccffbece2)) | ||
* update sidebar menu to close it when you click outside of the sidebar ([30c6026](https://github.com/shinokada/flowbite-svelte/commit/30c6026f8f5fec945e97de18585f5665ca6ddbae)) | ||
### [0.12.6](https://github.com/shinokada/flowbite-svelte/compare/v0.12.5...v0.12.6) (2022-04-05) |
{ | ||
"name": "flowbite-svelte", | ||
"version": "0.13.3", | ||
"version": "0.13.4", | ||
"description": "Flowbite components for Svelte", | ||
@@ -15,3 +15,3 @@ "main": "./package/index.js", | ||
"devDependencies": { | ||
"@codewithshin/svelte-sidebar": "^0.4.5", | ||
"@codewithshin/svelte-sidebar": "^0.4.7", | ||
"@codewithshin/svelte-simpleicons": "^0.2.2", | ||
@@ -51,3 +51,5 @@ "@codewithshin/svelte-utterances": "^0.1.2", | ||
"alert", | ||
"avatar", | ||
"badges", | ||
"button-groups", | ||
"buttons", | ||
@@ -57,6 +59,14 @@ "cards", | ||
"footer", | ||
"forms", | ||
"list group", | ||
"modals", | ||
"navbar", | ||
"paginations", | ||
"progress bars", | ||
"sidebars", | ||
"spinners", | ||
"tables", | ||
"tabs", | ||
"timelines", | ||
"toasts", | ||
"tooltip" | ||
@@ -63,0 +73,0 @@ ], |
@@ -126,2 +126,6 @@ # FLOWBITE-SVELTE | ||
## Table components | ||
- [Tables](https://flowbite-svelte.vercel.app/tables) | ||
## Timeline components | ||
@@ -128,0 +132,0 @@ |
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
317664
153