mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-04 15:41:15 +08:00
3.4 KiB
3.4 KiB
Change Log
v3.3.0
- Add setDefaults function PR114
v3.2.4
- Add missing dist files PR113
v3.2.3
- Handle number type nodes PR110
v3.2.2
- Use markdown-to-react-components npm package instead of our fork. Our PR to them is merged and published. PR109
v3.2.1
- Handle false values for types PR54
v3.2.0
v3.1.4
v3.1.3
v3.1.2
- Fixed a bug which made the
info
to not display and theoptions
parameter to be ignored wheninfo
is not given.PR45
v3.1.1
- Add a z-index for rendered items to make the overlay always display on top PR38
v3.1.0
- Make the
info
argument optional PR37
v3.0.10
- Render the component inside a div element when on inline mode PR34
v3.0.9
- 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
v3.0.8
- Fixed unkeyed array iteration warning in React with: PR23
v3.0.7
- Improve default display in prop table. See #16
v3.0.6
- Improve function type and react element type props display. See #14
v3.0.5
- Over-indentation of ending tag in source code is fixed. See #13
v3.0.4
- Remove the need to use json-loader with webpack when using this package. See: #12
v3.0.0
- Add the version which works as an Storybook addon.