Skip to content

Commit

Permalink
chore(release): 4.0.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Jan 16, 2023
1 parent 700c617 commit c322eea
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 3 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,26 @@
All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [4.0.0](https://github.com/sanity-io/code-input/compare/v3.0.1...v4.0.0) (2023-01-16)

### ⚠ BREAKING CHANGES

- api for configuring custom languages has changed. Consult the README for details.

### Features

- click line-number to highlight line ([8e5cf07](https://github.com/sanity-io/code-input/commit/8e5cf072bd70a8a6526daf55423ba040eef40d43))
- replaced AceEditor with CodeMirror as code editor ([ef4fe48](https://github.com/sanity-io/code-input/commit/ef4fe48ceab4f713873b3aeebe0b611b070ff79f))

### Bug Fixes

- **deps:** applied npx @sanity/plugin-kit inject ([9ccfe69](https://github.com/sanity-io/code-input/commit/9ccfe69ae11bc48b6fdf22d1d823a82ced561a32))
- implement sanity theming ([9566cd2](https://github.com/sanity-io/code-input/commit/9566cd2dc8d2adc5c312ee5dde0044001a401028))
- improved highlighted line color ([c151e95](https://github.com/sanity-io/code-input/commit/c151e9591ffb4abf3f7bb6bb72f558d9a951737c))
- refactored default language ([2111776](https://github.com/sanity-io/code-input/commit/2111776f91cda2a472b5d1bfaba36e2fa5f2a68e))
- render focus ring ([5fc3cc1](https://github.com/sanity-io/code-input/commit/5fc3cc14b91c524026e2ae551faa5bc735150a2c))
- wrap lines ([301640e](https://github.com/sanity-io/code-input/commit/301640e7a3614cc22dd34cdff71901521f7ea67a))

## [3.0.1](https://github.com/sanity-io/code-input/compare/v3.0.0...v3.0.1) (2022-12-06)

### Bug Fixes
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sanity/code-input",
"version": "3.0.1",
"version": "4.0.0",
"description": "Ace editor for editing code",
"keywords": [
"sanity",
Expand Down

0 comments on commit c322eea

Please sign in to comment.