- Updated dependencies
- #1884 this.editor null check
- #1898 update types.ts to match ace-builds
- #1881 Add readOnly property to ICommand interface
- Updated every dependency and dev dependency
- Rewrote tests
- Support line height #1843
- Fix fold style #1804
- Fix changing value loses annotations #1429
- Fix Uncaught TypeError: (reading 'destroy') #1293
- Upgrade dev dependencies
- Upgrade Ace-builds to 1.4.14
- Upgrade dev dependencies
- Upgrade Ace-builds to 1.4.13
- Upgrade dev dependencies
- Upgrade dev dependencies
- Upgrade dev dependencies
- Upgrade dev dependencies
- Prevent no theme error #1038
- Upgrade dev dependencies
- Update annotations type #998
- Accept an object as mode #1001
- Bump ace-builds from 1.4.11 to 1.4.12
- Import Range from ace-builds in ace.tsx to match split.tsx
- Fix type for exec param in ICommand interface
- Add React 17 Support
- Upgrade dev dependencies
- Use https for demo site
- style prop type to conditional object
- Security fixes and dev dependencies upgrades
- Upgrade dev dependencies
- Allow Editor to be reset to empty value by passing an empty value. (#895)
- Upgrade dependencies including lodash
- Upgrade ace-builds to 1.4.11
- Upgrade dev dependencies
- fix typescript binding for ICommand.exec() (#860)
- Remove default value for editor value. (#857)
- fix no ace_editor.css in shadow dom (#864)
- update build dependencies, build scripts, and prettier
- Use Ace.Editor types - Possible breaking change (#828)
- Upgrade dev dependencies
- Enables simple Server Side Rendering support (#841)
- Fixes iAceEditorProps.mode prop to include support custom mode
- Fix theme not set properly for split editor (#785)
- Fixes types for print margin option
- Upgrade dev dependencies
BREAKING CHANGES!!!
- Removes brace as a dependency for ace-builds
- Updates all documentation
- Updates all examples
- Upgrades dev dependencies
- Upgrades dev dependencies
- Export types
- Remove babel polyfill
- Support node 11 in development
- Upgrade dev dependencies
- Add typings for EditorOptions/EditorEvents, remove index signatures #651
- Fix types #652
- Fix types #646
- Fully move to TypeScript interally
- Publish typings for the split and diff editor
- Upgrade dependencies
- Upgrade dependencies
- Do not clear active line and active word markers #604
- New 'placeholder' prop to specify placeholder text #603
- Added optional prop to disable navigating to end of file #602
- Upgrade types
- Upgrade webpack, sinon
- Move
husky
andpretty-quick
to devDependencies
- Fix npm deployments
- Support ace.require to fallback to the CDN version of Ace.
- Upgrade dev dependencies (webpack,jsdom,react)
- In type definitions, move debounceChangePeriod from AceOptions
- 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