Releases: jmjuanes/codecake
Releases · jmjuanes/codecake
v0.5.0
v0.4.2 (2024-03-22)
🐛 Bug fixes
- Fix multiline paste for firefox by @TheLazySquid in #8
v0.4.1 (2024-03-13)
🚀 New features
- Add type declarations by @TheLazySquid in #7
v0.4.0 (2023-11-14)
🚀 New Features:
- Added
lineWrap
Option:- Introducing the
lineWrap
option that enables text to wrap to the next line when it reaches the end of the editor width. This feature enhances readability by preventing excessively long lines.
- Introducing the
💥 Breaking Changes:
- Custom Highlighting Not Supported:
- Due to the introduction of the
lineWrap
option, the editor no longer supports custom highlights. The code is now split into lines, treating each line as an independent block. This change may affect the performance and accuracy of external syntax highlighters, such as highlight.js or Prism, particularly with multiline strings or code blocks.
- Due to the introduction of the
🐛 Bug fixes
- Prevent catastrophic backtracking in some regex for highlight (a42ea02).
v0.3.0 (2023-10-19)
v0.2.1 (2023-10-17)
v0.2.0 (2023-09-27)
🚀 New Features
- Support JSX syntax highlight (64b0161).
v0.1.3 (2023-09-13)
🐛 Bug fixes
- Avoid trapping keyboard focus (99fd006) Thanks to @binyamin in #3.
- Fixed typo in README (5d6a922) Thanks to @akivajgordon.
v0.1.2 (2023-08-04)
v0.1.1 (2023-07-30)
🐛 Bug fixes
- Fixed bug when
option.className
is empty (7769533).