Skip to content

Releases: storyblok/richtext

v3.0.0

28 Oct 10:12
Compare
Choose a tag to compare
  • Merge pull request #133 from storyblok/chore/update-deps-28-10 (1018399)
  • chore: fix lint (5a2f42a)
  • chore(deps): update dev deps (27ce331)
  • Merge pull request #132 from storyblok/bugfix/124-css-class-set-in-richtext-renders-as-span-style=class-my-class-instead-of-span-class=my-class (e4c424a)
  • fix: deconstruct class and id from style attributes on marks (ee65a01)
  • Merge pull request #131 from storyblok/bugfix/105-optional-keyed-resolvers (ab7f47a)
  • chore: fix lint on react playground (2fe4a15)
  • chore(test): increase coverage of keyedResolvers (e61b3b2)
  • fix: jsx issue with images having an empty children property (48b9e53)
  • feat!: removed key property from resolvers (8b28d90)
  • Merge pull request #122 from storyblok/chore/update-deps-18-10-24 (f14a87d)
  • chore: update deps (48c967e)
  • Merge pull request #119 from storyblok/dependabot/npm_and_yarn/linting-dx-tools-b4bbc4be0a (b4f092e)
  • Merge pull request #121 from storyblok/chore/ci-actions (ab017b5)
  • chore(ci): add lint and pkg.pr.new.yml (3e68863)
  • Merge pull request #120 from storyblok/chore/remove-unnecesary-or-operators (4c88ce2)
  • chore: remove unnecesary or operators (87a9e93)
  • Merge pull request #117 from storyblok/dependabot/npm_and_yarn/vite-plugin-dts-4.2.4 (f631028)
  • chore(deps-dev): bump the linting-dx-tools group across 1 directory with 2 updates (e5a48e8)
  • chore(deps-dev): bump vite-plugin-dts from 4.0.3 to 4.2.4 (2269c93)
  • Merge pull request #108 from storyblok/chore/remove-husky-add-eslint-flat (ef1d284)
  • chore: fixed incorrect autofix with types imports (439106d)
  • chore: fix text types (19dfeb2)
  • chore: new linter config (58d129c)
  • Merge branch 'main' into chore/remove-husky-add-eslint-flat (bb55e03)
  • Merge pull request #114 from storyblok/dependabot/npm_and_yarn/storyblok/vue-8.1.4 (c957c3e)
  • Update LICENSE (c11eb0c)
  • fix(deps): bump @storyblok/vue from 8.0.7 to 8.1.4 (e03bd8b)
  • Merge pull request #107 from storyblok/chore/remove-fake-test-packages (a4d6967)
  • chore: remove fake local packages (06d4e9c)
  • chore: remove husky folder (606e30b)
  • Merge pull request #106 from storyblok/chore/temporarely-remove-automatic-releases (a699240)
  • chore: manually bump package.json version to latest available (010ee9a)
  • chore: temporarely remove automatic releases with semantic-release (60d0569)
  • ci: update version of semantic release on action (54befd6)
  • Merge pull request #100 from storyblok/dependabot/npm_and_yarn/testing-tools-1a6d81f7a9 (9a959f2)
  • Merge pull request #91 from storyblok/dependabot/npm_and_yarn/linting-dx-tools-103d700d3a (78dd8d5)
  • Merge pull request #101 from storyblok/dependabot/npm_and_yarn/vite-plugin-banner-0.8.0 (b9fc4b2)
  • chore(deps-dev): bump vite-plugin-banner from 0.7.1 to 0.8.0 (7692414)
  • chore(deps-dev): bump vitest in the testing-tools group (e273ead)
  • chore(deps-dev): bump the linting-dx-tools group across 1 directory with 4 updates (d0fefe2)
  • Merge pull request #95 from storyblok/dependabot/npm_and_yarn/vitest/ui-2.1.1 (89cc8cf)
  • Merge pull request #97 from oscard0m/patch-1 (0237df3)
  • chore(deps-dev): bump @vitest/ui from 2.0.4 to 2.1.1 (0a927eb)
  • Merge pull request #98 from storyblok/dependabot/npm_and_yarn/vite-5.4.7 (66ab4b7)
  • chore(deps-dev): bump vite from 5.1.6 to 5.4.7 (c69724b)
  • docs(README.md): remove duplicate key blur in optimizeImages example (3f90940)

