805 Commits

Author SHA1 Message Date
Michael Shilman
394cc91637 v5.1.0-alpha.2 2019-03-08 18:36:07 +08:00
Michael Shilman
ed9b342742 v5.1.0-alpha.1 2019-03-07 22:13:18 +08:00
Alex Wilson
ca63d0ec9a
Merge branch 'next' into performance-fix-knob-change-debouncing 2019-03-07 00:39:05 -05:00
codebyalex
8aa71c5382 modified debounce logic to use lodash rather than custom timeout code 2019-03-07 00:37:57 -05:00
Michael Shilman
a05491b07a v5.1.0-alpha.0 2019-03-06 10:39:47 +08:00
Norbert de Langen
f712f0c702 REMOVE unnecessary console.log 2019-03-05 23:22:18 +01:00
Norbert de Langen
95b8cadc3a Merge branch 'next' into tech/upgrades
# Conflicts:
#	addons/actions/package.json
#	addons/backgrounds/package.json
#	addons/cssresources/package.json
#	addons/events/package.json
#	addons/google-analytics/package.json
#	addons/info/package.json
#	addons/jest/package.json
#	addons/ondevice-backgrounds/package.json
#	addons/ondevice-knobs/package.json
#	addons/ondevice-notes/package.json
#	addons/options/package.json
#	addons/storyshots/storyshots-core/package.json
#	addons/storyshots/storyshots-puppeteer/package.json
#	addons/storysource/package.json
#	addons/viewport/package.json
#	app/ember/package.json
#	examples/angular-cli/package.json
#	examples/cra-kitchen-sink/package.json
#	examples/cra-ts-kitchen-sink/package.json
#	examples/ember-cli/package.json
#	examples/mithril-kitchen-sink/package.json
#	examples/official-storybook/package.json
#	examples/riot-kitchen-sink/package.json
#	examples/vue-kitchen-sink/package.json
#	lib/core/package.json
#	yarn.lock
2019-03-05 22:48:38 +01:00
Michael Shilman
f2b625bab0 Merge master into next after 5.0.0 release 2019-03-06 02:08:02 +08:00
Norbert de Langen
d7417dec19 Merge branch 'next' into tech/upgrades
# Conflicts:
#	addons/knobs/package.json
#	yarn.lock
2019-03-05 10:56:25 +01:00
Simen Bekkhus
a2e5e63940
chore: move react-select dependency to 2.2
Version 2.3 went from emotion 10 to emotion 9, causing issues with code dedupe for us (since yarn decided to hoist differently).

2.3 is still en semver range here, but this allows us to lock down the older version
2019-03-05 09:32:20 +01:00
Norbert de Langen
8b28b30163 FIX tests 2019-03-04 21:56:30 +01:00
CodeByAlex
c15e07a646 edited variable name 2019-03-01 19:18:58 -05:00
CodeByAlex
429752a546 added debouncing at 155ms between each keypress before the forceReRender function is called 2019-03-01 11:17:54 -05:00
Norbert de Langen
cd3105ee0f Merge branch 'next' into tech/upgrades
# Conflicts:
#	addons/jest/package.json
#	examples/angular-cli/package.json
#	lib/components/package.json
#	yarn.lock
2019-02-28 00:39:32 +01:00
Norbert de Langen
79d2cd11d0 REFACTOR no scroller around Tabs content, instead force scroll on child
This I hacky, I know but we need to scroll over content, without the Actionbar component, that should stick.

I'd like to refactor the Tabs component so it can render ActionBar independently, but that a bigger overhaul,
then I feel comfortable with at the moment.

Most of our addons will show a custom scrollbar now, but it's a manual process, the addon rendering is taking control
over scrolling.

Instead I'd like tabs to be in control of scrolling, but that's currently not feasable with how ActionBar works.
2019-02-27 17:31:00 +01:00
Gaëtan Maisse
7dd965bc8e fix: remove call to forceReRender() on STORY_CHANGED in addon knobs
This call is no necessary because it's already done by SB core.

