3775 Commits

Author SHA1 Message Date
Norbert de Langen
88ec8de571 Merge branch 'next' into core/managed-addon-state
# Conflicts:
#	.teamcity/OpenSourceProjects_Storybook/buildTypes/OpenSourceProjects_Storybook_Bootstrap.kt
#	docs/src/pages/addons/writing-addons/index.md
#	docs/yarn.lock
#	examples/official-storybook/package.json
#	lib/ui/src/containers/preview.js
#	package.json
2019-06-05 15:21:43 +02:00
Michael Shilman
70d6fcdcbe v5.1.0-rc.5 2019-06-04 10:56:14 -07:00
Michael Shilman
8792884af8
Merge pull request #6847 from CodeByAlex/feature/jest-design-changes
Feature/jest design changes
2019-06-04 10:25:45 -07:00
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
codebyalex
6aee89a4a2 modified the jest panel to show the passing percentage below the progress bar and moved the title above the rest of the content 2019-05-21 05:56:31 -04:00
codebyalex
7ede71c014 changed the error message color from a dark grey to a lighter grey to increase readability 2019-05-21 05:51:55 -04:00
codebyalex
145cf1e589 set indicator size to fit the content rather than to a min width 2019-05-21 05:49:59 -04:00
Norbert de Langen
3e80cf3987 Merge branch 'next' into core/managed-addon-state
# Conflicts:
#	docs/yarn.lock
2019-05-21 00:33:52 +02: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
Norbert de Langen
1e850c9f36 Merge branch 'next' into core/managed-addon-state
# Conflicts:
#	examples/official-storybook/package.json
2019-05-16 11:26:13 +02:00
Norbert de Langen
8d1e304570 CHANGE description of design asset addon && FIX indentation && CLEAMUP 2019-05-16 11:23:49 +02:00
Michael Shilman
e14539f712 v5.1.0-beta.1 2019-05-16 13:57:31 +08:00