- Add setDefaults function PR114
- Add missing dist files PR113
- Handle number type nodes PR110
- Use markdown-to-react-components npm package instead of our fork. Our PR to them is merged and published. PR109
- Handle false values for types PR54
- Fixed a bug which made the
info
to not display and theoptions
parameter to be ignored wheninfo
is not given.PR45
- Add a z-index for rendered items to make the overlay always display on top PR38
- Make the
info
argument optional PR37
- Render the component inside a div element when on inline mode PR34
- Add missing
@kadira/storybook
devDependencies PR25 - Improve prop rendering in jsx source view PR24
- Avoid warning message with "webkitFontSmoothing" PR30
- Remove max-width style rule for wrapper PR31 and PR36
- Improve prop table rendering (handle css resets) PR32
- Fixed unkeyed array iteration warning in React with: PR23
- Improve default display in prop table. See #16
- Improve function type and react element type props display. See #14
- Over-indentation of ending tag in source code is fixed. See #13
- Remove the need to use json-loader with webpack when using this package. See: #12
- Add the version which works as an Storybook addon.