07-Dec-2016
Fix a react warning about missing contentLabel
property PR66
05-Dec-2016
Storybook keyboard shortcuts are disabled when the user is focused into a textarea, input or similar elements. PR65
30-Nov-2016
Some design tweaks to the UI. PR64
16-Nov-2016
Replace the use of Redux with Podda. Now it's pretty easy to work with the system. PR61
13-Nov-2016
Use the new React Komposer. It's a bit more lightweight and high performant. PR58
12-Nov-2016
Avoid preview re-mounting when switching to the full screen mode. PR59
17-Oct-2016
- Improve shortcut help view for Windows users PR54
04-Oct-2016
- Fix a style regression introduced by the previous PR. See: PR47
29-Sep-2016
- Use links in story list for accessibility PR43
27-Sep-2016
- Dynamic Panel titles PR42
26-Sep-2016
- Set layout state with provider api PR41
2-Sep-2016
- Call the onStory callback as soon as it listens. PR38
2-Sep-2016
- Custom query params are not stored in a separate object. PR37
30-Aug-2016
- Add missing react-dom peerDependency PR35
30-Aug-2016
- Avoid re-rendering panel content PR36
24-Aug-2016
- When some url params are already present ui is displayed in the default way. PR33
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
23-Aug-2016
09-Aug-2016
Support multiple callbacks for the provider's onStory callback.
05-Aug-2016
Update react-fuzzy to version 0.3.3.
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.
- Remove Action Logger and add support for custom panels PR22
- Remove some React warnings due to bad code.
- Remove logger name with the updated react-inspector. PR21
- API to set options added. PR20
- Ability to dock action logger in right. PR18
- Add transition to latest added log. PR16
- Show cross only if text present in the filter box. PR13
- Update react-fuzzy. PR12
- Improved logging with react-inspector. PR11
- Add support for Redux DevTools extension. See PR8.
- Add fuzzy search support with a brand new search overlay. See PR7.
- Add fullscreen and other shortcut state to the URL. See PR5
- Add a hacking guide.
- Refactored the module code base and removed provider code.
- When creating the provider, it's required to extend from the base Provider. See this example for more info.
- Expose the whole Manager UI from this module. See the usage in react-storybook.