All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.
17.0.0 (2024-10-29)
- removed getSchemaWithNodeType in favor of validateRichTextDocument
16.8.5 (2024-09-09)
Note: Version bump only for package @contentful/rich-text-types
16.8.4 (2024-08-26)
Note: Version bump only for package @contentful/rich-text-types
16.8.3 (2024-07-29)
Note: Version bump only for package @contentful/rich-text-types
16.8.2 (2024-07-24)
16.8.1 (2024-07-17)
- revert schema changes [TOL-2249] (de0157b)
16.8.0 (2024-07-17)
- update inline enum order [] (#620) (8643e11)
- update schema for rich text types [TOL-2249] (#619) (010831e)
16.7.0 (2024-07-16)
16.6.3 (2024-07-16)
Note: Version bump only for package @contentful/rich-text-types
16.6.2 (2024-07-16)
Note: Version bump only for package @contentful/rich-text-types
16.6.1 (2024-06-25)
Note: Version bump only for package @contentful/rich-text-types
16.6.0 (2024-06-25)
16.5.4 (2024-06-25)
Note: Version bump only for package @contentful/rich-text-types
16.5.3 (2024-06-25)
Note: Version bump only for package @contentful/rich-text-types
16.5.2 (2024-05-28)
Note: Version bump only for package @contentful/rich-text-types
16.5.1 (2024-05-27)
16.5.0 (2024-05-24)
16.4.0 (2024-05-22)
16.3.5 (2024-03-04)
16.3.4 (2024-01-30)
Note: Version bump only for package @contentful/rich-text-types
16.3.3 (2024-01-23)
Note: Version bump only for package @contentful/rich-text-types
16.3.2 (2024-01-23)
Note: Version bump only for package @contentful/rich-text-types
16.3.1 (2024-01-23)
Note: Version bump only for package @contentful/rich-text-types
16.3.0 (2023-09-12)
16.2.1 (2023-08-04)
Note: Version bump only for package @contentful/rich-text-types
16.2.0 (2023-05-26)
16.1.0 (2023-05-04)
16.0.3 (2023-03-14)
Note: Version bump only for package @contentful/rich-text-types
16.0.2 (2022-12-01)
Note: Version bump only for package @contentful/rich-text-types
16.0.1 (2022-12-01)
Note: Version bump only for package @contentful/rich-text-types
- add prettier write command (#345) (0edad4c)
- revert change to monorepo tsconfig, apply to tsconfig in rich-text-types (#358) (56126cc)
- allow the first item in Table to be a TableHeaderRow (9a6de55)
- don't export the helper TableHeaderRow type (179c3cb)
- typo (2282665)
- add TableHeaderCell type (5e25ac9)
- add rowspan (e0264fb)
- add table markup support (c6ae127)
- π configure rollup copy correctly (3446a33)
- πΈ emptyDoc representing an empty RT document (80315ef)
- π add Object.values and Array.prototype.includes polyfills (9e2ffb4)
- π Removes obsolete field
title
from Hyperlinks (8cb9027)
- πΈ Add rich-text-references (363b4e5)
- πΈ adds json schema generation to rich text types (8916140)
- πΈ introduces top-level-block type (a6bf35e)
- πΈ removes nodeClass from Node interface (09b8162)
- Removes accidentally added nodeClass
- πΈ Explicitly declare nodeClass and nodeType in core types (0749c61)
- Potentially breaks TypeScript libraries pulling this in as a dependency if they are not explicitly stating nodeClass and nodeType.
- π Revert mock hypenation commits (bde9432)
- πΈ take all packages out of "demo mode" (815f18b)
- renames all packages
15.15.1 (2022-11-30)
15.15.0 (2022-11-29)
15.14.1 (2022-11-23)
Note: Version bump only for package @contentful/rich-text-types
15.14.0 (2022-11-14)
15.13.2 (2022-09-07)
- add prettier write command (#345) (0edad4c)
- revert change to monorepo tsconfig, apply to tsconfig in rich-text-types (#358) (56126cc)
15.12.1 (2022-04-21)
Note: Version bump only for package @contentful/rich-text-types
15.12.0 (2022-03-25)
15.11.1 (2022-01-04)
15.11.0 (2021-12-27)
15.10.1 (2021-12-21)
Note: Version bump only for package @contentful/rich-text-types
15.10.0 (2021-12-15)
15.9.1 (2021-12-10)
15.9.0 (2021-12-09)
15.7.0 (2021-11-11)
15.6.2 (2021-11-05)
Note: Version bump only for package @contentful/rich-text-types
15.6.1 (2021-11-05)
Note: Version bump only for package @contentful/rich-text-types
15.6.0 (2021-11-04)
Note: Version bump only for package @contentful/rich-text-types
15.5.1 (2021-10-25)
15.5.0 (2021-10-25)
15.3.6 (2021-09-15)
15.3.5 (2021-09-13)
15.3.3 (2021-09-07)
Note: Version bump only for package @contentful/rich-text-types
15.3.2 (2021-09-07)
Note: Version bump only for package @contentful/rich-text-types
15.3.1 (2021-09-07)
Note: Version bump only for package @contentful/rich-text-types
15.3.0 (2021-09-06)
- allow the first item in Table to be a TableHeaderRow (9a6de55)
- don't export the helper TableHeaderRow type (179c3cb)
- typo (2282665)
- add TableHeaderCell type (5e25ac9)
15.2.0 (2021-09-06)
- allow the first item in Table to be a TableHeaderRow (9a6de55)
- don't export the helper TableHeaderRow type (179c3cb)
- typo (2282665)
- add TableHeaderCell type (5e25ac9)
15.1.0 (2021-08-02)
- add rowspan (e0264fb)
15.0.0 (2021-06-15)
- add table markup support (c6ae127)
14.1.2 (2020-11-02)
- π configure rollup copy correctly (3446a33)
14.0.1 (2020-01-30)
- πΈ emptyDoc representing an empty RT document (80315ef)
14.0.0 (2020-01-28)
13.4.0 (2019-08-01)
13.1.0 (2019-03-04)
13.0.0 (2019-01-22)
12.1.2 (2018-12-14)
12.0.1 (2018-12-04)
- π add Object.values and Array.prototype.includes polyfills (9e2ffb4)
12.0.0 (2018-11-29)
11.0.0 (2018-11-27)
- π Removes obsolete field
title
from Hyperlinks (8cb9027)
10.3.0 (2018-11-26)
10.2.0 (2018-11-19)
- πΈ Add rich-text-references (363b4e5)
10.1.0 (2018-11-16)
- πΈ adds json schema generation to rich text types (8916140)
- πΈ introduces top-level-block type (a6bf35e)
10.0.1 (2018-11-08)
10.0.0 (2018-11-02)
- πΈ removes nodeClass from Node interface (09b8162)
- Removes accidentally added nodeClass
9.0.2 (2018-10-31)
9.0.0 (2018-10-30)
- πΈ Explicitly declare nodeClass and nodeType in core types (0749c61)
- Potentially breaks TypeScript libraries pulling this in as a dependency if they are not explicitly stating nodeClass and nodeType.
8.0.3 (2018-10-30)
8.0.2 (2018-10-29)
8.0.1 (2018-10-26)
- π Revert mock hypenation commits (bde9432)
- πΈ take all packages out of "demo mode" (815f18b)
- renames all packages