Skip to content

Commit

Permalink
Up version to 6.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
securingsincity committed Oct 25, 2018
1 parent 5e32ff5 commit 4c279bd
Show file tree
Hide file tree
Showing 2 changed files with 60 additions and 54 deletions.
112 changes: 59 additions & 53 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,143 +2,149 @@

## Future Release - TBD

* Fully move to TypeScript interally
* Publish typings for the split and diff editor
- Fully move to TypeScript interally
- Publish typings for the split and diff editor

## 6.2.1

- Add editor to onFocus event as per issue #389
- Upgraded webpack
- Add exec argument in ts #535
- Prettier as part of the build

## 6.2.0

* Support for React 17
* Upgraded dependencies
* AceOptions interface adds debounceChangePeriod
* update types
- Support for React 17
- Upgraded dependencies
- AceOptions interface adds debounceChangePeriod
- update types

## 6.1.4

* Fixes #479 Diff component does not refresh when value prop changes
- Fixes #479 Diff component does not refresh when value prop changes

## 6.1.3

* Fixes #300 where users were not able to set annotations for multiline text that is changed
- Fixes #300 where users were not able to set annotations for multiline text that is changed

## 6.1.2

* Additional Diff documentation
* Add className to diff
* Add Logo to docs
* upgrade dev dependencies
- Additional Diff documentation
- Add className to diff
- Add Logo to docs
- upgrade dev dependencies

## 6.1.1

* Fixes typo in `console.warn`
* Adds style property to typings
- Fixes typo in `console.warn`
- Adds style property to typings

## 6.1.0

* Onchange support in diff editor
* Debounce Prop support in split editor
- Onchange support in diff editor
- Debounce Prop support in split editor

## 6.0.0

* Adds Diff editor
- Adds Diff editor

## 5.10.0

* Upgraded many build dependencies
* Split editor adds UndoManager
- Upgraded many build dependencies
- Split editor adds UndoManager

## 5.9.0

* First value resets undo manager. Closes #339 and #223
* Updated split editor documentation
- First value resets undo manager. Closes #339 and #223
- Updated split editor documentation

## 5.8.0

* Upgrade brace to 0.11
* More loose comparison for componentDidMount for default value. Closes #317. Thanks @VijayKrish93
- Upgrade brace to 0.11
- More loose comparison for componentDidMount for default value. Closes #317. Thanks @VijayKrish93

## 5.7.0

* Adds debounce option for onChange event
* Add support onCursorChange event
* Adds editor as second argument to the onBlur
- Adds debounce option for onChange event
- Add support onCursorChange event
- Adds editor as second argument to the onBlur

## 5.5.0

* Adds the onInput event
- Adds the onInput event

## 5.4.0

* #285: Added the possibility to change key bindings of existing commands. thanks to @FurcyPin
- #285: Added the possibility to change key bindings of existing commands. thanks to @FurcyPin

## 5.3.0

* Adds support for React 16 thanks to @layershifter
* Removes react and react-dom from build. thanks to @M-ZubairAhmed
- Adds support for React 16 thanks to @layershifter
- Removes react and react-dom from build. thanks to @M-ZubairAhmed

## 5.2.1 and 5.2.2

* Remove Open Collective from build
- Remove Open Collective from build

## 5.2.0

* Add support for events in onBlur and onFocus callbacks
* Adds onValidate callback
- Add support for events in onBlur and onFocus callbacks
- Adds onValidate callback

## 5.1.2

* Resize on component did mount and component did update. Fixes #207 and #212.
- Resize on component did mount and component did update. Fixes #207 and #212.

## 5.1.1

* Fix TypeScript definitions for EditorProps
- Fix TypeScript definitions for EditorProps

## 5.1.0

* Editor options do not get reverted due to default props #226
* Markers can be unset to an empty value #229
* Typescript update to set state to empty object instead of undefined

- Editor options do not get reverted due to default props #226
- Markers can be unset to an empty value #229
- Typescript update to set state to empty object instead of undefined

## 5.0.1

* Fixes file extension issue related to `5.0.0`.
- Fixes file extension issue related to `5.0.0`.

## 5.0.0

* Support for a Split View Editor - see more about the Split View editor [here](https://github.com/securingsincity/react-ace/blob/master/docs/Split.md)
* Ace Editor will now warn on mispelled editor options
* All new documentation
- Support for a Split View Editor - see more about the Split View editor [here](https://github.com/securingsincity/react-ace/blob/master/docs/Split.md)
- Ace Editor will now warn on mispelled editor options
- All new documentation

## 4.4.0

* Ace's resize method will be called when the prop `width` changes
- Ace's resize method will be called when the prop `width` changes

## 4.3.0

* Adds support for `onSelectionChange` event
* Add the `Event` as an optional argument to the `onChange` prop
* All new examples
- Adds support for `onSelectionChange` event
- Add the `Event` as an optional argument to the `onChange` prop
- All new examples

## 4.2.2

* [bugfix] should not handle markers without any markers
- [bugfix] should not handle markers without any markers

## 4.2.1

* Use `prop-type` package instead of React.PropType
- Use `prop-type` package instead of React.PropType

## 4.2.0

* Fix `ref` related error
- Fix `ref` related error

## 4.1.6

* Reverse `PureComponent` use in AceEditor back to `Component`
- Reverse `PureComponent` use in AceEditor back to `Component`

## 4.1.5

* Add ability to set `scrollMargins`
- Add ability to set `scrollMargins`

## 4.1.4

* TypeScript Definitions
- TypeScript Definitions
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-ace",
"version": "6.2.0",
"version": "6.2.1",
"description": "A react component for Ace Editor",
"main": "lib/index.js",
"types": "types.d.ts",
Expand Down

0 comments on commit 4c279bd

Please sign in to comment.