From 3af8201489b35d84426e6cddb9824a757d27cc5e Mon Sep 17 00:00:00 2001 From: Benjamin Canac Date: Tue, 30 Jun 2020 10:05:17 +0200 Subject: [PATCH] chore(release): 1.4.0 --- CHANGELOG.md | 51 +++++++++++++++++++++++++++++++++++++++++++++++++++ package.json | 4 ++-- 2 files changed, 53 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 75215c358..4f0392659 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,57 @@ 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. +## [1.4.0](https://github.com/nuxt/content/compare/v1.3.2...v1.4.0) (2020-06-30) + + +### ⚠ BREAKING CHANGES + +* plugins disappear in favor of remarkPlugins and rehypePlugins. basePlugins also disappear in favor of deep merging and functions override + +* docs: update for rehype plugins + +* feat(lib): improve plugins parser + +* docs: fix code-group component + +* docs: update for new plugins options + +* docs: add changelog page + +* feat(lib): use nuxt resolver for local plugins + +* docs: update configuration + +* feat(lib): remove nuxt dependency + +* docs: minor improvements + +* chore: add getOptions for programmatic usage + +* fix(lib): add missing property after merge + +* chore(lib): improve plugins parsing + +* test: options merging + +Co-authored-by: Sébastien Chopin + +### Features + +* add .yml support for YAML ([#167](https://github.com/nuxt/content/issues/167)) ([a2b5b05](https://github.com/nuxt/content/commit/a2b5b0545c20b2a43dca53e0fb6a2db1b1db0c1b)) +* allow to send back text ([#126](https://github.com/nuxt/content/issues/126)) ([e579037](https://github.com/nuxt/content/commit/e5790374d5aa8b3a66e97cc73c50e885ff9f1487)) +* live editing ([#125](https://github.com/nuxt/content/issues/125)) ([2570fd0](https://github.com/nuxt/content/commit/2570fd06a206f8f8eea7d37bbae5dec41032b0dd)) +* rehype plugins ([#65](https://github.com/nuxt/content/issues/65)) ([f6bb586](https://github.com/nuxt/content/commit/f6bb586435418ef954f77ddfee18d4cb0c0b4781)) +* without fields ([#179](https://github.com/nuxt/content/issues/179)) ([712b743](https://github.com/nuxt/content/commit/712b7436c19c852d93694d3f9033653273677cdc)) + + +### Bug Fixes + +* **lib:** handle classes on nuxt-content component ([#165](https://github.com/nuxt/content/issues/165)) ([db9fbca](https://github.com/nuxt/content/commit/db9fbca6d5f5ff1719f6dc3998304ef0e475d3df)) +* **lib:** handle spa ([#180](https://github.com/nuxt/content/issues/180)) ([09edd98](https://github.com/nuxt/content/commit/09edd983524bce5e100bfc8cd73336c2ecf87d1b)) +* attributes case ([#143](https://github.com/nuxt/content/issues/143)) ([2df54ec](https://github.com/nuxt/content/commit/2df54ec859377a242b3c740b4a52dcb74b19058e)) +* **lib:** remove rehype-minify-whitespace ([#124](https://github.com/nuxt/content/issues/124)) ([c267fb0](https://github.com/nuxt/content/commit/c267fb067cb1b311d1f5be37cb8030f985a0c676)) + ### [1.3.2](https://github.com/nuxt/content/compare/v1.3.1...v1.3.2) (2020-06-10) diff --git a/package.json b/package.json index 800581ebf..c5ef8ecea 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nuxt/content", - "version": "1.3.2", + "version": "1.4.0", "description": "Write your content inside your Nuxt app", "repository": "nuxt/content", "license": "MIT", @@ -74,4 +74,4 @@ "publishConfig": { "access": "public" } -} \ No newline at end of file +}