Skip to content

Latest commit

 

History

History
227 lines (118 loc) · 12.4 KB

CHANGELOG.md

File metadata and controls

227 lines (118 loc) · 12.4 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

2.1.5 (2023-05-22)

Bug Fixes

  • properly resolve types when using TypeScript's latest module resolution strategy (#62) (2041e53)

2.1.4 (2023-01-13)

Bug Fixes

  • support overlapping spans that extend past the preceding span (#59) (c9656db)

Chore

2.1.3 (2022-12-19)

Chore

  • deps: maintain dependencies (9f7004b)

2.1.2 (2022-12-19)

Chore

  • deps: maintain dependencies (feff198)

2.1.1 (2022-07-26)

Chore

2.1.0 (2022-05-05)

Features

  • make text available to all span tree nodes (#55) (ea385cf)

Chore

2.0.1 (2022-01-28)

Chore

  • deps: update dependencies (2150a73)
  • support React Native's Metro bundler (7a61556)

2.0.0 (2022-01-05)

Features

Bug Fixes

  • tree: null check in spans map (3013810)

2.0.0-beta.4 (2021-12-16)

Features

  • allow undefined serializer in composeSerializers (a646491)

2.0.0-beta.3 (2021-12-03)

Chore

  • deps: maintain dependencies (facf5d4)

2.0.0-beta.2 (2021-11-29)

Bug Fixes

  • overlapping text styling duplicate (#51) (4cc025b)
  • use updated RichTextNodeType enum-like type (f5aff0c)

Chore

  • deps: update all dependencies (df8b19a)
  • deps: update dependencies (e385226)

2.0.0-beta.1 (2021-10-12)

Chore

  • deps: update dependencies (26c05f7)
  • mark package as side effect free (12e9422)

2.0.0-beta.0 (2021-09-29)

Chore

  • deps: maintain dependencies (7f9233b)
  • update template config (c8b4f77)

2.0.0-alpha.7 (2021-09-14)

Chore

  • update dependencies (63ec397)
  • update pull request template (d74ab57)

2.0.0-alpha.6 (2021-07-07)

Chore

  • deps: maintain dependencies (ea55d0d)

2.0.0-alpha.5 (2021-07-03)

Chore

2.0.0-alpha.4 (2021-07-01)

Chore

2.0.0-alpha.3 (2021-06-29)

Features

  • omit nullish serialized values (55593a7)

2.0.0-alpha.2 (2021-06-25)

Features

  • allow to specify serializer function children type for composeSerializer function (b8de3a2)

2.0.0-alpha.1 (2021-06-25)

Bug Fixes

2.0.0-alpha.0 (2021-06-25)

Features

Bug Fixes

  • prevent mutating richtext tree upon parsing (0674af8)
  • rename toTree to asTree for API compat (4530872)
  • restore compat with Element export (1e57b97)
  • tree: null check in spans map (3013810)

Documentation

Chore

Refactor