What's Changed

  • chore(deps-dev): bump vite from 5.1.6 to 5.4.7 by @dependabot in #98
  • docs(README.md): remove duplicate key blur in optimizeImages example by @oscard0m in #97
  • chore(deps-dev): bump @vitest/ui from 2.0.4 to 2.1.1 by @dependabot in #95
  • chore(deps-dev): bump vite-plugin-banner from 0.7.1 to 0.8.0 by @dependabot in #101
  • chore(deps-dev): bump the linting-dx-tools group across 1 directory with 4 updates by @dependabot in #91
  • chore(deps-dev): bump vitest from 2.0.5 to 2.1.1 in the testing-tools group by @dependabot in #100
  • chore: temporarily remove automatic releases by @alvarosabu in #106
  • chore: remove fake local packages by @alvarosabu in #107
  • fix(deps): bump @storyblok/vue from 8.0.7 to 8.1.4 by @dependabot in #114
  • chore: linting strategy by @alvarosabu in #108
  • chore(deps-dev): bump vite-plugin-dts from 4.0.3 to 4.2.4 by @dependabot in #117
  • chore: remove unnecessary OR operators by @alvarosabu in #120
  • chore(ci): add lint and pkg.pr.new.yml by @alvarosabu in #121
  • chore(deps-dev): bump the linting-dx-tools group across 1 directory with 2 updates by @dependabot in #119
  • chore: update deps by @alvarosabu in #122
  • feat!: 105 optional keyed resolvers and 123 image issues in React by @alvarosabu in #131
  • fix: deconstruct class and id from style attributes on marks by @alvarosabu in #132
  • chore(deps): update dev deps by @alvarosabu in #133

New Contributors

Full Changelog: v2.1.0...v3.0.0

v2.1.0

01 Oct 09:10
b2c97f2
Compare
Choose a tag to compare

What's Changed

  • feat: add repository and homepage fields to package.json by @hoersamu in #99

New Contributors

Full Changelog: v2.0.1...v2.1.0

v2.0.1

01 Oct 09:12
80458eb
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0.0...v2.0.1

v2.0.0

27 Aug 11:25
022f60c
Compare
Choose a tag to compare

What's Changed

  • chore(deps-dev): bump typescript from 5.4.2 to 5.5.4 by @dependabot in #60
  • chore(deps-dev): bump vite-plugin-dts from 4.0.0-beta.2 to 4.0.3 by @dependabot in #75
  • chore(deps-dev): bump vitest from 2.0.4 to 2.0.5 in the testing-tools group by @dependabot in #74
  • ci: remove pull_request trigger by @alvarosabu in #76

Breaking changes

  • feat(types)!: replace sb types naming to storyblok by @alvarosabu in #80

Full Changelog: v1.0.1...v2.0.0

v1.0.1

27 Aug 11:26
88e6186
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.0...v1.0.1

v1.0.0

31 Jul 07:18
Compare
Choose a tag to compare

What's Changed

  • docs: PRO-412 optimize img and sanitization docs by @alvarosabu in #64

Full Changelog: v0.4.1...v1.0.0

v0.4.1

19 Jul 07:16
Compare
Choose a tag to compare
  • Merge pull request #56 from storyblok/chore/type-annotations-and-docs (f749862)
  • docs: added type annoations and jsdocs when matter (7f7e52c)
  • Merge pull request #55 from storyblok/bugfix/breaks-if-no-options-passed (94b3a3d)
  • fix: set fallback empty object for options (a26be70)

What's Changed

  • fix: set fallback empty object for options by @alvarosabu in #55
  • docs: added type annotations and jsdocs where matter by @alvarosabu in #56

Full Changelog: v0.4.0...v0.4.1

v0.4.0

09 Jul 08:40
Compare
Choose a tag to compare
  • chore: update vue related code with new type (749a2ff)
  • feat(types): added SbRichTextDocumentNode for doc objects (257ba15)

Full Changelog: v0.3.0...v0.4.0

v0.3.0

08 Jul 12:41
Compare
Choose a tag to compare
  • Merge pull request #50 from storyblok/feature/improve-types (3e3ec5f)
  • feat: ensure consistent prefix on types related to richtext (bf729a2)
  • chore(playground): test types on vue playground (4714fc1)
  • chore(packages): updated react demo package types (47be45a)
  • chore(packages): testing vue component types approach (1c87ae6)
  • chore(packages): updated types of vue package example (7178369)
  • feat(types): pass generic down to SbRichTextResolvers (49ca9dc)
  • feat(types)!: added SbRich prefix to generic types like Nodes and NodeTypes (269c3cd)
  • Merge pull request #48 from storyblok/chore/pnpm-action-ci-upgrade (1b857ea)
  • chore(ci): removed pnpm version on ci in favor of packageManager (40d2d5a)
  • chore(ci): update pnpm/action-setup to v4 (2651c5c)

What's Changed

Full Changelog: v0.2.0...v0.3.0

v0.2.0

05 Jul 07:54
Compare
Choose a tag to compare
  • feat: set function export to camelCase to differentiate from legacy solution (8f0c317)

Full Changelog: v0.1.0...v0.2.0