Releases: myheritage/UiZoo.js
Releases Β· myheritage/UiZoo.js
v1.3.0 PropTypes parsing and Module pages! π¦
- Now parsing PropTypes in addition to JSDoc to combine both with more information.
- Modules have their own page now where you can see a list of all the first examples of the components in that module.
- Side Bar improvements: Fuzzy search, better sorting, nicer style.
- Component Pages: if an example don't use the component of the page as the root - then there will be an open editor, to change the example however you want, instead of props selectors.
- Added home page to '/' route.
- Bug fixes: allow .jsx extension, support 'flow', show error "state" only on the culprit component
v1.2.2
- Replacing live example host to be on github pages, now on: https://myheritage.github.io/UiZoo.js/
- Minor bug fixes.
v1.2.1 Object Selector βοΈ
Adding special Object param-type selector.
v1.2.0 - CLI party π»π
Change list:
- Created a zero-configuration CLI. In a directory just do:
npm i -g uizoo && uizoo
- Updated ReadMe with how to use the CLI.
- Re-ordered directories and cleanup of unused code.
- default rootElement is now a new element instead of an arbitrary className element.
v1.1.1
Updates in version:
- Live JSX by declaring a prop as 'node', 'ReactElement' or 'React.ReactElement'.
- Example index now has an indication in the url. You can now share examples with coworkers and friends or just return to the same place when refreshing.
- Updating to React 16
- Updating to rollup 0.50 and replacing babel with buble for even slimmer bundle.
- Bug fixes (weird errors on refresh, error-modal breaking when too much content, open-text selectors height is not right on initial mounting).
- Updating Readme with better images and the new features.
1.0.1
1.0.0 initial release
Merge pull request #31 from myheritage/develop updating readme with npm repo