Skip to content

Releases: NordSecurity/storyblok-rich-text-astro-renderer

v2.2.2

22 Oct 09:56
Compare
Choose a tag to compare

What's Changed

  • Update SCA/SAST workflows with refactored versions by @lukjok in #243
  • fix(deps): Bump rollup from 4.12.0 to 4.24.0 by @dependabot in #244
  • chore(deps-dev): Bump husky from 8.0.3 to 9.1.6 by @dependabot in #220
  • chore(deps-dev): Bump vitest from 1.3.1 to 2.1.3 by @dependabot in #239
  • chore(deps-dev): Bump vite from 5.1.7 to 5.1.8 by @dependabot in #245
  • chore(deps-dev): Bump @commitlint/config-conventional from 19.1.0 to 19.5.0 by @dependabot in #219
  • Update SAST workflow project path by @lukjok in #246
  • Bump astro to 4.16.6, storyblok/js to 3.1.6, update husky configuration by @edvinasjurele in #251
  • chore(deps-dev): Bump vite-plugin-dts from 4.2.1 to 4.2.4 by @dependabot in #249
  • chore(deps-dev): Bump typescript from 5.5.4 to 5.6.3 by @dependabot in #247

Full Changelog: v2.2.1...v2.2.2

v2.2.1

10 Sep 05:35
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.2.0...v2.2.1

v2.2.0

12 Mar 07:28
c512456
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.1.1...v2.2.0

v2.1.1

05 Jan 09:41
889e087
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.1.0...v2.1.1

v2.1.0

20 Dec 15:02
4357f87
Compare
Choose a tag to compare

What's Changed

New Contributors

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

v2.0.0

17 Oct 13:37
Compare
Choose a tag to compare

What's Changed

  • chore(deps): Bump zod from 3.21.4 to 3.22.4 in /demo by @dependabot in #71
  • fix(deps): Bump postcss from 8.4.28 to 8.4.31 by @dependabot in #72
  • fix(deps): Bump zod from 3.21.4 to 3.22.4 by @dependabot in #73
  • chore: bump astro and storyblok/astro v3, use node 18.14.1 by @edvinasjurele in #70
  • fix types export for astro 3 and typescript 5 by @jsve in #74

BREAKING CHANGES

  • The TS types imports has been changed.
    • RichTextRenderer.astro file no long exports RichTextType types. See updated usage example in README.
    • The TS changes are imposed by bumping Astro v3 in demo (consumer) app

New Contributors

  • @jsve made their first contribution in #74

Full Changelog: v1.4.1...v2.0.0

v1.4.1

06 Sep 15:53
Compare
Choose a tag to compare

What's Changed

  • Handling edge cases on heading and list_item nodes by @Edo-San in #65

New Contributors

Full Changelog: v1.4.0...v1.4.1

v1.4.0

05 Sep 07:31
Compare
Choose a tag to compare

What's Changed

  • feat: improve nodes and marks TS types, update demo typings by @edvinasjurele in #63

Full Changelog: v1.3.0...v1.4.0

v1.3.0

30 Aug 13:04
Compare
Choose a tag to compare

What's Changed

  • Add missing marks support, fix styled mark, add emoji node by @edvinasjurele in #55
    • Add anchor, code, superscript, subscript, strike, textStyle and highlight marks support
    • Add emoji node support
    • Fix styled mark support, add demo example

Full Changelog: v1.2.0...v1.3.0

v1.2.0

29 Aug 07:28
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.1...v1.2.0