Norbert de Langen
ac2d7de64e
CHANGE back to use html-webpack-plugin to keep compatibility with plugin that depend on it.
2018-10-12 02:04:21 +02:00
Norbert de Langen
5dc9d9e59c
Merge pull request #4354 from storybooks/dependabot/npm_and_yarn/docs/@storybook/react-3.4.11
...
Bump @storybook/react from 3.4.8 to 3.4.11 in /docs
2018-10-11 11:57:12 +00:00
Norbert de Langen
21ca494b1d
Merge pull request #4356 from storybooks/dependabot/npm_and_yarn/docs/sitemap-2.0.1
...
Bump sitemap from 1.13.0 to 2.0.1 in /docs
2018-10-11 11:54:25 +00:00
dependabot[bot]
92f93fb8cd
Merge pull request #4358 from storybooks/dependabot/npm_and_yarn/husky-1.1.2
2018-10-11 11:47:08 +00:00
Norbert de Langen
95d954e2f0
Merge pull request #4344 from storybooks/core/extract-cli-out-of-the-build
...
CLI-less api for node
2018-10-11 10:10:23 +00:00
dependabot[bot]
6bf199e98f
Bump husky from 1.1.1 to 1.1.2
...
Bumps [husky](https://github.com/typicode/husky ) from 1.1.1 to 1.1.2.
- [Release notes](https://github.com/typicode/husky/releases )
- [Changelog](https://github.com/typicode/husky/blob/master/CHANGELOG.md )
- [Commits](https://github.com/typicode/husky/compare/v1.1.1...v1.1.2 )
Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-10-11 09:37:06 +00:00
dependabot[bot]
0ac81ba425
Bump sitemap from 1.13.0 to 2.0.1 in /docs
...
Bumps [sitemap](https://github.com/ekalinin/sitemap.js ) from 1.13.0 to 2.0.1.
- [Release notes](https://github.com/ekalinin/sitemap.js/releases )
- [Commits](https://github.com/ekalinin/sitemap.js/compare/1.13.0...2.0.1 )
Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-10-11 09:36:48 +00:00
dependabot[bot]
a31c820b2f
Bump @storybook/react from 3.4.8 to 3.4.11 in /docs
...
Bumps [@storybook/react](https://github.com/storybooks/storybook ) from 3.4.8 to 3.4.11.
- [Release notes](https://github.com/storybooks/storybook/releases )
- [Changelog](https://github.com/storybooks/storybook/blob/master/CHANGELOG.md )
- [Commits](https://github.com/storybooks/storybook/compare/v3.4.8...v3.4.11 )
Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-10-11 09:36:33 +00:00
Norbert de Langen
ecc06bbbb9
Merge pull request #4347 from storybooks/tech/upgrades-5
...
Tech/upgrades 5
2018-10-11 08:04:42 +00:00
Kai Röder
d4dae06c36
Removed types because they break storybook build and need to be updated
2018-10-11 08:49:44 +02:00
igor-dv
bb5395fd6c
Merge remote-tracking branch 'origin/master' into core/extract-cli-out-of-the-build
2018-10-11 01:53:01 +03:00
igor-dv
22d4de112b
Fix angular-cli integration
2018-10-11 01:36:31 +03:00
Michael Shilman
c91d5026f2
Merge pull request #4345 from storybooks/shilman/cli-rename
...
Rename CLI to sb
2018-10-11 06:03:22 +08:00
Michael Shilman
79499d4922
Fix typo
2018-10-11 06:01:48 +08:00
Norbert de Langen
faa0e2b68f
ADD missing type definitions
2018-10-10 23:37:36 +02:00
Norbert de Langen
8c7e176365
more UPGRADES
2018-10-10 23:37:13 +02:00
Michael Shilman
551537b950
Merge branch 'master' into shilman/cli-rename
2018-10-11 05:10:53 +08:00
Michael Shilman
dfe44a9aca
Merge pull request #4346 from storybooks/shilman/remove-crna-fixture
...
Remove CRNA fixture
2018-10-11 05:10:04 +08:00
Norbert de Langen
d30dee7b9a
FIX snapshots
2018-10-10 22:24:41 +02:00
Norbert de Langen
41483e2160
UPGRADES
2018-10-10 22:23:35 +02:00
Michael Shilman
f6858118c7
Remove CRNA fixture
...
We are not using it and it's causing the CLI test to fail
2018-10-11 04:22:30 +08:00
Michael Shilman
a60ca2abf3
CLI migration/documentation updates
2018-10-11 03:50:26 +08:00
Michael Shilman
29def997a9
Remove start/build commands for now
...
"sb start/build" should call start-storybook and build-storybook directly, rather than calling "yarn storybook". This way we can use "sb start/build" in the package.json NPM scripts and expose users to the CLI that way. For now let's remove it.
2018-10-11 03:27:52 +08:00
Michael Shilman
5e38138dd8
Rename storybook CLI to sb to avoid conflicts with storybook NPM script
...
We use "yarn storybook" everywhere and creating a CLI called "storybook" introduces a name conflict. Plus "sb" is shorter.
2018-10-11 03:24:04 +08:00
Gabriel Csapo
35c45ab18f
Merge pull request #4293 from J-Kallunki/addon-viewport-fix-iphone-viewport-dimensions
...
Fix #4269 iPhone viewport dimensions
2018-10-10 09:42:25 -07:00
igor-dv
2e11d18a87
Put standalone.js to every app
2018-10-10 18:29:11 +03:00
igor-dv
b9fb04b185
Expose standalone build from @storybook/core
2018-10-10 18:27:18 +03:00
igor-dv
da3c6c6b05
Extract commander to a separate place
2018-10-10 17:19:02 +03:00
Norbert de Langen
bda1dc0020
Merge pull request #4336 from do7be/fix/type-array-value-to-string
...
Fix Array.js value to string
2018-10-10 11:51:42 +00:00
Igor
968afbd213
Merge pull request #4338 from storybooks/try-to-fix-cli-tests
...
Try to fix cli tests
2018-10-10 12:23:11 +03:00
igor-dv
77e615b548
Remove uglifyjs-webpack-plugin
2018-10-10 11:50:12 +03:00
igor-dv
b312d3ca82
Revert "Temp delete riot from the test/fixtures, to check if it's relevant to the "latest" deps"
...
This reverts commit a93fc32a2158cabf41b76be62cd417341504f996.
2018-10-10 11:44:20 +03:00
Igor
1fcbb0e039
Merge pull request #4326 from storybooks/addons-async-option
...
[onDeviceUI] Updated channel to support async option
2018-10-10 11:36:35 +03:00
igor-dv
a93fc32a21
Temp delete riot from the test/fixtures, to check if it's relevant to the "latest" deps
2018-10-10 11:25:01 +03:00
Joonas Kallunki
6b9c5c5d9a
Update viewport test to have total viewports include new iPhone models
2018-10-10 09:34:45 +03:00
Igor
80d6b99eaa
Merge pull request #4162 from storybooks/angular/support-base-url
...
Add support for "baseUrl" and "paths" from angular-cli
2018-10-10 09:02:28 +03:00
do7be
c51b1ebf53
fix Array value types to string
2018-10-10 10:48:10 +09:00
Igor
5d277d3d3f
Merge pull request #4323 from kroeder/support-base-url
...
Added basePath support
2018-10-09 18:47:20 +03:00
Kai Röder
912906419f
Merge branch 'support-base-url' of https://github.com/kroeder/storybook into support-base-url
2018-10-09 17:00:29 +02:00
Kai Röder
43e9eddabb
Updated tsconfig 'extends' path for the storybook cli
2018-10-09 16:57:36 +02:00
Kai Röder
4c52733700
Merge branch 'angular/support-base-url' of https://github.com/storybooks/storybook into support-base-url
2018-10-09 16:56:35 +02:00
igor-dv
113bdb8e95
Change .storybook/tsconfig.json to extend the src/tsconfig.json
2018-10-09 15:24:36 +03:00
igor-dv
18daee8a99
Mock environments/environment in jest (it's a workaround)
2018-10-09 15:09:43 +03:00
Gytis Vinclovas
e3eda2dd5e
Websockets channel does not crash RN if connection fails.
...
Added optional onError argument to call on connection fail.
Async option for the channels.
2018-10-09 10:21:53 +03:00
igor-dv
ffee031c0e
Merge remote-tracking branch 'origin/angular/support-base-url' into support-base-url
...
# Conflicts:
# app/angular/package.json
# yarn.lock
2018-10-09 02:33:29 +03:00
igor-dv
3436512cb9
Merge branch 'master' into angular/support-base-url
2018-10-09 01:40:01 +03:00
Kai Röder
4013f10647
Changed static tsconfig.app.json to angular.json tsconfig path
2018-10-09 00:16:42 +02:00
Kai Röder
1af1744b8e
dependency order
2018-10-09 00:13:23 +02:00
Kai Röder
0ed58083b9
yarn.lock
2018-10-08 23:58:52 +02:00
Kai Röder
7d36825036
Merge remote-tracking branch 'upstream/angular/support-base-url' into support-base-url
2018-10-08 23:58:37 +02:00