ember-cli-storybook icon indicating copy to clipboard operation
ember-cli-storybook copied to clipboard

📒 Ember storybook adapter

Results 21 ember-cli-storybook issues
Sort by recently updated
recently updated
newest added

The goal of this MR is to update a few outdated dependencies. I've tried them on an Ember Addon running Ember 4.

dependencies

### Describe the bug When trying to install `@storybook/ember-cli-storybook` with npm in version 8.11.0 it always gives me the following error: ``` npm ERR! Invalid Version: 3.5.0pr2 ``` The error...

bug

### Describe the bug When I create a new ember app and follow [the instructions here](https://storybook.js.org/docs/ember/get-started/install), I make it to `ember install @storybook/ember-cli-storybook` at which point I get the following...

bug

Would it be possible to get a release of `0.5.0` with the `src` fix (found here: https://github.com/storybookjs/ember-cli-storybook/commit/9f693aa5cbb4a881c14f45de62eb9bd938e4184d) backported to it? For those of us stuck on versions of node below...

Hello 👋 Not really an issue, just a question: I was wondering if there is a way to use [the interaction API](https://storybook.js.org/docs/react/essentials/interactions#writing-interactions) from storybook to test user interactions in stories?...

When changing a knob the transitions between states arent showing. It seems likee the whole component is reinserted everytume. How can I avoid a full re-render/remount? This is for ember...

bug
help wanted

If users of this addon want to include their own `meta` tags, it would either require modifying the config so that users could add to the `lookupTable` or include all...

We use `.envrc` instead of `.env` for our app. It'd be great if we could configure this [code](https://github.com/storybookjs/ember-cli-storybook/blob/master/index.js#L96-L106) to check for `.envrc` instead so that we don't have to deal...

enhancement
help wanted

When running `ember test -s`, after any file save, storybook will incrementally build and slow down testing a lot. Is there a way to prevent incremental storybook buildings when running...

question

I was wondering if we could ignore this [code](https://github.com/storybookjs/ember-cli-storybook/blob/master/index.js#L96-L106) when I have the `STORYBOOK_NAME` environment variable already defined?

enhancement