Gaëtan Maisse
95961b2d91
example(lit): add stories for Addon Controls and improve "demo button"
2021-05-04 21:53:21 +02:00
Gaëtan Maisse
68b9c1eb11
example(lit): add basic stories for Addon Docs
2021-05-04 21:30:51 +02:00
Gaëtan Maisse
5ec74ecb16
example(lit): add stories for Addon Toolbars
2021-05-04 20:40:27 +02:00
Gaëtan Maisse
58b9df6e82
example(lit): add stories for Addon Viewport
2021-04-29 18:04:02 +02:00
Gaëtan Maisse
211fda0ce6
example(lit): add stories for Addon Background
2021-04-26 21:24:58 +02:00
Gaëtan Maisse
a0fe29aee3
example(lit): add stories for Addon Actions
2021-04-26 21:24:58 +02:00
Gaëtan Maisse
009d137d6d
Revert "refactor(builders): require react in the SB app context as it is providing it"
...
This reverts commit a652a013 as it needs some extra work that should be done in a separated PR
2021-04-26 20:39:19 +02:00
Gaëtan Maisse
3158799f0f
example(lit): update to lit rc and fix stories
2021-04-23 13:55:36 +02:00
Gaëtan Maisse
35916b9b43
Merge branch 'next' into @storybook/lit
2021-04-23 13:44:45 +02:00
Michael Shilman
eb1e3a913f
v6.3.0-alpha.14
2021-04-23 10:14:32 +08:00
Michael Shilman
35287402b5
v6.3.0-alpha.13
2021-04-21 10:41:26 +08:00
patricklafrance
8ee062fb3f
Forward sort prop to pure ArgsTable when specifying from docs ArgsTable using of component syntax
2021-04-20 13:37:34 -04:00
Michael Shilman
d559d96fc5
v6.3.0-alpha.12
2021-04-20 01:58:56 +08:00
Michael Shilman
7620a2978c
v6.3.0-alpha.11
2021-04-19 22:16:43 +08: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
Michael Shilman
080babf6d7
v6.3.0-alpha.10
2021-04-18 21:18:41 +08:00
peterpeterparker
def4fb743c
docs: missing dash in place-hold.it url
2021-04-17 14:25:08 +02:00
Michael Shilman
1d75ab7fc1
v6.3.0-alpha.9
2021-04-17 00:44:29 +08:00
Michael Shilman
2f88956616
Update storyshots
2021-04-17 00:10:01 +08:00
Michael Shilman
ead9d1c098
Merge branch 'next' into preact-compat-default
2021-04-16 23:59:50 +08:00
Gaëtan Maisse
3481417b23
example(lit): remove addon knob as it will be deprecated in favor of addon control
2021-04-16 13:40:07 +02:00
Gaëtan Maisse
ca6e3ffd61
Merge branch 'next' into @storybook/lit
2021-04-16 13:14:26 +02:00
Michael Shilman
2459eb4282
v6.3.0-alpha.8
2021-04-15 22:23:13 +08:00
Michael Shilman
21e28be5f8
Merge branch 'next' into pr/14299
2021-04-15 10:26:12 +08:00
Michael Shilman
123cc75365
Create template.stories.storyshot
2021-04-15 09:11:37 +08:00
Michael Shilman
268f2c5b9f
Angular: Add template MDX example
2021-04-14 22:26:51 +08:00
Michael Shilman
ca7182ff5f
v6.3.0-alpha.7
2021-04-14 10:19:40 +08:00
Michael Shilman
6da9430496
Fix deepscan
2021-04-14 09:59:13 +08:00
Michael Shilman
253fe525b8
Update examples/angular-cli/src/stories/others/ngx-translate/README.stories.mdx
...
Co-authored-by: Yngve Bakken Nilsen <yngve.nilsen@gmail.com>
2021-04-13 11:24:55 +02:00
ThibaudAv
26b664eecb
docs(angular): add readme for ngx-translate
2021-04-13 11:24:55 +02:00
ThibaudAv
d64e49ba1a
feat(angular): force the rendering if the metadata structure has changed
...
After the first rendering of a story, the next changes of `agrs` by addon controls or `globals` (for example) are not necessarily properties of the component (or template).
but can change other things like an Angular provider
With this additional verification if the stringify `moduleMetadata` structure changes then a complete rendering is done
2021-04-13 11:24:54 +02:00
Michael Shilman
60181528cf
v6.3.0-alpha.6
2021-04-13 16:31:17 +08:00
Klemen Slavič
130bfae1ba
Fix preact storyshoot in compat mode
2021-04-12 14:17:55 +02:00
Klemen Slavič
1933de7b80
Add story illustrating that React components works
2021-04-12 10:21:49 +02:00
Michael Shilman
9030fc7598
v6.3.0-alpha.5
2021-04-11 23:40:18 +08:00
Michael Shilman
157857bbe1
v6.3.0-alpha.4
2021-04-10 20:47:14 +08:00
Michael Shilman
3ec358f71c
Merge pull request #14472 from eirslett/dont-shadow-window
...
Core: Don't shadow the window global variable
2021-04-10 20:30:06 +08:00
Michael Shilman
4797065261
v6.3.0-alpha.3
2021-04-10 12:36:35 +08:00
Michael Shilman
3aba070716
Merge pull request #14323 from visualfanatic/remove-lodash-range-usage
...
Refactor: Replace `lodash/range` with `Array.from`
2021-04-10 12:17:41 +08:00
Michael Shilman
316b500adb
Merge branch 'next' into dont-shadow-window
2021-04-10 12:09:28 +08:00
Michael Shilman
8a57399297
v6.3.0-alpha.2
2021-04-09 13:07:04 +08:00
Michael Shilman
0aa48cebc1
Merge pull request #14445 from brion-fuller/fuller/web-components-hmr
...
Web-components: Add full reload listening to server-side-events
2021-04-09 09:47:26 +08:00
Michael Shilman
7d99c9e0bf
v6.3.0-alpha.1
2021-04-09 00:25:04 +08:00
Michael Shilman
c1c8c3c386
Merge branch 'next' into pr/14445
2021-04-08 23:36:21 +08:00
Michael Shilman
589d1fe6ff
Update examples/web-components-kitchen-sink/.storybook/main.js
2021-04-08 22:44:07 +08:00
Michael Shilman
0e8632f5ac
Merge branch 'next' into pr/14473
2021-04-08 21:55:25 +08:00
Michael Shilman
7739aace24
v6.3.0-alpha.0
2021-04-08 17:55:27 +08:00
Gaëtan Maisse
d5addf10b7
chore(deps): bump @storybook/preset-create-react-app
to 3.1.6
2021-04-07 18:29:05 +02:00
Gaëtan Maisse
98fa420bef
chore: move to Yarn 2 🧶
2021-04-07 18:25:38 +02:00
Michael Shilman
fd587f5526
v6.2.5
2021-04-07 18:36:29 +08:00