Michael Shilman
|
934369b8cf
|
Fix linting
|
2019-10-30 11:08:30 +08:00 |
|
Michael Shilman
|
67c28ab75d
|
Angular compodoc WIP
|
2019-10-30 00:54:00 +08:00 |
|
Michael Shilman
|
1aa7c0e9e0
|
Merge branch 'next' into 6706-vue-inline-rendering-support
|
2019-10-08 16:47:28 +08:00 |
|
Michael Shilman
|
d8f96a7e13
|
Addon-docs: Make configuration API consistent with other addons
|
2019-08-27 15:40:06 +08:00 |
|
Michael Shilman
|
f083e737cf
|
Addon-docs: Configure JSX automagically
|
2019-07-29 15:35:35 +08:00 |
|
Michael Shilman
|
bf3ef93644
|
Addon-docs: Add DocsPage automagically (#7579)
Addon-docs: Add DocsPage automagically
|
2019-07-29 15:34:12 +08:00 |
|
Michael Shilman
|
ed1c61c105
|
Load => configure
|
2019-07-27 09:27:52 +08:00 |
|
Michael Shilman
|
7d525b9514
|
Angular-cli: Add DocsPage automatically
|
2019-07-27 03:33:21 +08:00 |
|
Michael Shilman
|
714c3f3a9d
|
Addon-docs: Update docs to use common/preset
|
2019-07-25 17:10:50 +08:00 |
|
Michael Shilman
|
fb17dca6ca
|
Addon-docs: Zero-config source-loader
|
2019-07-25 14:49:39 +08:00 |
|
Michael Shilman
|
865daf1da5
|
Addon-docs: Simplify examples with included source-loader
|
2019-07-24 22:34:02 +08:00 |
|
Michael Shilman
|
ec39d01a45
|
Update examples to use new load function
|
2019-07-22 14:00:32 +08:00 |
|
Michael Shilman
|
7b4907f085
|
Source-loader: injectParameters default true
|
2019-07-08 21:10:36 +08:00 |
|
lionel benychou
|
16d73b600b
|
Merge remote-tracking branch 'origin/next' into task/i-have-removed-storysource-loader
|
2019-07-07 16:21:16 +02:00 |
|
libetl
|
053aa06bc6
|
#7192 ✂ I have removed the storysource older loader
|
2019-07-03 23:56:56 +02:00 |
|
Michael Shilman
|
c9d1f3befe
|
Angular-cli: Add addon-docs example
|
2019-07-02 23:58:35 +08:00 |
|
Michael Shilman
|
1c9d23ab13
|
Remove source-loader for angular, comment failing test
|
2019-06-26 16:46:54 +08:00 |
|
Michael Shilman
|
a70f7d383d
|
Upgrade all examples to use source-loader
|
2019-06-19 11:45:12 +08:00 |
|
codebyalex
|
4bda69a946
|
fixed linting errors
|
2019-05-02 20:25:15 -04:00 |
|
codebyalex
|
9a9cedc155
|
Merge branch 'next' into enhancement/add-support-for-a11y
# Conflicts:
# examples/angular-cli/.storybook/config.ts
# examples/angular-cli/package.json
# examples/cra-ts-kitchen-sink/package.json
# examples/marko-cli/package.json
# examples/mithril-kitchen-sink/package.json
# examples/polymer-cli/package.json
# examples/preact-kitchen-sink/package.json
# examples/riot-kitchen-sink/package.json
# examples/svelte-kitchen-sink/package.json
# examples/vue-kitchen-sink/.storybook/addons.js
# examples/vue-kitchen-sink/package.json
|
2019-04-26 21:34:42 -04:00 |
|
codebyalex
|
6e95e867f5
|
Added a11y addon to the Angular example
|
2019-04-26 18:32:52 -04:00 |
|
Norbert de Langen
|
f939e1417a
|
just a few little linting issues fixed
|
2019-04-25 17:59:37 +02:00 |
|
Kai Röder
|
161fc1fc95
|
boy-scout-rule: added types for lodash and removed the module declarations in theming
|
2019-03-22 17:21:17 +01:00 |
|
Michael Shilman
|
5ed463f23a
|
Fix examples webpack config
|
2019-03-16 13:23:21 +08:00 |
|
Norbert de Langen
|
ff46acbc1b
|
Merge branch '5.0.0' into tech/overhaul-ui
|
2018-12-24 10:39:29 +01:00 |
|
Norbert de Langen
|
55db5a3beb
|
Merge pull request #4927 from storybooks/core/remove-basic-config
Core - Simplify custom webpack config
|
2018-12-21 20:37:42 +01:00 |
|
Norbert de Langen
|
7e6f5f7db8
|
Merge branch 'next' into tech/overhaul-ui
# Conflicts:
# .eslintrc.js
# addons/info/src/__snapshots__/index.test.js.snap
# addons/viewport/src/manager/components/tests/viewportInfo.test.js
# examples/cra-kitchen-sink/src/stories/__snapshots__/index.stories.storyshot
# examples/official-storybook/stories/__snapshots__/addon-info.stories.storyshot
# lib/core/package.json
# package.json
# yarn.lock
|
2018-12-20 13:56:11 +01:00 |
|
Norbert de Langen
|
7fc0eb6b8c
|
RENAME test.ts to karma.ts
|
2018-12-17 14:51:17 +01:00 |
|
Norbert de Langen
|
628570210d
|
Merge branch 'next' into tech/overhaul-ui
# Conflicts:
# addons/a11y/package.json
# addons/actions/package.json
# addons/backgrounds/package.json
# addons/cssresources/package.json
# addons/events/package.json
# addons/google-analytics/package.json
# addons/info/package.json
# addons/jest/package.json
# addons/knobs/package.json
# addons/links/package.json
# addons/notes/package.json
# addons/storyshots/storyshots-core/package.json
# addons/viewport/package.json
# app/react/package.json
# examples/cra-kitchen-sink/package.json
# examples/official-storybook/package.json
# examples/official-storybook/stories/addon-info.stories.js
# lib/addons/package.json
# lib/channel-websocket/package.json
# lib/core/package.json
# lib/ui/package.json
|
2018-12-13 09:15:45 +01:00 |
|
Michael Shilman
|
bc54bbd143
|
Merge branch 'release/4.1'
|
2018-12-12 04:49:41 -08:00 |
|
Norbert de Langen
|
a8bf858179
|
REFACTOR state management
|
2018-12-11 01:10:15 +01:00 |
|
Norbert de Langen
|
a1762d7796
|
MODIFY option to use addParameters
|
2018-12-10 19:28:40 +01:00 |
|
igor-dv
|
0c9837c96d
|
Fix "angular-cli/.storybook/webpack.config.ts"
|
2018-12-05 12:48:07 +02:00 |
|
Mansoor Basha Bellary
|
9aeb439f89
|
fix(): deprecations with replacing setOptions with withOptions
|
2018-12-01 00:29:20 -05:00 |
|
igor-dv
|
113bdb8e95
|
Change .storybook/tsconfig.json to extend the src/tsconfig.json
|
2018-10-09 15:24:36 +03:00 |
|
igor-dv
|
e21590d6a8
|
Initial logic of supporting "config" and "addons" files with the different extensions
|
2018-07-23 20:28:07 +03:00 |
|
Tom Coleman
|
0eb725b41c
|
Refactor addon-jest to use a parameter-based pattern
|
2018-05-29 15:53:03 +10:00 |
|
klimentru1986
|
eabd6477fb
|
added addon background and example story
|
2018-05-26 12:06:44 +03:00 |
|
Рудниченко Климент
|
507ec7bfd4
|
addon-jest.testresults.json
|
2018-05-07 10:26:26 +03:00 |
|
klimentru1986
|
f8ff98ded2
|
add adon-jest configuration and story
|
2018-05-05 08:19:31 +03:00 |
|
igor-dv
|
80de5cf135
|
Use typescript parser in angular-cli + remove typescript-eslint-parser dep
|
2018-03-21 18:18:32 +02:00 |
|
Hypnosphi
|
d15afc63af
|
Run prettier
|
2018-02-18 17:43:47 +03:00 |
|
Igor
|
603a09c962
|
Merge branch 'master' into addon-stories
|
2018-02-18 15:45:18 +02:00 |
|
Hypnosphi
|
1a550e912b
|
Include more paths into linting
|
2018-02-17 23:32:26 +03:00 |
|
igor
|
70ed244c7f
|
Use " enforce: 'pre' ", in custom webpack configs
|
2018-02-17 16:41:34 +02:00 |
|
igor
|
a9b9824bad
|
Merge remote-tracking branch 'origin/master' into addon-stories
# Conflicts:
# examples/angular-cli/package.json
# examples/polymer-cli/package.json
# examples/vue-kitchen-sink/package.json
|
2018-02-17 13:04:06 +02:00 |
|
igor
|
fe35a3009f
|
Separate vue examples
|
2018-02-06 10:02:29 +02:00 |
|
igor
|
f49fdafd62
|
Add hierarchyRootSeparator to angular examples
|
2018-02-05 17:24:06 +02:00 |
|
igor
|
9c17215d34
|
Change addon name to "addon-storysource"
|
2018-02-05 16:38:07 +02:00 |
|
igor
|
b96b1dac2f
|
Add to vue
|
2018-02-01 11:53:45 +02:00 |
|