diff --git a/CHANGELOG.md b/CHANGELOG.md index d342044..e23da78 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,34 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [3.0.0](https://github.com/sanity-io/sanity-plugin-markdown/compare/v2.1.1...v3.0.0) (2022-11-17) + +### ⚠ BREAKING CHANGES + +- this version does not work in Sanity Studio V2. + Also note that it does not currently work in next.js. +- This breaks drag-and-drop image uploads for now. + react-mde did not play nice with Studio v3 production build, so a replacement had to be found. + react-md-editor was chosen for now. +- This version no longer works in Studio v2 + +### Features + +- initial Sanity Studio v3 release ([4af0f97](https://github.com/sanity-io/sanity-plugin-markdown/commit/4af0f9768b89540074abeeb8fc13f2b935c51f62)) +- initial studio v3 version ([a991cb0](https://github.com/sanity-io/sanity-plugin-markdown/commit/a991cb0c9e55056b92ff71cd407b09ee913bb8b9)) +- replaced react-mde with react-md-editor for editing ([#30](https://github.com/sanity-io/sanity-plugin-markdown/issues/30)) ([f1ddaea](https://github.com/sanity-io/sanity-plugin-markdown/commit/f1ddaea59dca3dd90a307888b9f1cf7b0823b425)) +- restored drag-and-drop and paste image functionality (without progressbar) ([90676f1](https://github.com/sanity-io/sanity-plugin-markdown/commit/90676f1448dad6501950e7b0d939201a8eb853a6)) + +### Bug Fixes + +- compiled for sanity 3.0.0-rc.0 ([2194095](https://github.com/sanity-io/sanity-plugin-markdown/commit/2194095e4a9b3d93ffdcc02c9127d48cf13fecf6)) +- **deps:** dev-preview.21 ([63f2394](https://github.com/sanity-io/sanity-plugin-markdown/commit/63f2394badd0ebe40eca94c5e3452502f3a3d88d)) +- **deps:** dev-preview.22 ([653dc00](https://github.com/sanity-io/sanity-plugin-markdown/commit/653dc00a440fffff4f786a9e95faf663d4674b42)) +- **deps:** dev-preview.22 ([5d9f777](https://github.com/sanity-io/sanity-plugin-markdown/commit/5d9f777d54b33a40b62818e67f1494b18f256881)) +- **deps:** pkg-utils & @sanity/plugin-kit ([ce62e67](https://github.com/sanity-io/sanity-plugin-markdown/commit/ce62e67168307ca5ceb7528198aeb06a4748246b)) +- **deps:** sanity 3.0.0-dev-preview.17 and sanity/ui 0.38 ([922705f](https://github.com/sanity-io/sanity-plugin-markdown/commit/922705f27570bd212f8cb136111ea5454c12c815)) +- **deps:** update dependency @sanity/plugin-kit to ^2.0.9 ([#36](https://github.com/sanity-io/sanity-plugin-markdown/issues/36)) ([34a92ab](https://github.com/sanity-io/sanity-plugin-markdown/commit/34a92abade6b32499623afaf9aee82684471a0e2)) + ## [3.0.0-v3-studio.7](https://github.com/sanity-io/sanity-plugin-markdown/compare/v3.0.0-v3-studio.6...v3.0.0-v3-studio.7) (2022-11-04) ### Bug Fixes diff --git a/package-lock.json b/package-lock.json index 0019357..4176543 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "sanity-plugin-markdown", - "version": "3.0.0-v3-studio.7", + "version": "3.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "sanity-plugin-markdown", - "version": "3.0.0-v3-studio.7", + "version": "3.0.0", "license": "MIT", "dependencies": { "@sanity/incompatible-plugin": "^1.0.4", diff --git a/package.json b/package.json index f5061a0..21b4a8c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sanity-plugin-markdown", - "version": "3.0.0-v3-studio.7", + "version": "3.0.0", "description": "Markdown fields in Sanity Studio. Supports Github flavored Markdown and image uploads.", "keywords": [ "sanity",