File tree Expand file tree Collapse file tree
src/storybook/stories/top-level-mdx Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4242 NETLIFY_AUTH_TOKEN : ${{ secrets.RESPVIS_NETLIFY }}
4343 NETLIFY_SITE_ID : ${{ secrets.RESPVIS_NETLIFY_MASTER_DOCS_SITE_ID }}
4444 with :
45- args : deploy --dir=storybook-static --prod
45+ args : deploy --dir=storybook-static --prod --filter respvis-core
4646 secrets : ' ["RESPVIS_NETLIFY", "RESPVIS_NETLIFY_MASTER_DOCS_SITE_ID"]'
Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ import {Meta} from "@storybook/blocks";
1818
1919- Test removal of path aliases and working with workspace
2020 module resolution instead.
21+ - Add TSLint and Prettier to enforce naming conventions.
2122
2223
2324
@@ -33,3 +34,4 @@ import {Meta} from "@storybook/blocks";
3334## Bugs
3435
3536- Firefox: Fast resizing of charts with many data points leads to strange error log
37+ - Self-contained grouped bar chart example: Labels disappear partially on numeric filtering
You can’t perform that action at this time.
0 commit comments