@smui/switch
Advanced tools
Comparing version
@@ -6,2 +6,32 @@ # Change Log | ||
# [6.0.0-beta.0](https://github.com/hperrin/svelte-material-ui/compare/v5.0.1...v6.0.0-beta.0) (2021-11-17) | ||
### Bug Fixes | ||
* get sass compiling for all packages ([6405961](https://github.com/hperrin/svelte-material-ui/commit/6405961324c340098f00b942ecbffe9071f0c01d)) | ||
* rm deprecation warn by updating to material 12 + breaking changes ([e3e95e1](https://github.com/hperrin/svelte-material-ui/commit/e3e95e1c3e499e5332cac6d15790505db58d268d)) | ||
* update other packages, move svelte to peerDependencies ([2c1b137](https://github.com/hperrin/svelte-material-ui/commit/2c1b1370e10503110421bd66bcb31a81e57cf182)) | ||
* use mdc-web's sass imports and include sass from dev packages ([5ccdf53](https://github.com/hperrin/svelte-material-ui/commit/5ccdf532921d884aab71661c520c33b1b06ac7bd)) | ||
### Features | ||
* add margin to switch, clean up no longer needed sass ([312372d](https://github.com/hperrin/svelte-material-ui/commit/312372d34f50b2e2373763185c9300529c116923)) | ||
* added ability to remove switch icons ([bab3fec](https://github.com/hperrin/svelte-material-ui/commit/bab3fec8484192cf53cf91a885f68e304d7487a4)) | ||
* migrate switch to new mdc-web version ([943795f](https://github.com/hperrin/svelte-material-ui/commit/943795f5ca75f543cb0b201dc05ba27ba9ecae81)) | ||
* new package directory structure, include stripped svelte files so no preprocess needed ([382e78d](https://github.com/hperrin/svelte-material-ui/commit/382e78dc4d9b6ddfd7832bdfd90bad0cea402b1d)) | ||
* remove styled endpoints and update readme and installation docs ([c8755d4](https://github.com/hperrin/svelte-material-ui/commit/c8755d41a24658b927089f8193d18b30df28e2a7)) | ||
* upgrade mdc-web packages to v13 ([9f0457f](https://github.com/hperrin/svelte-material-ui/commit/9f0457f3bcd8c451c66392fc2a19bc60b5f1e958)) | ||
### BREAKING CHANGES | ||
* No more styled endpoints, so the advanced styling | ||
method now requires that you import the Sass yourself. | ||
## [5.0.1](https://github.com/hperrin/svelte-material-ui/compare/v5.0.0...v5.0.1) (2021-11-16) | ||
@@ -8,0 +38,0 @@ |
{ | ||
"name": "@smui/switch", | ||
"version": "5.0.1", | ||
"version": "6.0.0-beta.0", | ||
"description": "Svelte Material UI - Switch", | ||
"type": "module", | ||
"module": "index.js", | ||
"types": "index.d.ts", | ||
"module": "dist/index.js", | ||
"types": "src/index.ts", | ||
"keywords": [ | ||
@@ -18,5 +18,6 @@ "svelte", | ||
"scripts": { | ||
"build": "npm run build:js && npm run build:sass", | ||
"build:js": "tsc", | ||
"build:sass": "sass --no-source-map -I node_modules -I ../../node_modules _style.scss bare.css", | ||
"build": "npm run build:js && npm run build:svelte && npm run build:sass", | ||
"build:js": "tsc -p . --outDir dist/ --rootDir src/", | ||
"build:svelte": "svelte-strip strip src/ dist", | ||
"build:sass": "sass --no-source-map -I node_modules -I ../smui-theme/node_modules -I ../../node_modules _style.scss bare.css", | ||
"clean": "git status --ignored -u --porcelain . | grep -v node_modules/ | grep -e '^!! ' | sed 's/^!! packages\\/[a-z-]*\\///g' | tr '\\n' ' ' | xargs rm", | ||
@@ -39,15 +40,17 @@ "prepare": "npm run build", | ||
"dependencies": { | ||
"@material/density": "^11.0.0", | ||
"@material/switch": "^11.0.0", | ||
"@smui/common": "^5.0.1", | ||
"@smui/ripple": "^5.0.1", | ||
"svelte2tsx": "^0.4.6" | ||
"@material/feature-targeting": "^13.0.0", | ||
"@material/switch": "^13.0.0", | ||
"@material/theme": "^13.0.0", | ||
"@smui/common": "^6.0.0-beta.0", | ||
"@smui/ripple": "^6.0.0-beta.0", | ||
"svelte2tsx": "^0.4.8" | ||
}, | ||
"devDependencies": { | ||
"@tsconfig/svelte": "^2.0.1", | ||
"sass": "~1.39.2", | ||
"sass": "^1.43.4", | ||
"svelte-strip": "^1.0.0", | ||
"tslib": "^2.3.1", | ||
"typescript": "^4.4.2" | ||
"typescript": "^4.4.4" | ||
}, | ||
"gitHead": "164cfdec3a46175a3ab2c1db12298b3d566a36b2" | ||
"gitHead": "e3eacd1b9f5714d4ce66d93b45d8c97c905e732d" | ||
} |
@@ -43,2 +43,2 @@ # Svelte Material UI - Switch | ||
See [Switch](https://github.com/material-components/material-components-web/tree/v11.0.0/packages/mdc-switch) in MDC-Web for information about the upstream library's architecture. | ||
See [Switch](https://github.com/material-components/material-components-web/tree/v13.0.0/packages/mdc-switch) in MDC-Web for information about the upstream library's architecture. |
@@ -9,4 +9,4 @@ { | ||
}, | ||
"include": ["**/*.ts", "**/*.svelte"], | ||
"include": ["src/**/*.ts", "src/**/*.svelte"], | ||
"exclude": ["node_modules/*", "**/*.spec.ts"] | ||
} |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
82105
44.71%911
58.16%6
20%5
25%21
-8.7%3
50%+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
Updated
Updated
Updated
Updated