Skip to content

Commit 1e6b068

Browse files
committed
Update package.json
1 parent 6afd027 commit 1e6b068

File tree

5 files changed

+54
-49
lines changed

5 files changed

+54
-49
lines changed

CHANGELOG.md

Lines changed: 0 additions & 45 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
projects/ngx-monaco-tree/CHANGELOG.md

projects/ngx-monaco-tree-test/src/app/app.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { FormsModule } from "@angular/forms";
55
import { NgxMonacoTreeComponent } from "../../../ngx-monaco-tree/src/lib/ngx-monaco-tree.component";
66
import { DragAndDropEvent } from "../../../ngx-monaco-tree/src/lib/monaco-tree-file/monaco-tree-file.type";
77

8-
const TOO_MANY_FILES_IN_FOLDER = 200;
8+
const TOO_MANY_FILES_IN_FOLDER = 10;
99

1010
@Component({
1111
selector: 'app-root',

projects/ngx-monaco-tree/CHANGELOG.md

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
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

projects/ngx-monaco-tree/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ This is a Tree view based on [monaco-editor](https://github.com/microsoft/monaco
99
<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">
1010

1111
## Changelog
12-
See CHANGELOG.md
12+
See [CHANGELOG.md](CHANGELOG.md])
1313

1414
## Features
1515

projects/ngx-monaco-tree/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"name": "ngx-monaco-tree",
3-
"version": "18.1.0",
3+
"version": "19.0.0",
44
"license": "MIT",
55
"description": "A tree view based on monaco-editor powered by VSCode.",
66
"author": "RawZ06",
77
"repository": "RawZ06/ngx-monaco-tree",
88
"engines": {
9-
"node": ">= 18"
9+
"node": ">= 20"
1010
},
1111
"keywords": [
1212
"angular",

0 commit comments

Comments
 (0)