Skip to content

Releases: BeTomorrow/styled-tagged-text

Release v3.0.0

27 Feb 17:00
Compare
Choose a tag to compare

Breaking changes:

  • Rework "react-native" optional dependency to fix weird version resolution behavior
    • remove "react-native" from optionalDependencies
    • add "react-native" to peerDependencies
    • set "react-native" as optional using peerDependenciesMeta
  • Fix incompatibility with vite bundler
    • Use global import instead of dynamic require()
    • Consequence: add specific rollup configuration to exclude "react" and "react-native" code from the final bundle

Release v2.0.0

05 Jan 09:44
Compare
Choose a tag to compare
  • Change in parser and lexer for performance improvement
  • Api change, react-native component StyledTaggedText can be imported directly from the root of the package @betomorrow/styled-tagged-text
  • Add benchmark
  • Build change to ensure that no code from "react" or "react-native" are embedded in the production build.
  • More unit tests

Release v1.1.0

22 Aug 16:17
Compare
Choose a tag to compare
  • Rewrite parser to fix some edging cases (added to unit test)
  • Set react-native as optionalDependency
  • Set react-native dependency to "*" for easy compliance with all react-native version
  • Set react dependency to "*" for easy compliance with all react-native version

Release v1.0.0

09 Aug 10:56
Compare
Choose a tag to compare
Release 1.0.0