@material/slider
Advanced tools
Comparing version 4.0.0-canary.199534d61.0 to 4.0.0-canary.22d7ad2fb.0
@@ -6,2 +6,18 @@ # Change Log | ||
# [4.0.0-canary.22d7ad2fb.0](https://github.com/material-components/material-components-web/compare/v3.2.0...v4.0.0-canary.22d7ad2fb.0) (2019-10-15) | ||
### Code Refactoring | ||
* **slider:** Functional slider tick visuals with css background ([#4756](https://github.com/material-components/material-components-web/issues/4756)) ([8f851d9](https://github.com/material-components/material-components-web/commit/8f851d9)) | ||
### BREAKING CHANGES | ||
* **slider:** remove adapter methods `appendTrackMarkers`, `removeTrackMarkers `, `setLastTrackMarkersStyleProperty `, and add adapter method `setTrackMarkers`. | ||
# [4.0.0-canary.199534d61.0](https://github.com/material-components/material-components-web/compare/v3.2.0...v4.0.0-canary.199534d61.0) (2019-09-27) | ||
@@ -8,0 +24,0 @@ |
{ | ||
"name": "@material/slider", | ||
"version": "4.0.0-canary.199534d61.0", | ||
"version": "4.0.0-canary.22d7ad2fb.0", | ||
"description": "The Material Components for the web slider component", | ||
@@ -24,12 +24,12 @@ "main": "dist/mdc.slider.js", | ||
"dependencies": { | ||
"@material/animation": "^4.0.0-canary.199534d61.0", | ||
"@material/base": "^4.0.0-canary.199534d61.0", | ||
"@material/dom": "^4.0.0-canary.199534d61.0", | ||
"@material/feature-targeting": "^4.0.0-canary.199534d61.0", | ||
"@material/rtl": "^4.0.0-canary.199534d61.0", | ||
"@material/theme": "^4.0.0-canary.199534d61.0", | ||
"@material/typography": "^4.0.0-canary.199534d61.0", | ||
"@material/animation": "^4.0.0-canary.22d7ad2fb.0", | ||
"@material/base": "^4.0.0-canary.22d7ad2fb.0", | ||
"@material/dom": "^4.0.0-canary.22d7ad2fb.0", | ||
"@material/feature-targeting": "^4.0.0-canary.22d7ad2fb.0", | ||
"@material/rtl": "^4.0.0-canary.22d7ad2fb.0", | ||
"@material/theme": "^4.0.0-canary.22d7ad2fb.0", | ||
"@material/typography": "^4.0.0-canary.22d7ad2fb.0", | ||
"tslib": "^1.9.3" | ||
}, | ||
"gitHead": "c35810420b70c99e38a1438e1fd44e4bb84e21be" | ||
"gitHead": "bdc05bd56f8cbc11face1f0f2787fdb17f450fe3" | ||
} |
362855