Skip to content

Commit 0ee2a4e

Browse files
committed
v1.0.16
1 parent 0538b00 commit 0ee2a4e

File tree

17 files changed

+91
-36
lines changed

17 files changed

+91
-36
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,20 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.0.16](https://github.com/deepkit/deepkit-framework/compare/v1.0.15...v1.0.16) (2025-06-30)
7+
8+
### Bug Fixes
9+
10+
- **desktop-ui:** fix icon font in webkit ([87e60b5](https://github.com/deepkit/deepkit-framework/commit/87e60b525eba6b553f068b97ff97aabe424a6662))
11+
- **desktop-ui:** remove AbortController for addEventListener since bad browser support ([a35ffe1](https://github.com/deepkit/deepkit-framework/commit/a35ffe1fc40675a4c0ea7c163f06de8fc450ce5e))
12+
- **website:** adaptive container example ([0538b00](https://github.com/deepkit/deepkit-framework/commit/0538b004ddb6620135bcf412a82d967ef7661c30))
13+
14+
### Features
15+
16+
- **desktop-ui:** better docs, new dui-adaptive-container component ([e4497e8](https://github.com/deepkit/deepkit-framework/commit/e4497e8daf0de716fb49a7de3998e24d2571477f))
17+
- **desktop-ui:** more docs ([9433089](https://github.com/deepkit/deepkit-framework/commit/94330899c817e58ae0b588243c8bd338790d9908))
18+
- **desktop-ui:** new duiPositionChange directive, new dui-menu component, automatically reposition dropdown, improved dui-adaptive-container ([dc8fa12](https://github.com/deepkit/deepkit-framework/commit/dc8fa12852d1ac3f859752c1c350b1b3c4fea2b3))
19+
620
## [1.0.15](https://github.com/deepkit/deepkit-framework/compare/v1.0.14...v1.0.15) (2025-06-26)
721

822
### Bug Fixes

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@
66
"conventionalCommits": true
77
}
88
},
9-
"version": "1.0.15"
9+
"version": "1.0.16"
1010
}

packages/api-console-gui/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.0.16](https://github.com/deepkit/deepkit-framework/compare/v1.0.15...v1.0.16) (2025-06-30)
7+
8+
### Features
9+
10+
- **desktop-ui:** new duiPositionChange directive, new dui-menu component, automatically reposition dropdown, improved dui-adaptive-container ([dc8fa12](https://github.com/deepkit/deepkit-framework/commit/dc8fa12852d1ac3f859752c1c350b1b3c4fea2b3))
11+
612
## [1.0.15](https://github.com/deepkit/deepkit-framework/compare/v1.0.14...v1.0.15) (2025-06-26)
713

814
### Features

packages/api-console-gui/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@deepkit/api-console-gui",
3-
"version": "1.0.15",
3+
"version": "1.0.16",
44
"description": "API Console GUI",
55
"scripts": {
66
"ng": "ng",
@@ -38,7 +38,7 @@
3838
"@deepkit/bson": "^1.0.15",
3939
"@deepkit/core": "^1.0.15",
4040
"@deepkit/core-rxjs": "^1.0.15",
41-
"@deepkit/desktop-ui": "^1.0.15",
41+
"@deepkit/desktop-ui": "^1.0.16",
4242
"@deepkit/event": "^1.0.15",
4343
"@deepkit/injector": "^1.0.15",
4444
"@deepkit/logger": "^1.0.15",

packages/api-console-module/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.0.16](https://github.com/deepkit/deepkit-framework/compare/v1.0.15...v1.0.16) (2025-06-30)
7+
8+
**Note:** Version bump only for package @deepkit/api-console-module
9+
610
## [1.0.15](https://github.com/deepkit/deepkit-framework/compare/v1.0.14...v1.0.15) (2025-06-26)
711

812
### Features

packages/api-console-module/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@deepkit/api-console-module",
3-
"version": "1.0.15",
3+
"version": "1.0.16",
44
"description": "API Console",
55
"type": "commonjs",
66
"main": "./dist/cjs/index.js",
@@ -35,7 +35,7 @@
3535
},
3636
"dependencies": {
3737
"@deepkit/api-console-api": "^1.0.15",
38-
"@deepkit/api-console-gui": "^1.0.15"
38+
"@deepkit/api-console-gui": "^1.0.16"
3939
},
4040
"devDependencies": {
4141
"@deepkit/app": "^1.0.15",

packages/desktop-ui/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,19 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.0.16](https://github.com/deepkit/deepkit-framework/compare/v1.0.15...v1.0.16) (2025-06-30)
7+
8+
### Bug Fixes
9+
10+
- **desktop-ui:** fix icon font in webkit ([87e60b5](https://github.com/deepkit/deepkit-framework/commit/87e60b525eba6b553f068b97ff97aabe424a6662))
11+
- **desktop-ui:** remove AbortController for addEventListener since bad browser support ([a35ffe1](https://github.com/deepkit/deepkit-framework/commit/a35ffe1fc40675a4c0ea7c163f06de8fc450ce5e))
12+
13+
### Features
14+
15+
- **desktop-ui:** better docs, new dui-adaptive-container component ([e4497e8](https://github.com/deepkit/deepkit-framework/commit/e4497e8daf0de716fb49a7de3998e24d2571477f))
16+
- **desktop-ui:** more docs ([9433089](https://github.com/deepkit/deepkit-framework/commit/94330899c817e58ae0b588243c8bd338790d9908))
17+
- **desktop-ui:** new duiPositionChange directive, new dui-menu component, automatically reposition dropdown, improved dui-adaptive-container ([dc8fa12](https://github.com/deepkit/deepkit-framework/commit/dc8fa12852d1ac3f859752c1c350b1b3c4fea2b3))
18+
619
## [1.0.15](https://github.com/deepkit/deepkit-framework/compare/v1.0.14...v1.0.15) (2025-06-26)
720

821
### Bug Fixes

packages/desktop-ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@deepkit/desktop-ui",
3-
"version": "1.0.15",
3+
"version": "1.0.16",
44
"description": "Library for desktop UI widgets in Angular 10+",
55
"keywords": [
66
"Desktop",

packages/framework-debug-gui/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.0.16](https://github.com/deepkit/deepkit-framework/compare/v1.0.15...v1.0.16) (2025-06-30)
7+
8+
**Note:** Version bump only for package @deepkit/framework-debug-gui
9+
610
## [1.0.15](https://github.com/deepkit/deepkit-framework/compare/v1.0.14...v1.0.15) (2025-06-26)
711

812
### Features

packages/framework-debug-gui/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@deepkit/framework-debug-gui",
3-
"version": "1.0.15",
3+
"version": "1.0.16",
44
"scripts": {
55
"ng": "ng",
66
"start": "NODE_OPTIONS=--preserve-symlinks ng serve",
@@ -32,18 +32,18 @@
3232
"@angular/platform-browser-dynamic": "^20.0.4",
3333
"@angular/router": "^20.0.4",
3434
"@deepkit/api-console-api": "^1.0.15",
35-
"@deepkit/api-console-gui": "^1.0.15",
35+
"@deepkit/api-console-gui": "^1.0.16",
3636
"@deepkit/bson": "^1.0.15",
3737
"@deepkit/core": "^1.0.15",
3838
"@deepkit/core-rxjs": "^1.0.15",
39-
"@deepkit/desktop-ui": "^1.0.15",
39+
"@deepkit/desktop-ui": "^1.0.16",
4040
"@deepkit/event": "^1.0.15",
4141
"@deepkit/framework-debug-api": "^1.0.15",
4242
"@deepkit/injector": "^1.0.15",
4343
"@deepkit/logger": "^1.0.15",
4444
"@deepkit/orm": "^1.0.15",
4545
"@deepkit/orm-browser-api": "^1.0.15",
46-
"@deepkit/orm-browser-gui": "^1.0.15",
46+
"@deepkit/orm-browser-gui": "^1.0.16",
4747
"@deepkit/rpc": "^1.0.15",
4848
"@deepkit/stopwatch": "^1.0.15",
4949
"@deepkit/topsort": "^1.0.15",

0 commit comments

Comments
 (0)