- Fully move to TypeScript interally
- Publish typings for the split and diff editor
- Add editor to onFocus event as per issue #389
- Upgraded webpack
- Add exec argument in ts #535
- Prettier as part of the build
- Support for React 17
- Upgraded dependencies
- AceOptions interface adds debounceChangePeriod
- update types
- Fixes #479 Diff component does not refresh when value prop changes
- Fixes #300 where users were not able to set annotations for multiline text that is changed
- Additional Diff documentation
- Add className to diff
- Add Logo to docs
- upgrade dev dependencies
- Fixes typo in
console.warn
- Adds style property to typings
- Onchange support in diff editor
- Debounce Prop support in split editor
- Adds Diff editor
- Upgraded many build dependencies
- Split editor adds UndoManager
- First value resets undo manager. Closes #339 and #223
- Updated split editor documentation
- Upgrade brace to 0.11
- More loose comparison for componentDidMount for default value. Closes #317. Thanks @VijayKrish93
- Adds debounce option for onChange event
- Add support onCursorChange event
- Adds editor as second argument to the onBlur
- Adds the onInput event
- #285: Added the possibility to change key bindings of existing commands. thanks to @FurcyPin
- Adds support for React 16 thanks to @layershifter
- Removes react and react-dom from build. thanks to @M-ZubairAhmed
- Remove Open Collective from build
- Add support for events in onBlur and onFocus callbacks
- Adds onValidate callback
- Resize on component did mount and component did update. Fixes #207 and #212.
- Fix TypeScript definitions for EditorProps
- 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
- Fixes file extension issue related to
5.0.0
.
- Support for a Split View Editor - see more about the Split View editor here
- Ace Editor will now warn on mispelled editor options
- All new documentation
- Ace's resize method will be called when the prop
width
changes
- Adds support for
onSelectionChange
event - Add the
Event
as an optional argument to theonChange
prop - All new examples
- [bugfix] should not handle markers without any markers
- Use
prop-type
package instead of React.PropType
- Fix
ref
related error
- Reverse
PureComponent
use in AceEditor back toComponent
- Add ability to set
scrollMargins
- TypeScript Definitions