Skip to content

Latest commit

 

History

History
156 lines (93 loc) · 4.71 KB

CHANGELOG.md

File metadata and controls

156 lines (93 loc) · 4.71 KB

Change Log

v3.10.1

07-Dec-2016

Fix a react warning about missing contentLabel property PR66

v3.10.0

05-Dec-2016

Storybook keyboard shortcuts are disabled when the user is focused into a textarea, input or similar elements. PR65

v3.9.0

30-Nov-2016

Some design tweaks to the UI. PR64

v3.8.0

16-Nov-2016

Replace the use of Redux with Podda. Now it's pretty easy to work with the system. PR61

v3.7.0

13-Nov-2016

Use the new React Komposer. It's a bit more lightweight and high performant. PR58

v3.6.4

12-Nov-2016

Avoid preview re-mounting when switching to the full screen mode. PR59

v3.6.3

17-Oct-2016

  • Improve shortcut help view for Windows users PR54

v3.6.2

04-Oct-2016

  • Fix a style regression introduced by the previous PR. See: PR47

v3.6.1

29-Sep-2016

  • Use links in story list for accessibility PR43

v3.6.0

27-Sep-2016

  • Dynamic Panel titles PR42

v3.5.0

26-Sep-2016

  • Set layout state with provider api PR41

v3.4.1

2-Sep-2016

  • Call the onStory callback as soon as it listens. PR38

v3.4.0

2-Sep-2016

  • Custom query params are not stored in a separate object. PR37

v3.3.4

30-Aug-2016

  • Add missing react-dom peerDependency PR35

v3.3.3

30-Aug-2016

  • Avoid re-rendering panel content PR36

v3.3.2

24-Aug-2016

  • When some url params are already present ui is displayed in the default way. PR33

v3.3.1

24-Aug-2016

  • Avoid adding custom query params to the state if its undefined. PR32
  • Prevent emit story event for every redux store change. PR31

v3.3.0

23-Aug-2016

  • Add 'setQueryParams' and 'getQueryParams' to api. PR30
  • Selected down panel in url. PR29

v3.2.0

09-Aug-2016

Support multiple callbacks for the provider's onStory callback.

v3.1.1

05-Aug-2016

Update react-fuzzy to version 0.3.3.

v3.1.0

05-Aug-2016

Add support for NPM2.

Basically, we remove the NPM3 from the package.json's engine. We also changed the example app to work with NPM2.

v3.0.0

  • Remove Action Logger and add support for custom panels PR22

v2.6.1

  • Remove some React warnings due to bad code.

v2.6.0

  • Remove logger name with the updated react-inspector. PR21

v2.5.0

  • API to set options added. PR20
  • Ability to dock action logger in right. PR18
  • Add transition to latest added log. PR16

v2.4.0

  • Show cross only if text present in the filter box. PR13
  • Update react-fuzzy. PR12
  • Improved logging with react-inspector. PR11

v2.3.0

  • Add support for Redux DevTools extension. See PR8.
  • Add fuzzy search support with a brand new search overlay. See PR7.

v2.2.0

  • Add fullscreen and other shortcut state to the URL. See PR5

v2.1.1

  • Add a hacking guide.
  • Refactored the module code base and removed provider code.

v2.1.0

  • When creating the provider, it's required to extend from the base Provider. See this example for more info.

v2.0.0

  • Expose the whole Manager UI from this module. See the usage in react-storybook.