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
Norbert de Langen
7eef6b88d0
Merge branch 'examples-regressiontesting' of github.com:storybooks/mono into add-examples
...
# Conflicts:
# .gitignore
# packages/addon-knobs/yarn.lock
2017-04-15 21:17:26 +02:00
Norbert de Langen
e2ff8c3325
Merge branch 'master' into am-jest-migration
...
# Conflicts:
# .eslintrc
# .gitignore
# package.json
# packages/addon-knobs/package.json
# packages/addon-knobs/yarn.lock
# packages/react-storybook/package.json
# packages/storybook-ui/package.json
# packages/storybook-ui/src/modules/api/actions/__tests__/api.js
# packages/storybook-ui/src/modules/shortcuts/actions/__tests__/shortcuts.js
# packages/storybook-ui/src/modules/ui/actions/__tests__/ui.js
# packages/storybook-ui/src/modules/ui/configs/__tests__/handle_keyevents.js
# packages/storybook-ui/src/modules/ui/configs/__tests__/handle_routing.js
# packages/storybook-ui/src/modules/ui/configs/__tests__/init_panels.js
# packages/storyshots/package.json
# packages/storyshots/stories/__test__/__snapshots__/storyshots.test.js.snap
2017-04-14 14:49:34 +02:00
Norbert de Langen
513f337ec6
UPGRADE react & add react-test-render
2017-04-12 22:02:27 +02:00
Norbert de Langen
65f8650e39
ADD build to gitignore
2017-04-10 22:16:33 +02:00
Norbert de Langen
30f28bac26
ADD examples to lerna && remove yarn
2017-04-10 20:09:59 +02:00
Norbert de Langen
d6ca5b156f
ADD some basis for automated integration regression testing
...
By adding examples we can both help users by giving them something to
look at when starting their project; and also do regression tests by
trying to run the examples with new version of storybook & addons.
2017-04-10 18:38:26 +02:00
Aaron Mc Adam
9986d94e63
chore(tests): migrate to Jest
...
So far, we've set up the tools and have one failing test inside
storyshots.
2017-04-09 18:39:35 +01:00
Norbert de Langen
fb33dc93e9
Merge branch 'master' of github.com:storybooks/getstorybook into add-getstorybook-repo
...
# Conflicts:
# .eslintrc
# .gitignore
# README.md
# package.json
2017-04-04 23:49:10 +02:00
Norbert de Langen
e50269fd96
Merge branch 'master' of github.com:storybooks/storybook-addon-knobs
...
# Conflicts:
# .gitignore
2017-03-29 21:19:42 +02:00
Jason T. Wong
b91c819202
Feature Select Knob
...
Why:
* We want a new knob that uses a select box for predefined values.
This change addresses the need by:
* Update `.gitignore`.
* Add new `SelectType`.
* Update example story.
* `npm run prepublish`
2016-09-10 12:22:44 -04:00