Skip to content

Latest commit

 

History

History
169 lines (58 loc) · 3.96 KB

CHANGELOG.md

File metadata and controls

169 lines (58 loc) · 3.96 KB

1.9.2 (2015-11-25)

Bug Fixes

  • docs: updating the docgen-loader version (437e7cd)

1.9.1 (2015-11-25)

Bug Fixes

  • entry: Fixed problems with multiple exports in components (066f030)

1.8.0 (2015-11-24)

Features

  • docs: Added markdown parse which finds .md files in the components folder and adds the (c16a71f)

1.7.14 (2015-11-24)

Bug Fixes

  • proplist: Fixed wrong formatting of shape. Small css changes (5f5767c)

1.7.12 (2015-11-24)

Bug Fixes

  • sidebar: Show only component header when there are more than 1 fixtured component (90de9db)

1.7.10 (2015-11-23)

Bug Fixes

  • editor: The editor was not updating when prev and next fixtures name was the same. Fixed (fee859b)

1.7.9 (2015-11-23)

Bug Fixes

  • props: Added one more check (2d5cc40)

1.7.7 (2015-11-23)

Bug Fixes

  • props: Missing check in propList so sometimes few types werent displaying (ed95692)

1.7.6 (2015-11-23)

Bug Fixes

  • preview: still a better check in preview (0b296bb)

1.7.5 (2015-11-23)

Bug Fixes

  • preview: Better check for state in the preview component (56c2c5d)

1.7.4 (2015-11-23)

Bug Fixes

  • markup: Added more checks to the markup parser to handle objects and fundtions as props (4d1deb5)

1.7.2 (2015-11-22)

Bug Fixes

  • markup: Added check for value in markup to not try trim if it is === true (1ff4e99)

1.7.1 (2015-11-22)

Bug Fixes

  • markup: Trimming key and value (c102858)

1.7.0 (2015-11-22)

Features

  • editor: Added linting to the editor to indicate when there are errors in the fixture cod (e71a9b2)

  • preview: Added state to the fitures and made it work from Component <> Editor. closes #9 (281f3bb), closes #9