Norbert de Langen
7f42d2d470
CLEANUP
2020-02-13 13:20:14 +01:00
Jean-Philippe Roy
a6f80b1d2c
Adds basic test
2020-01-24 12:16:02 -05:00
Jean-Philippe Roy
f336327360
Enables the consumer to hide the code
2020-01-24 12:05:17 -05:00
Tomi Laurell
07f43d3279
Do not use SyntaxHighlighter with the very long code-content.
2020-01-09 10:37:58 +02:00
Michaël De Boey
99b69566b1
Fix React typings
2019-10-15 00:53:33 +02:00
Jimmy Somsanith
82f241e2c0
Add tests, docs, example
2019-06-11 23:21:34 +02:00
Norbert de Langen
f939e1417a
just a few little linting issues fixed
2019-04-25 17:59:37 +02:00
Gaëtan Maisse
223183cb74
refactor: remove @storybook/components
module declaration in addons
...
As `@storybook/components` is now in TS (and so export its types) there is no more need to declare it in `typings.d.ts` of addons written in TS
2019-04-16 13:44:35 +02:00
Preston Goforth
0f9bf9c4cb
Update tests using html string
2019-03-28 21:13:29 -04:00
Preston Goforth
d41a707a1c
Update tests
2019-03-28 15:08:08 -04:00
Preston Goforth
8ca0e97897
Temporary fix for addon-cssresources
till scrollbars are properly addressed
2019-03-25 16:13:34 -04:00
Norbert de Langen
7c56ae7d4e
Merge branch 'next' into tech/api-package
...
# Conflicts:
# addons/a11y/package.json
# addons/actions/package.json
# addons/backgrounds/package.json
# addons/cssresources/package.json
# addons/cssresources/src/css-resource-panel.tsx
# addons/notes/package.json
# app/react-native-server/package.json
# app/react-native-server/src/client/manager/provider.js
# examples-native/crna-kitchen-sink/package.json
# lib/addons/package.json
# lib/ui/package.json
# yarn.lock
2019-03-18 07:52:44 +01:00
Preston Goforth
846809ec86
addon-cssresources - STORY_RENDERED
causes picked CSS to reset
...
- Track the current story id so addon-cssresources doesn't reset itself every time the story is re-rendered
- Merge existing list item picked state with parameters that share an `id`
2019-03-12 14:51:42 -04:00
Norbert de Langen
7928db0b50
connect addons/cssresurces to the API type
2019-03-12 11:53:53 +01:00
Norbert de Langen
f893431a8d
Merge branch 'next' into tech/api-package
...
# Conflicts:
# addons/cssresources/src/register.tsx
# addons/notes/src/Panel.tsx
# addons/notes/src/giphy.tsx
# examples/official-storybook/stories/core/parameters.stories.js
# lib/api/src/init-provider-api.ts
# lib/api/src/lib/id.ts
# lib/api/src/modules/addons.ts
# lib/api/src/modules/layout.ts
# lib/api/src/modules/stories.ts
# lib/api/src/modules/url.ts
# lib/api/src/modules/versions.ts
# lib/api/src/store.ts
# lib/api/src/tests/id.test.js
# lib/api/src/tests/versions.test.js
# lib/client-api/src/client_api.js
# lib/client-logger/src/index.ts
# lib/router/package.json
# lib/router/src/tests/id.test.js
# lib/router/src/typings.d.ts
# lib/router/src/utils.ts
# lib/theming/src/themes/dark-syntax.ts
# lib/theming/src/themes/dark.ts
# lib/theming/src/themes/light-syntax.ts
# lib/theming/src/themes/light.ts
# lib/ui/package.json
# lib/ui/src/components/sidebar/treeview/utils.js
# lib/ui/src/containers/nav.js
# lib/ui/src/containers/preview.js
# lib/ui/src/core/context.js
# lib/ui/src/core/initial-state.js
# lib/ui/src/index.js
# lib/ui/src/libs/id.test.js
# lib/ui/src/settings/__snapshots__/shortcuts.stories.storyshot
# lib/ui/src/settings/about_page.js
# lib/ui/src/settings/shortcuts.stories.js
# lib/ui/src/settings/shortcuts_page.js
# yarn.lock
2019-03-06 16:45:13 +01:00
Gaëtan Maisse
61ed20edce
Remove any
as types are now inferred from makeDecorator
function
2019-02-10 11:35:24 +01:00
Preston Goforth
32cf22d07a
Defect fixes for addon onload
functionality
...
- Changed `STORY_CHANGED` to `STORY_RENDERED` in `addon-notes`
- Changed `STORY_CHANGED` to `STORY_RENDERED` in `addon-cssresources`
- Updated README for `addon-cssresources`
- Updated writing-addons docs to reflect event change:
2019-02-07 16:15:36 -05:00
Norbert de Langen
accb7ff476
REFACTOR context into it's own package && REFACTOR into typescript
2019-01-29 13:14:39 +01:00
Norbert de Langen
f26d263a60
CLEANUP
2019-01-28 13:22:42 +01:00
Norbert de Langen
b92247c2eb
FIX linting
2019-01-28 11:36:31 +01:00
Gaëtan Maisse
53a7fb5464
Refactor import/export to use named export instead of default
export
2019-01-27 16:42:43 +01:00
Gaëtan Maisse
412cd17984
Improve addon-cssresources typing and fix README
...
Create `CssResource` interface and use it in `CssSourcePanel`.
Also update README because some commits ago, `name` attribute used in cssresources conf has been renamed to `id`
2019-01-27 16:42:43 +01:00
Gaëtan Maisse
3c12450575
Migrate src of addons/cssresources to Typescript
2019-01-27 16:42:40 +01:00
Michael Shilman
cc3056a6a6
Deprecate onStory
2019-01-11 16:58:11 +08:00
Tom Coleman
5ecc23eaf4
Fix up key warning in addons panel
...
cc @ndelangen -- not sure if this was what you had in mind?
2018-12-31 13:12:18 +11:00
Norbert de Langen
d7bfb78ff5
FIX some typescript issues
2018-12-17 11:35:39 +01:00
Norbert de Langen
22059f92d7
FIX iframe business, get the iframe once
2018-12-11 13:05:38 +01:00
Norbert de Langen
ec82d04797
REFACTOR a11y addon && FIX issues with decorators reloading
2018-12-10 19:27:12 +01:00
Norbert de Langen
7c3b15dec6
CLEANUP && FIX issue if there are no cssresources
2018-12-05 12:14:09 +01:00
Norbert de Langen
b806539e6a
REFACTOR addon-cssresources
2018-12-04 21:23:02 +01:00
Neville Mehta
3edaffd2bf
remove pretty-checkbox
2018-11-23 18:30:42 -08:00
Neville Mehta
fc01782358
Merge branch 'master' of github.com:storybooks/storybook into addon-cssresources
2018-11-22 14:40:19 -08:00
Neville Mehta
e5b6cdbccf
create cssresources addon
2018-10-29 15:03:59 -07:00