70 Commits

Author SHA1 Message Date
Michael Shilman
0b0e33ec27
Fix gitignore 2021-06-04 13:42:56 +02:00
Gert Hengeveld
35fd10288b Create prebuilt managers for both webpack4 and webpack5 2021-05-26 11:16:58 +02:00
Gaëtan Maisse
fd0fa99330
example(lit): move the example out the Yarn workspaces of the monorepo
The goal is to avoid adding dependencies related to the example in the SB codebase workpaces.
Considering this example as a stand-alone workspace make it works in a more realistic way.

Working on things in `@storybook/lit` and want to test them in lit-kitchen-sink?
Run:
 - `yarn build lit --watch` in the monorepo root folder
 - `yarn install` then `yarn storybook` in lit-kitchen-sink folder

You're good to go, both changes in the example code or in `@storybook/lit` will be reflected in the UI.
2021-04-18 15:30:52 +02:00
Gaëtan Maisse
98fa420bef
chore: move to Yarn 2 🧶 2021-04-07 18:25:38 +02:00
Norbert de Langen
f2d4a602ff
Merge branch 'next' into tech/core-builder
# Conflicts:
#	.gitignore
2021-02-16 17:16:56 +01:00
Norbert de Langen
dd10067def
fix 2021-02-16 16:40:44 +01:00
ThibaudAv
b82542e62e chore(angular): add examples/angular-cli/addon-jest.testresults.json in .gitignore 2021-02-15 09:28:33 +01:00
Michael Shilman
c5c5a983ab Merge from next WIP 2021-02-03 22:34:44 +08:00
Norbert de Langen
aab422d33d
move ts3.4 into dist, generate types into dist/ts3.9, make esm dist for all, fix issues 2020-12-08 17:54:25 +01:00
Norbert de Langen
ec44554ea9
sort package.json & fix incorrect ts3.5 ignore 2020-11-26 10:37:55 +01:00
Gert Hengeveld
a71266a6f1 Create, use and publish a prebuilt manager. 2020-10-08 15:26:02 +02:00
Norbert de Langen
34e0b7ae27
ignore tsconfig.buildinfo 2020-05-26 08:34:04 +02:00
tooppaaa
072b774693 core: ci and examples generation 2020-05-09 11:34:50 +02:00
Lynn Chyi
5acd6cb3fc
add dir cleanup and gitignore ts3.5 2020-02-19 01:07:18 -08:00
Norbert de Langen
a582b3bff3
MOVE ember dist to "ember-output" 2020-01-25 13:51:59 +01:00
atanasster
78b67c366b added launch.json 2019-11-28 01:03:48 -05:00
Norbert de Langen
bdcda2360e WIP 2019-10-16 17:38:22 +02:00
Norbert de Langen
4fb8e874ce ADD first cypress test 2019-10-12 12:29:03 +02:00
Norbert de Langen
3b4a7846b0 CHANGE the now config 2019-09-11 00:59:37 +02:00
Michael Shilman
02423d2ad6 Addon-docs: Add DocsPage automagically 2019-07-27 03:31:48 +08:00
Hypnosphi
8c75a1b24f Add useStoryContext 2019-07-05 02:10:09 +03:00
Norbert de Langen
19075e4ec7 Merge branch 'next' into tech/improve-bootstrap-list
# Conflicts:
#	addons/storyshots/storyshots-puppeteer/package.json
#	package.json
#	yarn.lock
2019-06-16 20:49:42 +02:00
Michael Shilman
51f0a2bf78 Update .gitignore 2019-06-14 15:23:15 +08:00
Norbert de Langen
b30c84c8c9 IMPROVE documentation 2019-04-25 11:44:33 +02:00
Norbert de Langen
2c55fb6c40 CHANGE publish args 2019-04-24 16:00:48 +02:00
Benoit Dion
ee38974454 Publish crna-kitchen-sink app to expo
Publish the app to `https://exp.host/@storybook/crna-kitchen-sink?release-channel=branch-name`.

This enables contributors/ code reviewers without much RN experience to easily preview the app from their phone.

A side effect of publishing is it confirms the app at the very least bundles correctly.
2019-03-19 21:07:34 -04: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
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
Hypnosphi
7e8962992d Use relative URLs for acceptance stories 2018-04-15 19:24:04 +03:00
Thomas Bertet
b96345b484 add jest-image-snapshot to storyshots 2017-12-28 10:33:26 +01:00
Thomas Bertet
cfdf2b43f5 unignore testresults & pretty things 2017-12-05 10:21:38 +01:00
Thomas Bertet
e01b6516fe extract jest config from package.json to config file 2017-12-05 10:21:38 +01:00
hypnos
1dd0024cb0 Test styles directly instead of using snapshots 2017-11-24 02:54:36 +03:00
Norbert de Langen
f38a027bec
Linting 2017-11-14 00:40:04 +01:00
Norbert de Langen
462ea1cc4a Merge branch 'master' into release/3.3 2017-10-24 23:25:18 +02:00
Norbert de Langen
c1d14191cb ADD integration test: automatic screenshot of cra-kitchen-sink and vue-kitchen-sink examples 2017-10-24 01:39:59 +02:00
hypnos
2f53feb64a Use yarn workspaces on master 2017-09-29 23:00:47 +03:00
Josh Callender
8852d63a80 Update gitignore to be happier for vim'ers 2017-08-31 14:53:51 -07:00
hypnos
0bec0a5885 Merge branch 'master' into commit-yarn-lock
# Conflicts:
#	CONTRIBUTING.md
2017-08-24 23:20:42 +03:00
Norbert de Langen
f84623d86b ADD .vscode and .idea to gitignore, but whitelist them from being removed with git clean 2017-08-23 20:08:16 +02:00
hypnos
a4c5142126 Stop ignoring yarn.locks 2017-08-22 00:42:06 +03:00
Filipp Riabchun
a0235994f7 Remove only static dir (#1618) 2017-08-10 19:49:58 +03:00
hypnos
2c181d05f8 ignore .nvmrc 2017-08-05 18:50:38 +03:00
Michael Shilman
7787b9bf3c Ignore package-lock.json (for now) 2017-06-23 01:04:59 +10:00
Tom Coleman
77974e0659 Added explanation of packs dir 2017-06-22 12:18:16 +10:00
Tom Coleman
b04849bc6e Use a pack -> install technique to recreate local packages
As suggested by https://github.com/npm/npm/pull/15900. This is a workaround until we get a better resolution of https://github.com/storybooks/storybook/issues/1286
2017-06-22 12:18:16 +10:00
Norbert de Langen
f4fc55c45d FIX linting 2017-05-26 14:33:46 +02:00
Norbert de Langen
51ad5d5e8d Single source of truth for LICENCE for all packages 2017-05-16 08:16:22 +02:00
Norbert de Langen
7ccb773e72 FIX an issue where a test in a package was using async-await
but was not transpiring them correctly.

MOVE jest cache directory to subdirectory `.cache`
2017-04-27 22:33:36 +02:00
Norbert de Langen
730feb7b0c Merge branch 'master' into am-jest-migration
# Conflicts:
#	packages/react-storybook/package.json
2017-04-15 23:44:18 +02:00