react-ace
Advanced tools
Comparing version 7.0.0 to 7.0.1
@@ -1,1 +0,1 @@ | ||
{"processes":{"07b1d7cf-d2bf-4cd7-b7ec-4ca4092364b0":{"parent":null,"children":["e7e22933-3394-4330-b63e-6609905086dd"]},"9f2b82e3-b8ac-411d-9dc8-c65ae83ca088":{"parent":"e7e22933-3394-4330-b63e-6609905086dd","children":[]},"e7e22933-3394-4330-b63e-6609905086dd":{"parent":"07b1d7cf-d2bf-4cd7-b7ec-4ca4092364b0","children":["9f2b82e3-b8ac-411d-9dc8-c65ae83ca088"]}},"files":{},"externalIds":{}} | ||
{"processes":{"19bb2742-bbcf-44a4-af33-887442c83035":{"parent":"d0f4648b-f998-46e5-9791-e2ffac26db22","children":["2e1ae574-2a04-4445-9a23-83258a6f9f0b"]},"2e1ae574-2a04-4445-9a23-83258a6f9f0b":{"parent":"19bb2742-bbcf-44a4-af33-887442c83035","children":[]},"d0f4648b-f998-46e5-9791-e2ffac26db22":{"parent":null,"children":["19bb2742-bbcf-44a4-af33-887442c83035"]}},"files":{},"externalIds":{}} |
# Changelog | ||
## Future Release - TBD | ||
## 7.0.0 | ||
@@ -8,2 +8,6 @@ - Fully move to TypeScript interally | ||
## 6.6.0 | ||
- Upgrade dependencies | ||
## 6.5.0 | ||
@@ -10,0 +14,0 @@ |
@@ -59,3 +59,3 @@ import { Annotation } from "brace"; | ||
} | ||
export default class ReactAce extends React.Component<IAceEditorProps, undefined> { | ||
export default class ReactAce extends React.Component<IAceEditorProps> { | ||
[index: string]: any; | ||
@@ -62,0 +62,0 @@ static propTypes: PropTypes.ValidationMap<IAceEditorProps>; |
@@ -12,3 +12,3 @@ export interface ICommandManager { | ||
[index: string]: any; | ||
$blockScrolling?: number; | ||
$blockScrolling?: number | boolean; | ||
$blockSelectEnabled?: boolean; | ||
@@ -45,5 +45,5 @@ $enableBlockSelect?: boolean; | ||
endCol: number; | ||
inFront: boolean; | ||
className: string; | ||
type: string; | ||
inFront?: boolean; | ||
} | ||
@@ -50,0 +50,0 @@ export interface ICommandBindKey { |
{ | ||
"name": "react-ace", | ||
"version": "7.0.0", | ||
"version": "7.0.1", | ||
"description": "A react component for Ace Editor", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
@@ -13,3 +13,3 @@ // import { EditorCommand, Editor } from "brace"; | ||
[index: string]: any; | ||
$blockScrolling?: number; | ||
$blockScrolling?: number | boolean; | ||
$blockSelectEnabled?: boolean; | ||
@@ -47,5 +47,5 @@ $enableBlockSelect?: boolean; | ||
endCol: number; | ||
inFront: boolean; | ||
className: string; | ||
type: string; | ||
inFront?: boolean; | ||
} | ||
@@ -52,0 +52,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
1837692
10365