Skip to content

Latest commit

 

History

History
125 lines (67 loc) · 3.88 KB

CHANGELOG.md

File metadata and controls

125 lines (67 loc) · 3.88 KB

1.1.0 (2022-06-12)

2.3.1

Patch Changes

  • e3daa5a: Fix type exports in package.json.

2.3.0

Minor Changes

  • b0e6157: Add transaction dispatch events, update CodeMirror and peer dependency version

2.2.3

Patch Changes

  • 6a103b3: chore: fix ci

2.2.2

Patch Changes

  • 112c2f0: perf: fix memory leak caused by invalid destroy (#18)

2.2.1

Patch Changes

  • f964a26: fix dist

2.2.0

Minor Changes

  • 06762fe: feat: add support for lazy compartment extensions

2.1.2

Patch Changes

  • 08597c8: fix extension rendering

2.1.1

Patch Changes

  • 148a0e6: fix package version

2.1.0

Minor Changes

  • 3cbf031: fix: fix extension not applying when mounting ref on jsx

2.0.2

Patch Changes

  • f983062: add cjs build

2.0.1

Patch Changes

  • 139fe36: fix: allows to use library without type module

2.0.0

Major Changes

  • e70a372: refactor adding compartments and modularity

Features

  • add support for CodeMirror 6.0.0 (b47dfad)

1.0.3 (2022-05-04)

Bug Fixes

1.0.2 (2022-02-07)

Bug Fixes

  • update package.json build definitions (a4c0fa0)
  • update package.json meta (f263924)

1.0.2-beta.2 (2022-02-07)

Bug Fixes

  • update package.json build definitions (a4c0fa0)

1.0.2-beta.1 (2022-02-07)

Bug Fixes

  • update package.json meta (f263924)

1.0.1 (2022-02-06)

Bug Fixes

  • revert package.json version (for release) (76d3625)

1.0.0 (2022-02-06)

Bug Fixes

  • fix .releaserc (c1efce2)
  • fix CodeMirror default class (17fda93)
  • fix editable plugin enabling condition (680a6ce)
  • update exports (253df49)
  • update package-lock to match right npm registry (c288e01)

Features