Skip to content

Releases: rexxars/react-refractor

v2.2.0

23 May 21:34
08aaa8b
Compare
Choose a tag to compare

2.2.0 (2024-05-23)

Features

  • drop use of prop-types package, for React 18.3/19 compatibility
  • drop use of defaultProps, for React 18.3/19 compatibility

This release is also available on:

v3.1.1

09 Apr 14:57
Compare
Choose a tag to compare

3.1.1 (2024-04-09)

Bug Fixes

  • add main entrypoint for better ecosystem compatibility (2a4e230)

This release is also available on:

v3.1.0

08 Apr 23:30
Compare
Choose a tag to compare

3.1.0 (2024-04-08)

Features


This release is also available on:

v3.0.0

08 Apr 23:17
Compare
Choose a tag to compare

3.0.0 (2024-04-08)

⚠ BREAKING CHANGES

  • Module is now ESM-only, and will not work in CommonJS environments.

  • Module uses named exports, eg import {Refractor} from 'react-refractor'

  • Module now requires React 18 or higher.

  • Drop all export (eg react-refractor/all)

  • Drop UMD bundle

  • Drop ES5 compatibility. Now requires an ES6-compatible environment.


This release is also available on: