325 Commits

Author SHA1 Message Date
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
852a34be01 Syntax colors respond to light vs dark themes 2019-02-12 14:33:38 -05:00
dependabot[bot]
5763e0153c
Bump @emotion/core from 10.0.6 to 10.0.7
Bumps [@emotion/core](https://github.com/emotion-js/emotion) from 10.0.6 to 10.0.7.
- [Release notes](https://github.com/emotion-js/emotion/releases)
- [Changelog](https://github.com/emotion-js/emotion/blob/master/CHANGELOG.md)
- [Commits](https://github.com/emotion-js/emotion/commits)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-02-12 06:01:39 +00:00
dependabot[bot]
8a7759995e
Bump emotion-theming from 10.0.6 to 10.0.7
Bumps [emotion-theming](https://github.com/emotion-js/emotion) from 10.0.6 to 10.0.7.
- [Release notes](https://github.com/emotion-js/emotion/releases)
- [Changelog](https://github.com/emotion-js/emotion/blob/master/CHANGELOG.md)
- [Commits](https://github.com/emotion-js/emotion/commits)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-02-11 05:26:36 +00:00
Michael Shilman
025b9f4888 v5.0.0-beta.2 2019-02-09 11:29:43 +08:00
Tom Coleman
9c244144bb Merge remote-tracking branch 'origin/next' into v5-style-refinements 2019-02-01 19:51:07 +11: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
domyen
c208250b28 Merge branch 'next' into v5-style-refinements 2019-01-31 19:29:32 -05:00
domyen
4d915a8cfe ADD Global styles to app and storybook 2019-01-31 17:15:58 -05:00
Michael Shilman
6ecf42b4e7 v5.0.0-alpha.11 2019-02-01 02:34:42 +08:00
Michael Shilman
aed4c6c3c5 v5.0.0-alpha.10 2019-01-28 12:44:31 +08:00
Michael Shilman
dadd88fdec v5.0.0-alpha.9 2019-01-23 21:37:56 +08:00
Michael Shilman
80cb13b705 v5.0.0-alpha.8 2019-01-22 17:09:13 +08:00
Michael Shilman
d262ca75a0 v5.0.0-alpha.7 2019-01-20 16:45:09 +08:00
Michael Shilman
2d644bc527 v5.0.0-alpha.6 2019-01-19 00:04:18 +08:00
Michael Shilman
2176cc520f v5.0.0-alpha.5 2019-01-17 16:43:13 +08:00
Michael Shilman
8eb726c746 v5.0.0-alpha.4 2019-01-17 01:06:58 +08:00
Michael Shilman
a1e432fc7a v5.0.0-alpha.3 2019-01-16 12:13:13 +08:00
Michael Shilman
523030f33e v5.0.0-alpha.2 2019-01-16 10:52:27 +08:00
Norbert de Langen
ef3b1b92dd
Merge branch 'next' into tech/storybook-theming
# Conflicts:
#	addons/a11y/package.json
#	addons/actions/package.json
#	addons/backgrounds/package.json
#	addons/events/package.json
#	addons/info/package.json
#	addons/jest/package.json
#	addons/knobs/package.json
#	addons/notes/package.json
#	addons/viewport/package.json
#	app/react/package.json
#	examples/official-storybook/package.json
#	lib/components/package.json
#	lib/core/package.json
#	lib/ui/package.json
2019-01-14 23:04:14 +01:00
Norbert de Langen
ae9e32f8d0
MIGRATE to wrap emotion into a @storybook/theming package
- This ensures a single version
- This adds a good place to add themes
- Addons can take a dependency on something storybook
- We could migrate to another styling lib without asking all users to migrate with us
2019-01-14 22:48:33 +01:00