diff --git a/.storybook/main.ts b/.storybook/main.ts index b4d00a6f8..a8e92fdb1 100644 --- a/.storybook/main.ts +++ b/.storybook/main.ts @@ -24,13 +24,6 @@ const config: StorybookConfig = { '@storybook/addon-links', '@storybook/addon-interactions', '@geometricpanda/storybook-addon-badges', - { - name: '@storybook/addon-docs', - options: { - configureJSX: true, - transcludeMarkdown: true, - }, - }, { name: '@storybook/addon-styling', options: { diff --git a/CHANGELOG.md b/CHANGELOG.md index b9d14913c..a33a96e4f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,19 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [13.8.0](https://github.com/chanzuckerberg/edu-design-system/compare/v13.7.1...v13.8.0) (2023-12-06) + + +### Features + +* separate ClickableStyles from core components ([#1759](https://github.com/chanzuckerberg/edu-design-system/issues/1759)) ([c7fc2af](https://github.com/chanzuckerberg/edu-design-system/commit/c7fc2afd989dfbb256279ca2766f18d660bab918)) +* **Tag:** mark yield color variant as deprecated ([#1815](https://github.com/chanzuckerberg/edu-design-system/issues/1815)) ([bd14083](https://github.com/chanzuckerberg/edu-design-system/commit/bd1408348dfc30a0b892301aea800b378b7ca9b4)) + + +### Bug Fixes + +* remove duplicate addon-docs loading ([#1816](https://github.com/chanzuckerberg/edu-design-system/issues/1816)) ([42a634c](https://github.com/chanzuckerberg/edu-design-system/commit/42a634cb0c934735052afbd742b2cef086b4d827)) + ### [13.7.1](https://github.com/chanzuckerberg/edu-design-system/compare/v13.7.0...v13.7.1) (2023-11-16) diff --git a/package.json b/package.json index b80ae58db..3f6974623 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@chanzuckerberg/eds", - "version": "13.7.1", + "version": "13.8.0", "description": "The React-powered design system library for Chan Zuckerberg Initiative education web applications", "author": "CZI ", "homepage": "https://github.com/chanzuckerberg/edu-design-system", @@ -91,7 +91,7 @@ "@headlessui/react": "^1.7.17", "@popperjs/core": "^2.11.8", "@tippyjs/react": "^4.2.6", - "@types/lodash": "^4.14.201", + "@types/lodash": "^4.14.202", "clsx": "^2.0.0", "graphemer": "^1.4.0", "lilconfig": "^2.1.0", @@ -106,7 +106,7 @@ "svg4everybody": "^2.1.9" }, "devDependencies": { - "@babel/preset-env": "^7.23.3", + "@babel/preset-env": "^7.23.5", "@babel/preset-react": "^7.23.3", "@babel/preset-typescript": "^7.23.3", "@chanzuckerberg/axe-storybook-testing": "^7.1.3", @@ -115,42 +115,41 @@ "@chanzuckerberg/eslint-plugin-edu-react": "^1.1.9", "@chanzuckerberg/eslint-plugin-stories": "^3.2.14", "@chanzuckerberg/story-utils": "^4.0.0", - "@commitlint/cli": "^18.4.1", - "@commitlint/config-conventional": "^18.4.0", + "@commitlint/cli": "^18.4.3", + "@commitlint/config-conventional": "^18.4.3", "@geometricpanda/storybook-addon-badges": "^2.0.0", - "@omlet/cli": "^1.0.1-beta.38", + "@omlet/cli": "^1.0.1-beta.39", "@rollup/plugin-node-resolve": "^15.2.3", "@rollup/plugin-typescript": "^11.1.5", "@size-limit/file": "^8.2.6", - "@storybook/addon-a11y": "^7.5.3", - "@storybook/addon-docs": "^7.5.3", - "@storybook/addon-essentials": "^7.5.3", - "@storybook/addon-interactions": "^7.5.3", - "@storybook/addon-links": "^7.5.3", + "@storybook/addon-a11y": "^7.6.3", + "@storybook/addon-essentials": "^7.6.3", + "@storybook/addon-interactions": "^7.6.3", + "@storybook/addon-links": "^7.6.3", "@storybook/addon-styling": "^1.3.7", - "@storybook/react": "^7.5.3", - "@storybook/react-webpack5": "^7.5.3", + "@storybook/react": "^7.6.3", + "@storybook/react-webpack5": "^7.6.3", "@storybook/testing-library": "^0.2.2", "@storybook/testing-react": "^2.0.1", - "@testing-library/jest-dom": "^6.1.4", - "@testing-library/react": "^14.1.0", + "@testing-library/jest-dom": "^6.1.5", + "@testing-library/react": "^14.1.2", "@testing-library/user-event": "^14.5.1", - "@types/jest": "^29.5.8", - "@types/node": "^20.9.0", - "@types/react": "^18.2.37", + "@types/jest": "^29.5.10", + "@types/node": "^20.10.1", + "@types/react": "^18.2.39", "@types/react-beautiful-dnd": "^13.1.7", - "@types/react-dom": "^18.2.15", + "@types/react-dom": "^18.2.17", "@types/react-portal": "^4.0.6", "axe-core": "4.8.2", - "chromatic": "^9.0.0", + "chromatic": "^9.1.0", "codecov": "^3.8.3", "copyfiles": "^2.4.1", - "eslint": "^8.53.0", + "eslint": "^8.54.0", "eslint-config-prettier": "^9.0.0", "eslint-plugin-jest": "^27.6.0", "eslint-plugin-prettier": "^5.0.1", "eslint-plugin-storybook": "^0.6.15", - "eslint-plugin-testing-library": "^6.1.2", + "eslint-plugin-testing-library": "^6.2.0", "husky": "^8.0.3", "identity-obj-proxy": "^3.0.0", "jest": "^29.7.0", @@ -168,11 +167,11 @@ "prettier-plugin-tailwindcss": "^0.5.7", "react": "^18.2.0", "react-dom": "^18.2.0", - "rollup": "^4.4.0", + "rollup": "^4.6.1", "rollup-plugin-postcss": "^4.0.2", "size-limit": "^8.2.6", "standard-version": "^9.5.0", - "storybook": "^7.5.3", + "storybook": "^7.6.3", "style-dictionary": "^3.9.0", "stylelint": "^15.11.0", "stylelint-config-recommended": "^13.0.0", diff --git a/src/components/Accordion/__snapshots__/Accordion.test.tsx.snap b/src/components/Accordion/__snapshots__/Accordion.test.tsx.snap index 59823a6bc..8ae975d86 100644 --- a/src/components/Accordion/__snapshots__/Accordion.test.tsx.snap +++ b/src/components/Accordion/__snapshots__/Accordion.test.tsx.snap @@ -12,7 +12,7 @@ exports[` Default story renders snapshot 1`] = ` > ); }, ); diff --git a/src/components/Button/__snapshots__/Button.test.tsx.snap b/src/components/Button/__snapshots__/Button.test.tsx.snap index 1239a7c9b..fd20c00fa 100644 --- a/src/components/Button/__snapshots__/Button.test.tsx.snap +++ b/src/components/Button/__snapshots__/Button.test.tsx.snap @@ -2,7 +2,7 @@ exports[` `; -exports[` -`; - -exports[` -`; - -exports[` -`; - -exports[` -`; - exports[` +`; diff --git a/src/components/DragDrop/__snapshots__/DragDrop.test.ts.snap b/src/components/DragDrop/__snapshots__/DragDrop.test.ts.snap index 29c15444d..241a97398 100644 --- a/src/components/DragDrop/__snapshots__/DragDrop.test.ts.snap +++ b/src/components/DragDrop/__snapshots__/DragDrop.test.ts.snap @@ -576,7 +576,7 @@ exports[` Interactive story renders snapshot 1`] = ` class="ml-auto" >