Skip to content

Commit 4ade591

Browse files
committed
# Conflicts: # projects/date-picker/package.json # projects/layout/package.json # projects/user-tooltip/package.json
2 parents 4373871 + ed4be31 commit 4ade591

35 files changed

+863
-1760
lines changed

package-lock.json

+126-1,723
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

projects/core/CHANGELOG.md

+52
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,55 @@
1+
# 2.0.0 (2024-09-11)
2+
3+
4+
### 🚀 Features
5+
6+
- update to angular 15 - FC-67 ([6bad712](https://github.com/DSI-HUG/ngx-components/commit/6bad712))
7+
8+
- update material to angular 15 - FC-67 ([44406c1](https://github.com/DSI-HUG/ngx-components/commit/44406c1))
9+
10+
- messageBoxDialog angular15 ([7ab3e59](https://github.com/DSI-HUG/ngx-components/commit/7ab3e59))
11+
12+
- datepicker angular15 ([fc101f9](https://github.com/DSI-HUG/ngx-components/commit/fc101f9))
13+
14+
- upgrade material to 17 ([af15ca2](https://github.com/DSI-HUG/ngx-components/commit/af15ca2))
15+
16+
- apply angular material 18 ([f65d64c](https://github.com/DSI-HUG/ngx-components/commit/f65d64c))
17+
18+
- remove NgxDetroy ([c64d8bb](https://github.com/DSI-HUG/ngx-components/commit/c64d8bb))
19+
20+
- demo input autosize ([4fe126f](https://github.com/DSI-HUG/ngx-components/commit/4fe126f))
21+
22+
- prettier ([2aa36f0](https://github.com/DSI-HUG/ngx-components/commit/2aa36f0))
23+
24+
- story-book ([153918f](https://github.com/DSI-HUG/ngx-components/commit/153918f))
25+
26+
- **ng18:** remove no more necessary files ([54c46a1](https://github.com/DSI-HUG/ngx-components/commit/54c46a1))
27+
28+
29+
### 🐛 Fixes
30+
31+
- yarn lint ([d17a8de](https://github.com/DSI-HUG/ngx-components/commit/d17a8de))
32+
33+
- lint ([d1b0e84](https://github.com/DSI-HUG/ngx-components/commit/d1b0e84))
34+
35+
- angular style ([4e25336](https://github.com/DSI-HUG/ngx-components/commit/4e25336))
36+
37+
- angular17 ([fed5657](https://github.com/DSI-HUG/ngx-components/commit/fed5657))
38+
39+
- lint ([6c397b0](https://github.com/DSI-HUG/ngx-components/commit/6c397b0))
40+
41+
- remove all injector from constructor ([5213c93](https://github.com/DSI-HUG/ngx-components/commit/5213c93))
42+
43+
- lint ([d370d66](https://github.com/DSI-HUG/ngx-components/commit/d370d66))
44+
45+
- **ci:** tests ([9387ba8](https://github.com/DSI-HUG/ngx-components/commit/9387ba8))
46+
47+
48+
### ❤️ Thank You
49+
50+
- Badisi
51+
- rfrt
52+
153
## 1.1.14 (2024-07-25)
254

355
### 🐛 Fixes

projects/core/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hug/ngx-core",
3-
"version": "1.1.14",
3+
"version": "2.0.0",
44
"description": "HUG Angular - the core framework",
55
"homepage": "https://github.com/dsi-hug/ngx-components",
66
"license": "GPL-3.0-only",

projects/date-picker/CHANGELOG.md

+50
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,53 @@
1+
# 2.0.0 (2024-09-11)
2+
3+
4+
### 🚀 Features
5+
6+
- update to angular 15 - FC-67 ([6bad712](https://github.com/DSI-HUG/ngx-components/commit/6bad712))
7+
8+
- update material to angular 15 - FC-67 ([44406c1](https://github.com/DSI-HUG/ngx-components/commit/44406c1))
9+
10+
- update material to angular 15 - FC-67 ([5af2c75](https://github.com/DSI-HUG/ngx-components/commit/5af2c75))
11+
12+
- datepicker angular15 ([fc101f9](https://github.com/DSI-HUG/ngx-components/commit/fc101f9))
13+
14+
- remove NgxDetroy ([c64d8bb](https://github.com/DSI-HUG/ngx-components/commit/c64d8bb))
15+
16+
- prettier ([2aa36f0](https://github.com/DSI-HUG/ngx-components/commit/2aa36f0))
17+
18+
- **ng18:** remove no more necessary files ([54c46a1](https://github.com/DSI-HUG/ngx-components/commit/54c46a1))
19+
20+
21+
### 🐛 Fixes
22+
23+
- lint ([d1b0e84](https://github.com/DSI-HUG/ngx-components/commit/d1b0e84))
24+
25+
- lint ([6c397b0](https://github.com/DSI-HUG/ngx-components/commit/6c397b0))
26+
27+
- correctif passage compelt ng18 ([3fe864e](https://github.com/DSI-HUG/ngx-components/commit/3fe864e))
28+
29+
- lint ([86469ca](https://github.com/DSI-HUG/ngx-components/commit/86469ca))
30+
31+
- remove all injector from constructor ([5213c93](https://github.com/DSI-HUG/ngx-components/commit/5213c93))
32+
33+
- lint ([d370d66](https://github.com/DSI-HUG/ngx-components/commit/d370d66))
34+
35+
- **ci:** tests ([9387ba8](https://github.com/DSI-HUG/ngx-components/commit/9387ba8))
36+
37+
38+
### 🌱 Dependencies
39+
40+
- **@hug/ngx-time-picker:** upgrade to v2.0.0 ([11452cd](https://github.com/DSI-HUG/ngx-components/commit/11452cd))
41+
42+
- **@hug/ngx-core:** upgrade to v2.0.0 ([ce6226c](https://github.com/DSI-HUG/ngx-components/commit/ce6226c))
43+
44+
45+
### ❤️ Thank You
46+
47+
- Badisi
48+
- dsi-hug-bot @dsi-hug-bot
49+
- rfrt
50+
151
## 1.0.13 (2024-08-03)
252

353
### 🌱 Dependencies

projects/date-picker/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hug/ngx-date-picker",
3-
"version": "1.0.13",
3+
"version": "2.0.0",
44
"description": "HUG Angular - date-picker component",
55
"homepage": "https://github.com/dsi-hug/ngx-components",
66
"license": "GPL-3.0-only",
@@ -32,8 +32,8 @@
3232
"peerDependencies": {
3333
"@angular/common": ">=18 <19",
3434
"@angular/core": ">=18 <19",
35-
"@hug/ngx-core": "^1.1.14",
36-
"@hug/ngx-time-picker": "^1.1.13",
35+
"@hug/ngx-core": "^2.0.0",
36+
"@hug/ngx-time-picker": "^2.0.0",
3737
"rxjs": ">= 7.4.0",
3838
"date-fns": "^2.30.0",
3939
"lodash-es": "^4.17.21"

projects/layout/CHANGELOG.md

+46
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,49 @@
1+
# 2.0.0 (2024-09-11)
2+
3+
4+
### 🚀 Features
5+
6+
- update to angular 15 - FC-67 ([6bad712](https://github.com/DSI-HUG/ngx-components/commit/6bad712))
7+
8+
- update material to angular 15 - FC-67 ([44406c1](https://github.com/DSI-HUG/ngx-components/commit/44406c1))
9+
10+
- update material to angular 15 - FC-67 ([5af2c75](https://github.com/DSI-HUG/ngx-components/commit/5af2c75))
11+
12+
- layout angular15 ([02777f7](https://github.com/DSI-HUG/ngx-components/commit/02777f7))
13+
14+
- apply angular material 18 ([f65d64c](https://github.com/DSI-HUG/ngx-components/commit/f65d64c))
15+
16+
- layout storybook ([6ae63c1](https://github.com/DSI-HUG/ngx-components/commit/6ae63c1))
17+
18+
- prettier ([2aa36f0](https://github.com/DSI-HUG/ngx-components/commit/2aa36f0))
19+
20+
- format to ng18 ([3b78bdf](https://github.com/DSI-HUG/ngx-components/commit/3b78bdf))
21+
22+
- **ng18:** remove no more necessary files ([54c46a1](https://github.com/DSI-HUG/ngx-components/commit/54c46a1))
23+
24+
25+
### 🐛 Fixes
26+
27+
- layout css button ([f042a32](https://github.com/DSI-HUG/ngx-components/commit/f042a32))
28+
29+
- correctif passage compelt ng18 ([3fe864e](https://github.com/DSI-HUG/ngx-components/commit/3fe864e))
30+
31+
- **ci:** tests ([9387ba8](https://github.com/DSI-HUG/ngx-components/commit/9387ba8))
32+
33+
34+
### 🌱 Dependencies
35+
36+
- **@hug/ngx-sidenav:** upgrade to v2.0.0 ([243d31f](https://github.com/DSI-HUG/ngx-components/commit/243d31f))
37+
38+
- **@hug/ngx-core:** upgrade to v2.0.0 ([ce6226c](https://github.com/DSI-HUG/ngx-components/commit/ce6226c))
39+
40+
41+
### ❤️ Thank You
42+
43+
- Badisi
44+
- dsi-hug-bot @dsi-hug-bot
45+
- rfrt
46+
147
## 1.1.11 (2024-07-26)
248

349
### 🐛 Fixes

projects/layout/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hug/ngx-layout",
3-
"version": "1.1.11",
3+
"version": "2.0.0",
44
"description": "HUG Angular - layout component",
55
"homepage": "https://github.com/dsi-hug/ngx-components",
66
"license": "GPL-3.0-only",
@@ -39,8 +39,8 @@
3939
"@angular/core": ">=18 <19",
4040
"@angular/cdk": ">=18 <19",
4141
"@angular/material": ">=18 <19",
42-
"@hug/ngx-core": "^1.1.14",
43-
"@hug/ngx-sidenav": "^1.1.8"
42+
"@hug/ngx-core": "^2.0.0",
43+
"@hug/ngx-sidenav": "^2.0.0"
4444
},
4545
"dependencies": {
4646
"tslib": "^2.7.0"

projects/list-loader/CHANGELOG.md

+30
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,33 @@
1+
# 2.0.0 (2024-09-11)
2+
3+
4+
### 🚀 Features
5+
6+
- update to angular 15 - FC-67 ([6bad712](https://github.com/DSI-HUG/ngx-components/commit/6bad712))
7+
8+
- apply angular material 18 ([f65d64c](https://github.com/DSI-HUG/ngx-components/commit/f65d64c))
9+
10+
- prettier ([2aa36f0](https://github.com/DSI-HUG/ngx-components/commit/2aa36f0))
11+
12+
- format to ng18 ([3b78bdf](https://github.com/DSI-HUG/ngx-components/commit/3b78bdf))
13+
14+
- **ng18:** remove no more necessary files ([54c46a1](https://github.com/DSI-HUG/ngx-components/commit/54c46a1))
15+
16+
17+
### 🐛 Fixes
18+
19+
- list-loader storybook ([c4baad1](https://github.com/DSI-HUG/ngx-components/commit/c4baad1))
20+
21+
- correctif passage compelt ng18 ([3fe864e](https://github.com/DSI-HUG/ngx-components/commit/3fe864e))
22+
23+
- **ci:** tests ([9387ba8](https://github.com/DSI-HUG/ngx-components/commit/9387ba8))
24+
25+
26+
### ❤️ Thank You
27+
28+
- Badisi
29+
- rfrt
30+
131
## 1.1.9 (2024-07-25)
232

333
### 🐛 Fixes

projects/list-loader/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hug/ngx-list-loader",
3-
"version": "1.1.9",
3+
"version": "2.0.0",
44
"description": "HUG Angular - list loader component",
55
"homepage": "https://github.com/dsi-hug/ngx-components",
66
"license": "GPL-3.0-only",

projects/message-box-dialog/CHANGELOG.md

+42
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,45 @@
1+
# 2.0.0 (2024-09-11)
2+
3+
4+
### 🚀 Features
5+
6+
- update to angular 15 - FC-67 ([6bad712](https://github.com/DSI-HUG/ngx-components/commit/6bad712))
7+
8+
- update material to angular 15 - FC-67 ([44406c1](https://github.com/DSI-HUG/ngx-components/commit/44406c1))
9+
10+
- update material to angular 15 - FC-67 ([5af2c75](https://github.com/DSI-HUG/ngx-components/commit/5af2c75))
11+
12+
- messageBoxDialog angular15 ([7ab3e59](https://github.com/DSI-HUG/ngx-components/commit/7ab3e59))
13+
14+
- apply angular material 18 ([f65d64c](https://github.com/DSI-HUG/ngx-components/commit/f65d64c))
15+
16+
- prettier ([2aa36f0](https://github.com/DSI-HUG/ngx-components/commit/2aa36f0))
17+
18+
- **ng18:** remove no more necessary files ([54c46a1](https://github.com/DSI-HUG/ngx-components/commit/54c46a1))
19+
20+
21+
### 🐛 Fixes
22+
23+
- yarn lint ([d17a8de](https://github.com/DSI-HUG/ngx-components/commit/d17a8de))
24+
25+
- correctif passage compelt ng18 ([3fe864e](https://github.com/DSI-HUG/ngx-components/commit/3fe864e))
26+
27+
- remove all injector from constructor ([5213c93](https://github.com/DSI-HUG/ngx-components/commit/5213c93))
28+
29+
- **ci:** tests ([9387ba8](https://github.com/DSI-HUG/ngx-components/commit/9387ba8))
30+
31+
32+
### 🌱 Dependencies
33+
34+
- **@hug/ngx-core:** upgrade to v2.0.0 ([ce6226c](https://github.com/DSI-HUG/ngx-components/commit/ce6226c))
35+
36+
37+
### ❤️ Thank You
38+
39+
- Badisi
40+
- dsi-hug-bot @dsi-hug-bot
41+
- rfrt
42+
143
## 1.1.10 (2024-07-25)
244

345
### 🐛 Fixes

projects/message-box-dialog/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hug/ngx-message-box-dialog",
3-
"version": "1.1.10",
3+
"version": "2.0.0",
44
"description": "HUG Angular - message-box-dialog component",
55
"homepage": "https://github.com/dsi-hug/ngx-components",
66
"license": "GPL-3.0-only",
@@ -39,7 +39,7 @@
3939
"@angular/core": ">=18 <19",
4040
"@angular/material": ">=18 <19",
4141
"rxjs": ">= 7.4.0",
42-
"@hug/ngx-core": "^1.1.14"
42+
"@hug/ngx-core": "^2.0.0"
4343
},
4444
"dependencies": {
4545
"tslib": "^2.7.0"

projects/message-box/CHANGELOG.md

+44
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,47 @@
1+
# 2.0.0 (2024-09-11)
2+
3+
4+
### 🚀 Features
5+
6+
- update to angular 15 - FC-67 ([6bad712](https://github.com/DSI-HUG/ngx-components/commit/6bad712))
7+
8+
- update material to angular 15 - FC-67 ([44406c1](https://github.com/DSI-HUG/ngx-components/commit/44406c1))
9+
10+
- update material to angular 15 - FC-67 ([5af2c75](https://github.com/DSI-HUG/ngx-components/commit/5af2c75))
11+
12+
- angular15material messagebox and listloader ([4372736](https://github.com/DSI-HUG/ngx-components/commit/4372736))
13+
14+
- messageBoxDialog angular15 ([7ab3e59](https://github.com/DSI-HUG/ngx-components/commit/7ab3e59))
15+
16+
- apply angular material 18 ([f65d64c](https://github.com/DSI-HUG/ngx-components/commit/f65d64c))
17+
18+
- add status storybook ([173d398](https://github.com/DSI-HUG/ngx-components/commit/173d398))
19+
20+
- prettier ([2aa36f0](https://github.com/DSI-HUG/ngx-components/commit/2aa36f0))
21+
22+
- **ng18:** remove no more necessary files ([54c46a1](https://github.com/DSI-HUG/ngx-components/commit/54c46a1))
23+
24+
25+
### 🐛 Fixes
26+
27+
- correctif passage compelt ng18 ([3fe864e](https://github.com/DSI-HUG/ngx-components/commit/3fe864e))
28+
29+
- lint ([86469ca](https://github.com/DSI-HUG/ngx-components/commit/86469ca))
30+
31+
- **ci:** tests ([9387ba8](https://github.com/DSI-HUG/ngx-components/commit/9387ba8))
32+
33+
34+
### 🌱 Dependencies
35+
36+
- **@hug/ngx-core:** upgrade to v2.0.0 ([ce6226c](https://github.com/DSI-HUG/ngx-components/commit/ce6226c))
37+
38+
39+
### ❤️ Thank You
40+
41+
- Badisi
42+
- dsi-hug-bot @dsi-hug-bot
43+
- rfrt
44+
145
## 1.1.8 (2024-07-25)
246

347
### 🐛 Fixes

projects/message-box/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hug/ngx-message-box",
3-
"version": "1.1.8",
3+
"version": "2.0.0",
44
"description": "HUG Angular - message box component",
55
"homepage": "https://github.com/dsi-hug/ngx-components",
66
"license": "GPL-3.0-only",

0 commit comments

Comments
 (0)