661 Commits

Author SHA1 Message Date
Michael Shilman
ee0f498dba v4.2.0-alpha.9 2019-01-04 12:35:49 +08:00
dependabot[bot]
c5c18ff1df
Bump react-modal from 3.7.1 to 3.8.1
Bumps [react-modal](https://github.com/reactjs/react-modal) from 3.7.1 to 3.8.1.
- [Release notes](https://github.com/reactjs/react-modal/releases)
- [Changelog](https://github.com/reactjs/react-modal/blob/master/CHANGELOG.md)
- [Commits](https://github.com/reactjs/react-modal/compare/v3.7.1...v3.8.1)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-12-31 05:29:03 +00:00
Michael Shilman
1723c492fd v4.2.0-alpha.8 2018-12-28 11:16:15 +08:00
Michael Shilman
beba7b3957 v4.2.0-alpha.7 2018-12-25 12:29:26 -08:00
Michael Shilman
bb9b7b3d5b v4.2.0-alpha.6 2018-12-20 14:20:25 -08:00
Michael Shilman
fd600487eb v4.2.0-alpha.5 2018-12-19 08:03:30 -08:00
Tom Coleman
66509ab947 REMOVE react[-dom] as a peer dependency of @storybook/core
Instead we pass the FS location of the react[-dom] version that @storybook/ui wants to use into the manager webpack config directly.
2018-12-19 20:37:14 +11:00
Michael Shilman
a5b4e89e4c v4.2.0-alpha.4 2018-12-18 23:21:12 -08:00
Michael Shilman
15d34d0f3e v4.2.0-alpha.3 2018-12-18 07:02:51 -08:00
Michael Shilman
abf2c4e125 v4.2.0-alpha.2 2018-12-16 08:36:30 -08:00
Michael Shilman
9d23c3dc1a v4.2.0-alpha.1 2018-12-12 17:58:53 -08:00
Michael Shilman
88f0534914 v4.2.0-alpha.0 2018-12-12 17:40:30 -08:00
Michael Shilman
75d45d3d10 v4.1.0 2018-12-12 10:59:49 -08:00
Michael Shilman
de9516f278 v4.1.0-alpha.13 2018-12-12 09:44:10 -08:00
Michael Shilman
4ed93b4baf v4.1.0-alpha.12 2018-12-11 09:27:58 -08:00
Michael Shilman
e6aa2e2cfa v4.1.0-alpha.11 2018-12-11 09:13:40 -08:00
Hypnosphi
6936c27fae Run prettier 2018-12-04 19:54:10 +01:00
Hypnosphi
7c73d0c985 Add regenerator-runtime 2018-12-04 16:27:02 +01:00
Norbert de Langen
726a29a070
CHANGE the babel config occording to Hypnos suggestions 2018-12-03 12:31:06 +01:00
Michael Shilman
3cd3ae347e v4.1.0-alpha.10 2018-12-01 11:23:45 +08:00
Norbert de Langen
26e9357169
RENAME script to create DLLs && REMOVE unneeded babel loader in DLL config 2018-11-29 21:06:13 +01:00
Norbert de Langen
b088ed0114
RENAME script to createDlls for clarity & search-ability 2018-11-29 17:07:03 +01:00
Norbert de Langen
7096cf3ff2
RENAME config to webpackDllsConfig for clarity and easier search-ability 2018-11-29 17:05:31 +01:00
Norbert de Langen
cf8e979982
CHANGE to use terser over uglify 2018-11-29 17:00:57 +01:00
Norbert de Langen
eaad2e7755
Merge branch 'next' into separate-manager-preview-p5
# Conflicts:
#	addons/backgrounds/package.json
#	lib/core/src/server/build-static.js
#	lib/ui/package.json
2018-11-29 16:53:12 +01:00
Michael Shilman
6b224a2cc6 v4.1.0-alpha.9 2018-11-29 17:48:05 +08:00
Norbert de Langen
e7c24bae12
MOVE licence notices into their own file && OPTIMISE the dll by specifying a preset-env target 2018-11-28 16:05:19 +01:00
Norbert de Langen
c46781863a
CLEANUP 2018-11-28 15:03:22 +01:00
Norbert de Langen
006429301a
Merge branch 'next' into separate-manager-preview-p5 2018-11-27 19:30:37 +01:00
Khmel Mykyta
db91952050
Add try,catch for IE11 as it breaks script execution 2018-11-27 10:57:42 +02:00
Norbert de Langen
b198e08271
CLEANUP 2018-11-26 17:01:28 +01:00
Norbert de Langen
d06fe56a77
CHANGE output of dll to lib/core so it's easier to reference 2018-11-26 15:01:35 +01:00
Norbert de Langen
03abc7e8a8
Merge branch 'next' into separate-manager-preview-p5
# Conflicts:
#	addons/backgrounds/package.json
#	lib/ui/package.json
2018-11-26 11:35:29 +01:00
Norbert de Langen
a78b909115
FIX build-static 2018-11-26 11:32:47 +01:00
Michael Shilman
0833a4b8a9 v4.1.0-alpha.8 2018-11-25 11:00:57 +09:00
igor-dv
c8452d6ee1 Fix snapshots to use emotion/snapshot-serializer 2018-11-23 17:02:51 +02:00
Norbert de Langen
83a18008f2 CHANGE webpack configs, dev & static build for performance
Changelog formatting

Bump @storybook/addon-actions from 4.0.0 to 4.0.8 in /docs

Bumps [@storybook/addon-actions](https://github.com/storybooks/storybook) from 4.0.0 to 4.0.8.
- [Release notes](https://github.com/storybooks/storybook/releases)
- [Changelog](https://github.com/storybooks/storybook/blob/next/CHANGELOG.md)
- [Commits](https://github.com/storybooks/storybook/compare/v4.0.0...v4.0.8)

Signed-off-by: dependabot[bot] <support@dependabot.com>

update `npm install` to match current requirements

Add TypeScript support for react-scripts

4.1.0-alpha.5 changelog

v4.1.0-alpha.5

4.1.0-alpha.6 changelog

v4.1.0-alpha.6

Reduce jest image size

4.1.0-alpha.7 changelog

v4.1.0-alpha.7

ADD webpack stats generation for debugging

Revert "Update LICENSE"

This reverts commit 69fc0517074634dd792f4b10d968a6c3a8244842.

Don't change rootElement when received node is the same

Merge pull request #4830 from aliceyoung9/patch-1

little documentation fix

FIX linting
2018-11-23 14:17:04 +01:00
Michael Shilman
d507e2edaa v4.1.0-alpha.7 2018-11-22 12:33:15 +08:00
Michael Shilman
8a9c0db4fd v4.1.0-alpha.6 2018-11-22 12:05:40 +08:00
Michael Shilman
337eac8671 v4.1.0-alpha.5 2018-11-22 11:53:10 +08:00
Michael Shilman
d8dbfcdbb5 v4.1.0-alpha.4 2018-11-21 18:42:38 +08:00
Michael Shilman
ddecb0b7f6 v4.1.0-alpha.3 2018-11-15 22:11:08 +08:00
Michael Shilman
cdb9e485eb v4.1.0-alpha.2 2018-11-13 19:33:19 +08:00
Norbert de Langen
c23f294b1f
Merge branch 'next' into pr/MansoorBashaBellary/4702 2018-11-08 17:52:41 +01:00
Michael Shilman
253a667e68 v4.1.0-alpha.1 2018-11-06 17:15:42 +08:00
Michael Shilman
627a075c37 v4.1.0-alpha.0 2018-11-06 17:01:48 +08:00
Michael Shilman
0cc22e4b27 v4.0.4 2018-11-06 13:38:03 +08:00
Michael Shilman
b9ae585f9c v4.0.3 2018-11-06 12:49:45 +08:00
Mansoor Basha Bellary
bbaf337700 feat(storiesNav): deep theming for stories nav panel
- updating README file with all the deep theme variables supported
- updating `HeadingLink` component to support html strings for `brand`. So that `image` can be used for `brand`
- placing `props` to last in `chevronRight` component, so that it overrides the theme props passed
2018-11-02 23:15:58 -04:00
Michael Shilman
037f6cf3a5 v4.0.2 2018-10-31 16:47:37 +08:00