ember-cli-storybook
ember-cli-storybook copied to clipboard
π Ember storybook adapter
### Describe the bug Fresh ember app / addon trying to install `@storybook/ember-cli-storybook` erroring out. ### Steps to reproduce the behavior ```bash ember new example cd example ember install @storybook/ember-cli-storybook...
Fixes `Cannot read properties of undefined (reading 'indexOf')` error
My app uses `ember-cli-segment`, which adds a script tag (something similar to a Google Analytics tag) to my HTML. It ends up in the preview with a `` tag. The...
Starting up a new ember install version 4.10.0, I cannot set up storybook. It requires vite or webpack5, I fixed it via the last comment here: https://github.com/storybookjs/storybook/issues/22618 I finally got...
Bumps [ember-cli](https://github.com/ember-cli/ember-cli) from 3.28.6 to 4.12.1. Release notes Sourced from ember-cli's releases. Release 4.12.1 Blueprint Changes ember new diff ember addon diff Changelog #10251 [BUGFIX release] Remove stylelint-config-prettier from app...
Bumps [ember-source](https://github.com/emberjs/ember.js) from 3.28.11 to 4.12.0. Release notes Sourced from ember-source's releases. v4.12.0 CHANGELOG #20352 [FEATURE] Enable generating Typescript blueprints when isTypeScriptProject is true without additional environment variables per [RFC...
Bumps [ember-template-lint](https://github.com/ember-template-lint/ember-template-lint) from 4.18.2 to 5.7.3. Release notes Sourced from ember-template-lint's releases. Release 5.7.3 :bug: Bug Fix #2339 Convert path to URL before import of config/plugin for Windows support (@βlifeart)...
Bumps [jest](https://github.com/facebook/jest/tree/HEAD/packages/jest) from 27.5.1 to 29.5.0. Release notes Sourced from jest's releases. v29.5.0 Features [jest-changed-files] Support Sapling (#13941) [jest-circus, @jest/cli, jest-config] Add feature to randomize order of tests via CLI...
Bumps [ember-resolver](https://github.com/ember-cli/ember-resolver) from 8.1.0 to 10.0.0. Release notes Sourced from ember-resolver's releases. Release 10.0.0 :boom: Breaking Change :bug: Bug Fix #862 Add @βember/string as a peerDep to indicate the package...
Hey, I'm opening this issue to track any progress or work that needs to be done in order to be compatible with **Storybook 7** It seems that we may need...