Uiwjs React Codemirror Versions Save

CodeMirror 6 component for React. @codemirror https://uiwjs.github.io/react-codemirror/

v4.22.0

2 weeks ago

Buy me a coffee

Documentation v4.22.0: https://raw.githack.com/uiwjs/react-codemirror/4954630/index.html
Comparing Changes: https://github.com/uiwjs/react-codemirror/compare/v4.21.25...v4.22.0

npm i @uiw/[email protected]
  • 📖 doc(theme): update document. 34ba805 @jaywcjlove
  • 💄 chore(deps): update dependency husky to v9 (#624) 6440766 @jaywcjlove
  • 🌟 feat: add font size setting to the theme. #651 ead023b @jaywcjlove
  • 💢 ci: update workflows config. cf714d6 @jaywcjlove
  • 🌍 website: fix type error. #651 ddfb3d2 @jaywcjlove

v4.21.25

1 month ago

Buy me a coffee

Documentation v4.21.25: https://raw.githack.com/uiwjs/react-codemirror/e81bda5/index.html
Comparing Changes: https://github.com/uiwjs/react-codemirror/compare/v4.21.24...v4.21.25

npm i @uiw/[email protected]
  • 🆎 type: correct container type (#639) 560ebb8 @yifanwww
  • 🎨 style(Theme): modify nord selection style. #642 0f9d078 @jaywcjlove

v4.21.24

2 months ago

Buy me a coffee

Documentation v4.21.24: https://raw.githack.com/uiwjs/react-codemirror/050da36/index.html
Comparing Changes: https://github.com/uiwjs/react-codemirror/compare/v4.21.23...v4.21.24

npm i @uiw/[email protected]
  • 🐞 fix: Fix error related to "Types must be imported using a type-only import when 'verbatimModuleSyntax' is enabled" e6e89ca @jaywcjlove

v4.21.23

2 months ago

Buy me a coffee

Documentation v4.21.23: https://raw.githack.com/uiwjs/react-codemirror/3510177/index.html
Comparing Changes: https://github.com/uiwjs/react-codemirror/compare/v4.21.22...v4.21.23

npm i @uiw/[email protected]
  • 🌍 website(deps): fix console theme dependency issue. 923c164 @jaywcjlove
  • 🌟 feat(events): events extension export element. #633 92c5c57 @jaywcjlove

v4.21.22

2 months ago

Buy me a coffee

Documentation v4.21.22: https://raw.githack.com/uiwjs/react-codemirror/df31507/index.html
Comparing Changes: https://github.com/uiwjs/react-codemirror/compare/v4.21.21...v4.21.22

npm i @uiw/[email protected]
  • 🌍 website: update website. (#614) bf3b862 @mosaleh52
  • 📖 doc: Update README.md (#626) 042b6c9 @orichcasperkevin
  • 🌟 feat(theme): add console theme (#632) d2a17b0 @dalejo96
  • 🐞 fix(website): fix theme example display issue. (#632) 5c7a699 @jaywcjlove
  • 💄 chore: update workflows config (#632) d5dd1ec @jaywcjlove
  • 🌟 feat(themes-all): theme console added to themes-all (#632). a779719 @jaywcjlove
  • 🎨 style(theme-console): modify the theme selection style. (#632) 233347d @jaywcjlove

v4.21.21

5 months ago

Buy me a coffee

Documentation v4.21.21: https://raw.githack.com/uiwjs/react-codemirror/61699f4/index.html
Comparing Changes: https://github.com/uiwjs/react-codemirror/compare/v4.21.20...v4.21.21

npm i @uiw/[email protected]
  • 🌍 website: Remove margin from Example.tsx causing it do be cut off (#599) 31bacb8 @JohnnyDeuss
  • 🌟 feat(langs): add liquid extensions. c68d27d @jaywcjlove
  • 🎨 style(theme): modify xcode selection color. (#609) 62d9763 @jaywcjlove
  • 💄 chore: add sponsor badge. 14fb085 @jaywcjlove
  • 💄 chore: fix failed to parse source map & update dependency. 12448d8 @jaywcjlove
  • 🌍 website: fix markdown type error. 33e1b98 @jaywcjlove
  • 🎨 style(theme): modify white/tokyo/tomorrow selection color. (#609) 04f21fc @jaywcjlove
  • 🎨 style(theme): modify okaidia/quietlight/solarized selection color. (#609) fd8b344 @jaywcjlove
  • 🎨 style(theme): modify kimbie/material/monokai/nord/noctis selection color. (#609) 4dcc32b @jaywcjlove
  • 🎨 style(theme): modify duotone/eclipse/gruvbox selection color. (#609) 399d127 @jaywcjlove
  • 🎨 style(theme): modify basic/copilot/bespin selection color. (#609) eb3af94 @jaywcjlove
  • 🎨 style(theme): modify abcdef/abyss/androidstudio/andromeda/atomone/aura/basic selection color. (#609) d233183 @jaywcjlove
  • 💢 ci: update workflows config. f4b11c5 @jaywcjlove
  • 🌟 feat: add .github/FUNDING.yml 5d7a372 @jaywcjlove

v4.21.20

7 months ago

Documentation v4.21.20: https://raw.githack.com/uiwjs/react-codemirror/b8bc927/index.html
Comparing Changes: https://github.com/uiwjs/react-codemirror/compare/v4.21.19...v4.21.20

npm i @uiw/[email protected]
  • ⛑ test: modify jest config. 40655ff @jaywcjlove
  • 🆎 type(example): fix nextjs example type error. 2a916c0 @jaywcjlove
  • 💢 ci: update workflows config. e84c5c5 @jaywcjlove
  • 🐞 fix(deps): update dependency codemirror-lang-mermaid to ^0.5.0 (#539) caca49a @renovate-bot
  • 💢 ci: update workflows config. 8163cef @jaywcjlove
  • 📖 doc(codemirror-themes): update document. 36e376c @jaywcjlove
  • 🐝 refactor(hyper-link): Remove dependency on syntaxTree for hyperlink decorations (#593) 0d28d4b @losingle
  • 📖 doc: Update README.md 70b9eff @jaywcjlove
  • 🆎 type(zebra-stripes): fix type error. 3dcddbd @jaywcjlove
  • 💄 chore(website): pin dependency styled-components to v6.0.7 6330307 @jaywcjlove

v4.21.19

7 months ago

Documentation v4.21.19: https://raw.githack.com/uiwjs/react-codemirror/2b3fbc8/index.html
Comparing Changes: https://github.com/uiwjs/react-codemirror/compare/v4.21.18...v4.21.19

npm i @uiw/[email protected]
  • 🌍 website: udpate example. 24285de @jaywcjlove
  • 🌟 feat(theme): add t.strong to existing style to cope with emboldened text (e.g. bold in GitHub markdown) (#587) f991c91 @cleverlight

v4.21.18

7 months ago

Documentation v4.21.18: https://raw.githack.com/uiwjs/react-codemirror/748c4da/index.html
Comparing Changes: https://github.com/uiwjs/react-codemirror/compare/v4.21.17...v4.21.18

npm i @uiw/[email protected]
  • 🌟 feat(theme): Add background image option to createTheme() (#575) 32c5339 @Ethan-Vanderheijden
  • 💢 ci: update workflows config. 85914eb @jaywcjlove

v4.21.17

7 months ago

Documentation v4.21.17: https://raw.githack.com/uiwjs/react-codemirror/d60d15d/index.html
Comparing Changes: https://github.com/uiwjs/react-codemirror/compare/v4.21.16...v4.21.17

npm i @uiw/[email protected]
  • 🐞 fix(merge): fix onChange issue. (#566) b84b763 @jaywcjlove