Skip to content

Commit 0c22a9f

Browse files
committed
chore: display deps and update roadmap
1 parent 09db503 commit 0c22a9f

File tree

2 files changed

+12
-8
lines changed

2 files changed

+12
-8
lines changed

.husky/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
_

README.md

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55
[![NPM version][npm-image]][npm-url]
66
[![License][license-image]][license-url]
77
[![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]
811

912
[action-image]: https://github.com/mikbry/material-ui-color/workflows/Build%20and%20Deploy/badge.svg
1013
[action-url]: https://mikbry.github.io/material-ui-color/
@@ -16,6 +19,12 @@
1619
[License-url]:https://github.com/mikbry/material-ui-color/blob/master/LICENSE
1720
[min-image]:https://badgen.net/bundlephobia/min/material-ui-color
1821
[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
1928

2029
> Collections of color components for [material-ui](https://github.com/mui-org/material-ui). No dependencies, small, highly customizable and theming support !
2130
@@ -182,14 +191,8 @@ export const Container = () => (
182191

183192
## Roadmap
184193

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
193196
- rtl support
194197
- ColorInput : display alpha and size according to MUi
195198
- ColorInput : optional color box as left or right icon

0 commit comments

Comments
 (0)