Releases: BeTomorrow/styled-tagged-text
Releases · BeTomorrow/styled-tagged-text
Release v3.0.0
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
- 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
- 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
Release 1.0.0