Skip to content

Releases: myheritage/UiZoo.js

v1.3.0 PropTypes parsing and Module pages! πŸ¦‰

13 Nov 22:04
Compare
Choose a tag to compare
  • 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

14 Oct 15:39
Compare
Choose a tag to compare
  1. Replacing live example host to be on github pages, now on: https://myheritage.github.io/UiZoo.js/
  2. Minor bug fixes.

v1.2.1 Object Selector βš™οΈ

13 Oct 13:17
Compare
Choose a tag to compare

Adding special Object param-type selector.

v1.2.0 - CLI party πŸ»πŸŽ‰

13 Oct 10:24
Compare
Choose a tag to compare

Change list:

  1. Created a zero-configuration CLI. In a directory just do: npm i -g uizoo && uizoo
  2. Updated ReadMe with how to use the CLI.
  3. Re-ordered directories and cleanup of unused code.
  4. default rootElement is now a new element instead of an arbitrary className element.

v1.1.1

09 Oct 17:32
Compare
Choose a tag to compare

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

17 Aug 13:25
Compare
Choose a tag to compare

Minor bug fixes and cleanup:

  • Fixing bug with components displayName in side bar
  • Adding baseRoute to readme example.
  • Removing old vendor file.

1.0.0 initial release

12 Aug 12:36
Compare
Choose a tag to compare
Merge pull request #31 from myheritage/develop

updating readme with npm repo