Skip to content

Commit 13ff0c7

Browse files
author
Mik
committed
docs: readme, update roadmap
1 parent a2ba65c commit 13ff0c7

File tree

1 file changed

+11
-4
lines changed

1 file changed

+11
-4
lines changed

README.md

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -176,20 +176,27 @@ export const Container = () => (
176176

177177
## Roadmap
178178

179-
### v0.3.0 - [Current project](https://github.com/mikbry/material-ui-color-components/projects/1)
179+
### v0.3.0 - [Current version](https://github.com/mikbry/material-ui-color-components/projects/1)
180180
- add Typescript support
181181
- accessibility : keyboard and touch support
182182
- localization
183183
- disable alpha property
184184
- #30, #29, #22 resolved
185-
- better documentation (colorType explained)
185+
- WIP - better documentation: colorType explained, i18n, typescript examples
186186

187-
### v0.4.0
187+
### v0.4.0 - WIP
188188
- optimize code
189-
- more controls for inputs in ColorBox
189+
- redesign inputs in ColorBox
190190
- remove `styled-components` to have less dependencies and reduce size
191191
- bugs fixes
192192

193+
### v0.5.0 - planned
194+
- rtl support
195+
- ColorInput : display alpha and size according to MUi
196+
- ColorInput : optional color box as left or right icon
197+
- ColorPicker: left or right Colorbox
198+
- bugs fixes
199+
193200
## Contribute
194201

195202
Contributions welcome! Read the [contribution guidelines](CONTRIBUTING.md) first.

0 commit comments

Comments
 (0)