Closes https://github.com/storybooks/storybook/issues/5382.
2019-02-25 20:05:27 +01:00
Norbert de Langen
37e3172512 UPGRADE more 2019-02-25 11:59:36 +01:00
Norbert de Langen
288b445f44 UPGRADE stuff 2019-02-24 21:49:05 +01:00
Norbert de Langen
564ddb8a7f Merge branch 'next' into tech/cleanup-unused-dependencies
# Conflicts:
#	addons/a11y/package.json
#	addons/cssresources/package.json
#	addons/storyshots/storyshots-core/package.json
#	app/angular/package.json
#	app/ember/package.json
#	app/html/package.json
#	app/marko/package.json
#	app/mithril/package.json
#	app/polymer/package.json
#	app/preact/package.json
#	app/riot/package.json
#	app/svelte/package.json
#	app/vue/package.json
#	lib/components/package.json
#	lib/core/package.json
#	lib/theming/package.json
#	lib/ui/package.json
#	yarn.lock
2019-02-24 19:32:23 +01:00
Norbert de Langen
51334ebfa2
Merge pull request #5643 from greysteil/package-directories
Add directory attribute to repositories in package.json files
2019-02-20 11:32:38 +01:00
Grey Baker
70925b9895 Add directory attribute to repositories in package.json files 2019-02-18 10:26:03 +00:00
Michael Shilman
a6fcf4126b Update storyshots 2019-02-18 18:11:48 +08:00
Tom Coleman
b47820cede UPDATE snapshots 2019-02-18 12:30:33 +11:00
domyen
06ec78c20c Fix spacing bug on knobs date component 2019-02-15 12:20:22 -05:00
Norbert de Langen
ceb379c101 Merge branch 'next' into tech/cleanup-unused-dependencies
# Conflicts:
#	addons/a11y/package.json
#	addons/actions/package.json
#	addons/cssresources/package.json
#	addons/info/package.json
#	addons/jest/package.json
#	addons/storyshots/storyshots-core/package.json
#	app/angular/package.json
#	app/ember/package.json
#	app/html/package.json
#	app/marko/package.json
#	app/mithril/package.json
#	app/polymer/package.json
#	app/preact/package.json
#	app/react/package.json
#	app/riot/package.json
#	app/svelte/package.json
#	app/vue/package.json
#	lib/components/package.json
#	lib/core/package.json
#	lib/router/package.json
#	lib/theming/package.json
#	lib/ui/package.json
#	yarn.lock
2019-02-15 00:25:46 +01:00
Michael Shilman
2c6d6ba511 Merge branch 'release/5.0' into next 2019-02-13 17:47:16 +08:00
Michael Shilman
247dd6a353 v5.0.0-beta.3 2019-02-13 11:22:25 +08:00
Michael Shilman
0a965e21b3 v5.0.0-beta.2 2019-02-13 11:15:55 +08:00
Tom Coleman
70b7e43020 Merge remote-tracking branch 'origin/next' into v5-style-refinements 2019-02-13 11:32:36 +11:00
domyen
9bf18c6ebe Update snapshots 2019-02-12 17:44:44 -05:00
domyen
9a50e803e3 Dark theme QA and cleanup 2019-02-12 15:59:51 -05:00
domyen
63a3a7f26b Adjust layout of Knobs && remove hardcoded fontsizes 2019-02-12 14:29:30 -05:00
Michael Shilman
025b9f4888 v5.0.0-beta.2 2019-02-09 11:29:43 +08:00
domyen
07e933ff95 Start theming dark mode 2019-02-08 19:06:43 -05:00
domyen
b15a0ed5e2 Change theme var names 2019-02-08 17:00:55 -05:00
domyen
be822727e1 Polish 2019-02-07 19:26:47 -05:00
domyen
18c00e2413 Minor styling tweaks 2019-02-07 17:02:37 -05:00
domyen
28e2d4f059 Use theme-level borderRadius instead of hardcoding 2019-02-07 15:45:55 -05:00
domyen
f2b8e42bb1 Update styling for Knobs.Color + Form.Field + stories 2019-02-07 15:37:05 -05:00
domyen
65239eefd4 Use Link component instead of raw <a> 2019-02-06 17:50:06 -05:00
domyen
6505ec2bfa Fix regression: Use the buttons from form instead of the other storybook buttons
Temporarily fixes regression from having 2 types of buttons, need to consolidate in the future
2019-02-06 17:43:35 -05:00
domyen
f534311fc3 Refactor the Placeholder API for better backwards compat 2019-02-05 16:34:49 -05:00
domyen
053e132d4e Minor non-breaking tweaks 2019-02-04 14:25:07 -05:00
domyen
343ef6d70a Rename panel_actionbar to ActionBar & update API (see comment)
API updated so consumers don't have to compose ActionBar + ActionButton in situ every usage. This removes needing to export 2 components from @storybook/components and then import them in addons and elsewhere in the UI. What do you think @ndelangen @tmeasday?
2019-02-04 14:04:45 -05:00
Norbert de Langen
f0c70e2117 CLEANUP unused dependencies 2019-02-01 15:48:41 +01:00
Michael Shilman
a146ec37a2 v5.0.0-beta.1 2019-02-01 14:40:26 +08:00
Michael Shilman
50e02297f4 v5.0.0-beta.0 2019-02-01 14:33:30 +08:00
Michael Shilman
6ecf42b4e7 v5.0.0-alpha.11 2019-02-01 02:34:42 +08:00
Norbert de Langen
b1c7a7befc
Merge pull request #5414 from tnbmorais/add-property-name-to-form-fields
Added property name into form fields on addon knobs
2019-01-31 13:26:23 +01:00
Tiago Morais
1aba44043d Added property name into form fields on addon knobs 2019-01-30 14:04:27 +00:00