File tree Expand file tree Collapse file tree 5 files changed +54
-49
lines changed
ngx-monaco-tree-test/src/app Expand file tree Collapse file tree 5 files changed +54
-49
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change
1
+ projects/ngx-monaco-tree/CHANGELOG.md
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ import { FormsModule } from "@angular/forms";
5
5
import { NgxMonacoTreeComponent } from "../../../ngx-monaco-tree/src/lib/ngx-monaco-tree.component" ;
6
6
import { DragAndDropEvent } from "../../../ngx-monaco-tree/src/lib/monaco-tree-file/monaco-tree-file.type" ;
7
7
8
- const TOO_MANY_FILES_IN_FOLDER = 200 ;
8
+ const TOO_MANY_FILES_IN_FOLDER = 10 ;
9
9
10
10
@Component ( {
11
11
selector : 'app-root' ,
Original file line number Diff line number Diff line change
1
+ ## Changelog
2
+
3
+ ### Current
4
+ - Migrate to Angular 19 (thank to matthieu-crouzet)
5
+ * <p >NOTE: Using signals instead of classic variable angular</p >*
6
+
7
+ ### 18.4.0
8
+ - Fix collapse all button (thank to matthieu-crouzet)
9
+ - Add scroll direcly on the current file opened (thank to matthieu-crouzet)
10
+
11
+ ### 18.3.0
12
+ - Make change current file reactive (thank to matthieu-crouzet)
13
+
14
+ ### 18.2.0
15
+ - Update dependencies
16
+
17
+ ### 18.1.0
18
+ - Upgrade to Angular 18
19
+
20
+ ### 17.5.0
21
+ - Add default value (thank to matthieu-crouzet)
22
+
23
+ ### 17.3.0
24
+ - Bug fix publish directory (thank to DustdevDM)
25
+
26
+ ### 17.1.0
27
+ - Migrate to Angular 17
28
+ - Add color to files
29
+ - Add highlight on selected file or folder
30
+ - Add buttons to create file or folder, and collapse all folders
31
+ - Drag & Drop
32
+
33
+ ### 15.2.0
34
+ - Migrate from yarn to pnpm
35
+ - Create a project with Angular 17 to test the compatibility
36
+ - Passing to standalone components
37
+ - CI/CD with Github Actions
38
+
39
+ ### 15.1.1
40
+ - Add demo on stackblitz in README
41
+
42
+ ### 15.1.0
43
+ - Fix theme in context menu
44
+
45
+ ### 15.0.0
46
+ - Upgrade to Angular 15
47
+
48
+ ### 14.0.0
49
+ - Upgrade to Angular 14
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ This is a Tree view based on [monaco-editor](https://github.com/microsoft/monaco
9
9
<img width =" 387 " alt =" Screenshot 2022-02-06 at 21 57 31 " src =" https://user-images.githubusercontent.com/44646690/152701329-f53622ee-d28e-4019-ac70-ae551d36560f.png " >
10
10
11
11
## Changelog
12
- See CHANGELOG.md
12
+ See [ CHANGELOG.md] ( CHANGELOG.md] )
13
13
14
14
## Features
15
15
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " ngx-monaco-tree" ,
3
- "version" : " 18.1 .0" ,
3
+ "version" : " 19.0 .0" ,
4
4
"license" : " MIT" ,
5
5
"description" : " A tree view based on monaco-editor powered by VSCode." ,
6
6
"author" : " RawZ06" ,
7
7
"repository" : " RawZ06/ngx-monaco-tree" ,
8
8
"engines" : {
9
- "node" : " >= 18 "
9
+ "node" : " >= 20 "
10
10
},
11
11
"keywords" : [
12
12
" angular" ,
You can’t perform that action at this time.
0 commit comments