Skip to content

Latest commit

 

History

History
265 lines (136 loc) · 13.7 KB

CHANGELOG.md

File metadata and controls

265 lines (136 loc) · 13.7 KB

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

1.9.0 (2024-06-28)

Note: Version bump only for package @contentful/experiences-validators

1.8.2 (2024-06-27)

Note: Version bump only for package @contentful/experiences-validators

1.8.1 (2024-06-24)

Note: Version bump only for package @contentful/experiences-validators

1.8.0 (2024-06-17)

Note: Version bump only for package @contentful/experiences-validators

1.7.1 (2024-06-11)

Note: Version bump only for package @contentful/experiences-validators

1.7.0 (2024-06-07)

Note: Version bump only for package @contentful/experiences-validators

1.6.0 (2024-06-03)

Note: Version bump only for package @contentful/experiences-validators

1.5.2 (2024-05-30)

Note: Version bump only for package @contentful/experiences-validators

1.5.1 (2024-05-27)

Note: Version bump only for package @contentful/experiences-validators

1.5.1-beta.2 (2024-05-27)

Note: Version bump only for package @contentful/experiences-validators

1.5.1-beta.1 (2024-05-27)

Note: Version bump only for package @contentful/experiences-validators

1.5.1-beta.0 (2024-05-27)

Note: Version bump only for package @contentful/experiences-validators

1.5.0 (2024-05-16)

Note: Version bump only for package @contentful/experiences-validators

1.5.0-beta.0 (2024-05-16)

Note: Version bump only for package @contentful/experiences-validators

1.4.0 (2024-05-15)

Note: Version bump only for package @contentful/experiences-validators

1.4.0-beta.0 (2024-05-15)

Features

  • validators: add optional slotId to component tree node (6abf9b3)

1.3.0 (2024-05-06)

Note: Version bump only for package @contentful/experiences-validators

1.3.0-beta.0 (2024-05-06)

Note: Version bump only for package @contentful/experiences-validators

1.2.0 (2024-04-30)

Note: Version bump only for package @contentful/experiences-validators

1.2.0-beta.0 (2024-04-30)

Note: Version bump only for package @contentful/experiences-validators

1.1.0 (2024-04-29)

Note: Version bump only for package @contentful/experiences-validators

1.1.0-beta.0 (2024-04-29)

Features

  • validators: add optional displayName to ComponentTreeNode [ALT-780] (#590) (44f51b0)

1.0.9-beta.0 (2024-04-26)

Note: Version bump only for package @contentful/experiences-validators

1.0.8 (2024-04-26)

Note: Version bump only for package @contentful/experiences-validators

1.0.8-beta.0 (2024-04-26)

Note: Version bump only for package @contentful/experiences-validators

1.0.7 (2024-04-25)

Note: Version bump only for package @contentful/experiences-validators

1.0.7-beta.0 (2024-04-25)

Note: Version bump only for package @contentful/experiences-validators

1.0.6 (2024-04-18)

Note: Version bump only for package @contentful/experiences-validators

1.0.6-beta.0 (2024-04-18)

Note: Version bump only for package @contentful/experiences-validators

1.0.5 (2024-04-16)

Note: Version bump only for package @contentful/experiences-validators

1.0.5-beta.0 (2024-04-16)

Note: Version bump only for package @contentful/experiences-validators

1.0.4 (2024-04-12)

Note: Version bump only for package @contentful/experiences-validators

1.0.4-beta.0 (2024-04-12)

Note: Version bump only for package @contentful/experiences-validators

1.0.3 (2024-04-12)

Note: Version bump only for package @contentful/experiences-validators

1.0.3-beta.0 (2024-04-12)

Bug Fixes

Features

  • add hyperlink to component definition (6ced4ba)

1.0.2 (2024-04-04)

Note: Version bump only for package @contentful/experiences-validators

1.0.2-beta.1 (2024-04-04)

Note: Version bump only for package @contentful/experiences-validators

1.0.2-beta.0 (2024-04-04)

Note: Version bump only for package @contentful/experiences-validators

1.0.1 (2024-03-29)

Note: Version bump only for package @contentful/experiences-validators

1.0.1-beta.0 (2024-03-29)

Note: Version bump only for package @contentful/experiences-validators

1.0.0 (2024-03-26)

Note: Version bump only for package @contentful/experiences-validators

Note: Version bump only for package @contentful/experiences-validators

1.0.0 (2024-03-26)

Note: Version bump only for package @contentful/experiences-validators

0.0.1 (2024-03-26)

Note: Version bump only for package @contentful/experiences-validators

0.0.1-beta.1 (2024-03-26)

Note: Version bump only for package @contentful/experiences-validators

0.0.1-beta.0 (2024-03-26)

Bug Fixes

  • build a single index.d.ts file instead of preserving modules (2b6c011)

  • extend validators to validate component registration on editor mode (f0dda61)

  • relax validation for property key length to avoid errors when patterns are used (#410) (2be250e)

  • update background related fields to have display names of Background image and Background color (84aecb4)

  • feat!(components): image component and background image use ctfl asset api for optimized images (dbcbac0)

Features

  • add borderRadius definition to structure components (b2117a7)
  • Convert zod to contentful errors [SPA-1701] (#398) (fd16815)
  • experience validator [SPA-1700] (#348) (3c856d0)

BREAKING CHANGES

  • Any existing experiences that have a background image with a structural component will need to reset their image positioning values.

0.0.1-alpha.6 (2024-03-20)

Bug Fixes

  • build a single index.d.ts file instead of preserving modules (2b6c011)

0.0.1-alpha.5 (2024-03-19)

Bug Fixes

  • extend validators to validate component registration on editor mode (f0dda61)

Features

  • add borderRadius definition to structure components (b2117a7)

0.0.1-alpha.4 (2024-03-18)

Bug Fixes

  • update background related fields to have display names of Background image and Background color (84aecb4)

  • feat!(components): image component and background image use ctfl asset api for optimized images (dbcbac0)

BREAKING CHANGES

  • Any existing experiences that have a background image with a structural component will need to reset their image positioning values.

0.0.1-alpha.3 (2024-02-22)

Bug Fixes

  • relax validation for property key length to avoid errors when patterns are used (#410) (2be250e)

Features

  • Convert zod to contentful errors [SPA-1701] (#398) (fd16815)

0.0.1-alpha.2 (2024-02-21)

Note: Version bump only for package @contentful/experiences-validators

0.0.1-alpha.1 (2024-02-16)

Note: Version bump only for package @contentful/experiences-validators

0.0.1-alpha.0 (2024-02-15)

Features