All Versions
10
Latest Version
Avg Release Cycle
193 days
Latest Release
713 days ago
Changelog History
Changelog History
-
v0.14.1 Changes
July 04, 2024🐛 Bug fixes
- 🛠 Fix padding type regression (#129) @oliviertassinari
-
v0.14.0 Changes
July 02, 20242024-07-02
💥 Breaking changes
- ⬇️ Drop support for React < 16.8.0. (#125) @aarongarciah
Developers now need to type the ref differently since it isn't a class component anymore:
-const ref = React.useRef\<Editor\>(null);+const ref = React.useRef\<React.ComponentRef\<typeof Editor\>\>(null);In practice, few projects should be impacted by this change:
📦 https://tools-public.mui.com/prod/pages/npmVersion?package=react-dom
⬆️ @oliviertassinari: I believe it's time. React 19 continues to move away from class components, e.g. https://react.dev/blog/2024/04/25/react-19-upgrade-guide#removed-removing-legacy-context.
This change brings a small bundle size reduction as well:
📦 https://bundlephobia.com/package/react-simple-code-editor@0.14.0
🐛 Bug fixes
- 🛠 Fix broken link to docs on the README (#111) @gokhanmeteerturk
- 🛠 Fix broken link to docs on the README (3e974ea) @oliviertassinari
- 🛠 Fix wrong reference to file extension to deploy the docs (86129bb) @oliviertassinari
- Replace a few event.keyCode with event.key (#102) @oliviertassinari
-
v0.13.1 Changes
September 27, 2022 -
v0.11.2 Changes
May 30, 2022 -
v0.11.1 Changes
May 30, 2022 -
v0.11.0 Changes
January 17, 2020 -
v0.10.0 Changes
September 30, 20190.10.0 (2019-09-30)
-
v0.9.16
September 30, 2019

