Michael Shilman
a201adb531
Github org rename to storybookjs ( #6954 )
...
Github org rename to storybookjs
2019-06-03 13:17:27 -07:00
Michael Shilman
bb3e7f71cd
Github org rename to storybookjs
2019-06-03 11:06:42 -07:00
Jack Allen
d35ab0cad5
Updated @storybook/addon-jest README.md installation instructions
2019-06-03 18:06:16 +01:00
Michael Shilman
1317bb14fa
v5.1.0-rc.4
2019-06-02 23:36:17 -07:00
Evan Bacon
cead5bfaf5
Fixed function signature
2019-06-02 17:01:02 -07:00
Michael Shilman
a589ab3987
v5.1.0-rc.3
2019-05-29 23:15:58 -07:00
Michał
07492366fe
make it compatible with new version of read-pkg-up
2019-05-29 19:58:36 +02:00
Norbert de Langen
7c3557099b
FIX an issue where forwardRefs make addon-info throw ( #6859 )
...
FIX an issue where forwardRefs make addon-info throw
2019-05-28 16:58:06 +02:00
Norbert de Langen
f92f28eb51
FIX addon-notes rendering ( #6881 )
...
FIX addon-notes rendering
2019-05-28 16:57:23 +02:00
Michael Shilman
50bd4c3a86
v5.1.0-rc.2
2019-05-27 07:14:35 -07:00
Michael Shilman
6caf544020
Merge pull request #6858 from storybooks/tech/remove-sort-docs
...
REMOVE `sortStoriesByKind` from docs & implementation
2019-05-24 22:52:10 -07:00
Michael Shilman
aa5c224534
v5.1.0-rc.1
2019-05-24 17:56:28 -07:00
Norbert de Langen
99d31f505b
FIX a rendering issue with addon-notes, where whitespace would render all content in codeblock
2019-05-25 00:09:06 +02:00
Luciano Graziani
265fc1e799
Add color inherit to StyledStoryLink
...
This prevents some text to change its original color before/after clicking the link
2019-05-24 21:59:15 +02:00
Norbert de Langen
86d55729ac
Removed overflow: 'auto' from addon centered that causes unnecessary scroll bar ( #6862 )
...
Removed overflow: 'auto' from addon centered that causes unnecessary scroll bar
2019-05-24 11:34:45 +02:00
Norbert de Langen
3f5d71ba8d
Merge branch 'next' into fix/knobs-in-eject-url
2019-05-23 14:03:05 +02:00
Norbert de Langen
c4b1fcec3c
Upgrade CRA preset dependencies to match CRA v3 ( #6589 )
...
Upgrade CRA preset dependencies to match CRA v3
2019-05-23 11:00:54 +02:00
Norbert de Langen
d4ae753259
Merge branch 'next' into pr/Spy-Seth/6589
...
# Conflicts:
# app/react/package.json
# yarn.lock
2019-05-23 09:34:37 +02:00
Alex Wilson
c04d5f3f26
Removed overflow: 'auto' from addon centered that causes unnecessary scroll bar
2019-05-22 22:04:27 -04:00
Norbert de Langen
bac26d1b93
Addon-contexts: component tests and readability improvements ( #6716 )
...
Addon-contexts: component tests and readability improvements
2019-05-23 00:18:38 +02:00
Norbert de Langen
fa2a611905
Fix withLinks decorator ( #6823 )
...
Fix withLinks decorator
2019-05-22 12:59:22 +02:00
Norbert de Langen
b558cbb531
FIX an issue where forwardRefs make addon-info throw
2019-05-22 11:05:01 +02:00
Norbert de Langen
720295a3d6
REMOVE sortStoriesByKind
from docs & implementation
2019-05-22 09:41:13 +02:00
Michael Shilman
35ec834e89
v5.1.0-rc.0
2019-05-21 04:07:28 -07:00
Norbert de Langen
a80daf4930
Fixed Grammar error in Jest addon README.md ( #6829 )
...
Fixed Grammar error in Jest addon README.md
2019-05-20 21:22:05 +02:00
Norbert de Langen
5994174b35
Upgrade lodash to latest ( #6832 )
...
Upgrade lodash to latest
2019-05-20 20:52:11 +02:00
Steph Meslin-Weber
d610259d8b
deps(all): replace old lodash modularised dependencies with recent tree-shakeable ones, add restricted packages eslint rules to avoid lodash modularised usage in future
2019-05-20 11:47:50 +01:00
Leo Y. Li
72926660bd
BUGFIX v5.1.x change breaks Boolean knob ( #6366 )
...
Use ES6 argument default value assignment to handle `undefined` case,
which is never wanted; this prevent `false` cast to empty string (bug).
2019-05-20 00:42:24 -04:00
Alex Wilson
89c5ff904c
Update README.md
...
Fixed grammatical error
2019-05-19 15:01:57 -04:00
Filipp Riabchun
8ddc511e3b
Fix React warning
...
> Setting defaultProps as an instance property on LinkTo is not supported and will be ignored. Instead, define defaultProps as a static property on LinkTo.
2019-05-19 16:13:10 +02:00
Filipp Riabchun
59d0dda714
Fix typings
2019-05-19 15:18:14 +02:00
Filipp Riabchun
66067cc965
Fix withLinks decorator
2019-05-19 15:09:37 +02:00
Norbert de Langen
7a6b33140f
UPGRADES
2019-05-18 23:35:07 +02:00
Norbert de Langen
a6a8dd93fd
UPGRADES
2019-05-18 22:04:17 +02:00
Norbert de Langen
1b8eb42bb2
FIX issue where the customQueryParams weren't being applied to the eject iframe button
2019-05-18 12:48:31 +02:00
Gaëtan Maisse
d1227e21fa
refactor: fix ESLint errors
2019-05-17 22:04:39 +02:00
Gaëtan Maisse
53a6be863e
refactor: improve use of as const
in styles.ts
in addon-centered
2019-05-17 22:04:38 +02:00
Gaëtan Maisse
1fc343e301
refactor: improve typings in storybook/addon-centered
2019-05-17 22:04:38 +02:00
Gaëtan Maisse
2ed923872a
chore: migrate src of addons/centered to Typescript
2019-05-17 22:04:37 +02:00
Gaëtan Maisse
2678c941a1
chore: add tsconfig in addons/centered
2019-05-17 21:18:25 +02:00
Michael Shilman
e14539f712
v5.1.0-beta.1
2019-05-16 13:57:31 +08:00
domyen
fc9a5ca1b5
Update snapshots
2019-05-16 11:06:42 +08:00
Norbert de Langen
a3576cb7a9
FIX snapshots
2019-05-14 16:59:20 +02:00
Michael Shilman
564b11785e
v5.1.0-beta.0
2019-05-10 16:44:58 +08:00
Michael Shilman
d4922ad481
v5.1.0-alpha.40
2019-05-08 23:30:52 +08:00
Norbert de Langen
4064f4ee32
Merge branch 'next' into pr/Spy-Seth/6655
...
# Conflicts:
# lib/router/package.json
# yarn.lock
2019-05-07 17:06:54 +02:00
Norbert de Langen
106f53463f
Merge branch 'next' into pr/Spy-Seth/6655
...
# Conflicts:
# yarn.lock
2019-05-07 16:55:04 +02:00
Norbert de Langen
d3cbdda4fa
Merge branch 'next' into tech/example-for-cra15-support
...
# Conflicts:
# yarn.lock
2019-05-07 16:05:17 +02:00
Norbert de Langen
16281d182a
Merge branch 'next' into pr/Spy-Seth/6655
...
# Conflicts:
# yarn.lock
2019-05-07 14:15:43 +02:00
Norbert de Langen
590f670e46
FIX linting
2019-05-07 13:59:43 +02:00