|
5 | 5 | [![NPM version][npm-image]][npm-url] |
6 | 6 | [![License][license-image]][license-url] |
7 | 7 | [![minisize][min-image]][min-url] |
| 8 | +[![dependency status][deps-svg]][deps-url] |
| 9 | +[![dev dependency status][dev-deps-svg]][dev-deps-url] |
| 10 | +[![peer dependency status][peer-deps-svg]][peer-deps-url] |
8 | 11 |
|
9 | 12 | [action-image]: https://github.com/mikbry/material-ui-color/workflows/Build%20and%20Deploy/badge.svg |
10 | 13 | [action-url]: https://mikbry.github.io/material-ui-color/ |
|
16 | 19 | [License-url]:https://github.com/mikbry/material-ui-color/blob/master/LICENSE |
17 | 20 | [min-image]:https://badgen.net/bundlephobia/min/material-ui-color |
18 | 21 | [min-url]:https://bundlephobia.com/result?p=material-ui-color |
| 22 | +[deps-svg]: https://david-dm.org/mikbry/material-ui-color.svg |
| 23 | +[deps-url]: https://david-dm.org/mikbry/material-ui-color |
| 24 | +[dev-deps-svg]: https://david-dm.org/mikbry/material-ui-color/dev-status.svg |
| 25 | +[dev-deps-url]: https://david-dm.org/mikbry/material-ui-color#info=devDependencies |
| 26 | +[peer-deps-svg]: https://david-dm.org/mikbry/material-ui-color/peer-status.svg |
| 27 | +[peer-deps-url]: https://david-dm.org/mikbry/material-ui-color#info=peerDependencies |
19 | 28 |
|
20 | 29 | > Collections of color components for [material-ui](https://github.com/mui-org/material-ui). No dependencies, small, highly customizable and theming support ! |
21 | 30 |
|
@@ -182,14 +191,8 @@ export const Container = () => ( |
182 | 191 |
|
183 | 192 | ## Roadmap |
184 | 193 |
|
185 | | -### v0.4.7 - [Latest version](https://github.com/mikbry/material-ui-color/projects/3) |
186 | | -- feat: ColorPicker when using onChange with defaultValue don't create a controlled component #100 |
187 | | -- fix: openAtStart=true wrong positionning #68 |
188 | | -- feat: ColorPicker support disable 'plain' textfield format #82 |
189 | | -- fix: Can't make localisation to work (Typescript) #84 |
190 | | -### v0.4.8 - [Current version](https://github.com/mikbry/material-ui-color/releases/tag/v0.4.8) |
191 | | -- fix: wrong margin for Inputs #105 |
192 | | -### v0.5.0 - planned |
| 194 | +### v0.4.11 - [Current version](https://github.com/mikbry/material-ui-color/releases/tag/v0.4.11) |
| 195 | +### v1.0.0 - soon |
193 | 196 | - rtl support |
194 | 197 | - ColorInput : display alpha and size according to MUi |
195 | 198 | - ColorInput : optional color box as left or right icon |
|
0 commit comments