@smui/floating-label
Advanced tools
Comparing version 7.0.0 to 8.0.0-alpha.0
@@ -6,2 +6,18 @@ # Change Log | ||
# [8.0.0-alpha.0](https://github.com/hperrin/svelte-material-ui/compare/v7.0.0...v8.0.0-alpha.0) (2024-05-13) | ||
### Bug Fixes | ||
* explicitly opt out of runes mode in all components ([96b69f9](https://github.com/hperrin/svelte-material-ui/commit/96b69f9335b8b8cd2d1cbad18df103c1f5a86681)) | ||
### Features | ||
* events for svelte 5, mount events to contexts, event modifiers, remove custom event typing ([52d60b8](https://github.com/hperrin/svelte-material-ui/commit/52d60b8ce9f4796121516bab62a6867f39ae856d)) | ||
# [7.0.0](https://github.com/hperrin/svelte-material-ui/compare/v7.0.0-beta.18...v7.0.0) (2024-05-04) | ||
@@ -8,0 +24,0 @@ |
{ | ||
"name": "@smui/floating-label", | ||
"version": "7.0.0", | ||
"version": "8.0.0-alpha.0", | ||
"description": "Svelte Material UI - Floating Label", | ||
@@ -32,3 +32,3 @@ "type": "module", | ||
"build:js": "tsc -p . --outDir dist/ --rootDir src/", | ||
"build:svelte": "svelte-strip strip src/ dist", | ||
"build:svelte": "cp src/*.svelte dist/", | ||
"build:sass": "sass --no-source-map -I node_modules -I ../smui-theme/node_modules -I ../../node_modules _style.scss bare.css", | ||
@@ -54,3 +54,3 @@ "clean": "git status --ignored -u --porcelain . | grep -v node_modules/ | grep -e '^!! ' | sed 's/^!! packages\\/[a-z-]*\\///g' | tr '\\n' ' ' | xargs rm", | ||
"@material/floating-label": "^14.0.0", | ||
"@smui/common": "^7.0.0", | ||
"@smui/common": "^8.0.0-alpha.0", | ||
"svelte2tsx": "^0.7.8" | ||
@@ -62,7 +62,6 @@ }, | ||
"svelte-check": "^3.7.1", | ||
"svelte-strip": "^3.1.1", | ||
"tslib": "^2.6.2", | ||
"typescript": "^5.4.5" | ||
}, | ||
"gitHead": "95ab1f463dfa189b1cb5b3af2fe32098721667dc" | ||
"gitHead": "de3f79ad5bfd9b15f4d1552f1728d76e72dec842" | ||
} |
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
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
60230
5
3
+ Added@smui/common@8.0.0-alpha.0(transitive)
- Removed@smui/common@7.0.0(transitive)
Updated@smui/common@^8.0.0-alpha.0