Releases: uiwjs/react-textarea-code-editor
Releases · uiwjs/react-textarea-code-editor
v1.4.2
npm i @uiw/[email protected]
- 🐞 fix: add esm in package.json 00d5df9
Change the package directory.
├── cjs
├── esm
└── dist.css
"main": "cjs/index.js",
"module": "esm/index.js",
v1.4.1
npm i @uiw/[email protected]
- 🐞 fix: add cjs in package.json 68a0a26
├── cjs
├── esm
└── dist.css
"main": "cjs/index.js",
"module": "esm/index.js",
v1.4.0
npm i @uiw/[email protected]
- 💄 chore(deps): update dependency husky to v7 (#7) 357fca8
- 💄 chore(deps): update dependency tsbb to v3.0.0-rc.7 5a69c8b
├── cjs
├── esm
└── dist.css
"main": "cjs/index.js",
"module": "esm/index.js",
v1.3.2
npm i @uiw/[email protected]
v1.3.1
npm i @uiw/[email protected]
- 🌍 website(deps): update dependency @uiw/react-markdown-preview to v3.1.3 1e9d47b
- 🌍 website: update code highlight. 965c8a2
- 💄 chore: Merge conflicts. e4089d7
- 💄 chore: Merge conflicts. ff1f4be
- 💄 chore: Add keywords to package.json ee68686
- 📖 doc: Update README.md 9e58bb3
- 📖 doc: Update README.md 8b9e173
v1.3.0
npm i @uiw/[email protected]
v1.2.0
npm i @uiw/[email protected]
v1.1.0
npm i @uiw/[email protected]
- 🌟 feat: Support indent line or selected text by pressing tab key, with customizable indentation. 210d28c
v1.0.7
npm i @uiw/[email protected]