# Roadmap Features

## Refactor typings

- remove repetitions in component types
- refactor common types

## Changelog of every component

- add CHANGELOG.md to every component
- add decorator to storybook with changelog info

## Storybook

- add jest testing
- add screenshot testing
- When storybook have change knobs via actions, we will delete Stage decorator, delete '\$FlowFixMe' in stories and add new actions logic [feat(addon-knobs): add onChange option #3909](https://github.com/storybookjs/storybook/pull/3909)
- When storybook can correctly parse flow types, we will need to refactor PropTable and add automatic creation of knobs. It seems [Support for importing types #352](https://github.com/reactjs/react-docgen/pull/352) may resolve the problem
