Skip to content

Commit 2a3281a

Browse files
committed
chore: bump version to 19.0.0 w/ changelog
1 parent 1608c92 commit 2a3281a

File tree

5 files changed

+123
-11
lines changed

5 files changed

+123
-11
lines changed

.github/workflows/docs-stable.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Deploy Stable Docs
33
on:
44
push:
55
tags:
6-
- 18.*.*
6+
- 19.*.*
77
# Allows you to run this workflow manually from the Actions tab
88
workflow_dispatch:
99

CHANGELOG.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,38 @@
1+
# 19.0.0 (2025-12-26)
2+
3+
### Koobiq
4+
5+
* feat!: applied updated icon names (#DS-4461) (#1190) ([f81399b](https://github.com/koobiq/angular-components/commit/f81399b63bc6995eee38c23933fee81a542b5fc8))
6+
* bug fix **code-block:** actionbar blocks scroll ([#DS-4544](https://github.com/koobiq/angular-components/issues/issue/DS-4544)) ([#1238](https://github.com/koobiq/angular-components/issues/1238)) ([ca95199](https://github.com/koobiq/angular-components/commit/ca9519909cb69f2ba6972f6184fd023b5952f3db))
7+
* bug fix **docs:** tokens optimization ([#DS-3117](https://github.com/koobiq/angular-components/issues/issue/DS-3117)) ([#1184](https://github.com/koobiq/angular-components/issues/1184)) ([a92af5b](https://github.com/koobiq/angular-components/commit/a92af5bcb89cfbec9a7157f29ea1d8e7fefdd020))
8+
* bug fix **dropdown:** aligned visibility on small viewport ([#DS-4460](https://github.com/koobiq/angular-components/issues/issue/DS-4460)) ([#1247](https://github.com/koobiq/angular-components/issues/1247)) ([b537898](https://github.com/koobiq/angular-components/commit/b5378980685f1e4d0ba351a0883eb5672c68a5cd))
9+
* bug fix **dropdown:** disable flexible dimensions ([#DS-4504](https://github.com/koobiq/angular-components/issues/issue/DS-4504)) ([#1176](https://github.com/koobiq/angular-components/issues/1176)) ([4c00fc1](https://github.com/koobiq/angular-components/commit/4c00fc1789cd27cd168c1568a8eaac6253bb8701))
10+
* bug fix **filter-bar:** preventDefault for enter key in date and datetime pipes ([#DS-4532](https://github.com/koobiq/angular-components/issues/issue/DS-4532)) ([#1209](https://github.com/koobiq/angular-components/issues/1209)) ([ea83235](https://github.com/koobiq/angular-components/commit/ea832350da044bb5d351c46f3f445cd29a00fb7e))
11+
* bug fix **input:** handle fraction part properly ([#DS-4514](https://github.com/koobiq/angular-components/issues/issue/DS-4514)) ([#1166](https://github.com/koobiq/angular-components/issues/1166)) ([a337e72](https://github.com/koobiq/angular-components/commit/a337e72d0da83ecef53844f84889f1df36a2a2a1))
12+
* bug fix **input:** input-number mark touched on blur ([#DS-4546](https://github.com/koobiq/angular-components/issues/issue/DS-4546)) ([#1194](https://github.com/koobiq/angular-components/issues/1194)) ([fbdda60](https://github.com/koobiq/angular-components/commit/fbdda608555893369dc619733d9bce89f3027f77))
13+
* bug fix **navbar-ic:** deprecated ([#DS-4540](https://github.com/koobiq/angular-components/issues/issue/DS-4540)) ([#1191](https://github.com/koobiq/angular-components/issues/1191)) ([ed8ad59](https://github.com/koobiq/angular-components/commit/ed8ad5907fa7a2015260c3b0a0fee9103ae0cf84))
14+
* bug fix **progress-spinner:** scrollbar shows because of spinner overflow ([#DS-4565](https://github.com/koobiq/angular-components/issues/issue/DS-4565)) ([#1212](https://github.com/koobiq/angular-components/issues/1212)) ([204efbf](https://github.com/koobiq/angular-components/commit/204efbfa2be37e3866ef7e78f6dc67747a42f9a9))
15+
* bug fix **select, tree-select:** by default, resize events are not used ([#DS-4253](https://github.com/koobiq/angular-components/issues/issue/DS-4253)) ([#1198](https://github.com/koobiq/angular-components/issues/1198)) ([02e6229](https://github.com/koobiq/angular-components/commit/02e6229e42f6616a9ccae3290bfc7b0c00ad995c))
16+
* bug fix **select:** added shift + click ([#DS-4234](https://github.com/koobiq/angular-components/issues/issue/DS-4234)) ([#1211](https://github.com/koobiq/angular-components/issues/1211)) ([c2d6cf7](https://github.com/koobiq/angular-components/commit/c2d6cf7ad264d4f4c55e0e6c6d9cd2f443949c73))
17+
* bug fix **timepicker:** error state matcher ([#DS-4251](https://github.com/koobiq/angular-components/issues/issue/DS-4251)) ([#1195](https://github.com/koobiq/angular-components/issues/1195)) ([c509a3a](https://github.com/koobiq/angular-components/commit/c509a3aae69f5d9e32d9e0bd8f5be2cdf9387c29))
18+
* bug fix **title:** vertical overflown ([#DS-4517](https://github.com/koobiq/angular-components/issues/issue/DS-4517)) ([#1174](https://github.com/koobiq/angular-components/issues/1174)) ([d91a911](https://github.com/koobiq/angular-components/commit/d91a9110a9d0e125beafead22e1e152744d053f4))
19+
* bug fix **tree-select:** focus kbqSelectSearch after open ([#DS-3253](https://github.com/koobiq/angular-components/issues/issue/DS-3253)) ([#1199](https://github.com/koobiq/angular-components/issues/1199)) ([3c7d19f](https://github.com/koobiq/angular-components/commit/3c7d19f5053fcf9afec038d484eaf180d807af1e))
20+
* feature **accordion:** added e2e tests ([#DS-4396](https://github.com/koobiq/angular-components/issues/issue/DS-4396)) ([#1180](https://github.com/koobiq/angular-components/issues/1180)) ([fc19182](https://github.com/koobiq/angular-components/commit/fc191829209daf5aeeea34eff7b57c4e0097a58b))
21+
* feature **alert:** added screenshot tests ([#DS-4438](https://github.com/koobiq/angular-components/issues/issue/DS-4438)) ([#1173](https://github.com/koobiq/angular-components/issues/1173)) ([a55263b](https://github.com/koobiq/angular-components/commit/a55263b008ebe4c23025af93adee1431006e9eef))
22+
* feature angular 19 ([#DS-3782](https://github.com/koobiq/angular-components/issues/issue/DS-3782)) ([#1143](https://github.com/koobiq/angular-components/issues/1143)) ([fa1483c](https://github.com/koobiq/angular-components/commit/fa1483c94d5d06ece13693b59f9c0405d5aa8bfb))
23+
* feature **app-switcher:** added e2e tests ([#DS-4397](https://github.com/koobiq/angular-components/issues/issue/DS-4397)) ([#1185](https://github.com/koobiq/angular-components/issues/1185)) ([8ac0050](https://github.com/koobiq/angular-components/commit/8ac0050bb42e18d36d301cf75a6149be4bdfead4))
24+
* feature **breadcrumbs:** added screenshot tests ([#DS-4439](https://github.com/koobiq/angular-components/issues/issue/DS-4439)) ([#1175](https://github.com/koobiq/angular-components/issues/1175)) ([2cc78c6](https://github.com/koobiq/angular-components/commit/2cc78c6b72750eeedfd3cf38e914e8aba2a61cdd))
25+
* feature **button-toggle:** added e2e tests ([#DS-4398](https://github.com/koobiq/angular-components/issues/issue/DS-4398)) ([#1178](https://github.com/koobiq/angular-components/issues/1178)) ([250ed13](https://github.com/koobiq/angular-components/commit/250ed1360182b84ba4499fc8f71bd7ed82b8844e))
26+
* feature **clamped-text:** added screenshot tests ([#DS-4440](https://github.com/koobiq/angular-components/issues/issue/DS-4440)) ([#1177](https://github.com/koobiq/angular-components/issues/1177)) ([50c2c26](https://github.com/koobiq/angular-components/commit/50c2c26c32e936b3e8fee9ac7e057e0f1d4be3ea))
27+
* feature **core:** added KbqEnumValues ([#DS-4435](https://github.com/koobiq/angular-components/issues/issue/DS-4435)) ([#1187](https://github.com/koobiq/angular-components/issues/1187)) ([d1f5b02](https://github.com/koobiq/angular-components/commit/d1f5b02693147860d8095d6d3e42ab90c7585455))
28+
* feature **datepicker:** added e2e tests ([#DS-4399](https://github.com/koobiq/angular-components/issues/issue/DS-4399)) ([#1182](https://github.com/koobiq/angular-components/issues/1182)) ([58e9ee8](https://github.com/koobiq/angular-components/commit/58e9ee8fca506d429060de8c91ceee3728f13b36))
29+
* feature **divider:** added e2e tests ([#DS-4441](https://github.com/koobiq/angular-components/issues/issue/DS-4441)) ([#1179](https://github.com/koobiq/angular-components/issues/1179)) ([26ed568](https://github.com/koobiq/angular-components/commit/26ed5684ea10169ccd4e1921be21fa631e7a1347))
30+
* feature **empty-state:** added e2e tests ([#DS-4442](https://github.com/koobiq/angular-components/issues/issue/DS-4442)) ([#1181](https://github.com/koobiq/angular-components/issues/1181)) ([0b374c1](https://github.com/koobiq/angular-components/commit/0b374c1295870bf289f960c0bb1a5c9a47ceb163))
31+
* feature **file-upload:** added primitives ([#DS-3748](https://github.com/koobiq/angular-components/issues/issue/DS-3748)) ([#1189](https://github.com/koobiq/angular-components/issues/1189)) ([ddbcacb](https://github.com/koobiq/angular-components/commit/ddbcacb1575417412f8e95eff8c316a1cec514d1))
32+
* feature **filter-bar:** added e2e tests ([#DS-4400](https://github.com/koobiq/angular-components/issues/issue/DS-4400)) ([#1186](https://github.com/koobiq/angular-components/issues/1186)) ([b0a7ae5](https://github.com/koobiq/angular-components/commit/b0a7ae5b79d9aac196ea839ffe79b0522e4045a2))
33+
* feature **filter-bar:** added onSearchTimeout and emitValueByEnter ([#DS-4463](https://github.com/koobiq/angular-components/issues/issue/DS-4463), [#DS-4464](https://github.com/koobiq/angular-components/issues/issue/DS-4464)) ([#1188](https://github.com/koobiq/angular-components/issues/1188)) ([dbc55ba](https://github.com/koobiq/angular-components/commit/dbc55baf8e8d2c3c6c5871902f9aadf3431e389f))
34+
* feature **select, tree-select:** use '+' instead of 'еще' ([#DS-4085](https://github.com/koobiq/angular-components/issues/issue/DS-4085)) ([#1193](https://github.com/koobiq/angular-components/issues/1193)) ([3058a82](https://github.com/koobiq/angular-components/commit/3058a824edcb6347e2777b6cc4c99dc958dbd80b))
35+
136
# 18.38.0 (2025-12-02)
237

338
### Koobiq

apps/docs/src/assets/versions.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,4 @@
11
{
2-
"16": {
3-
"version": "16.0.0-beta.18",
4-
"date": "2024-03-01T05:21:48.677Z",
5-
"url": "https://v16.koobiq.io/"
6-
},
72
"17": {
83
"version": "17.8.1",
94
"date": "2024-09-26T12:59:39.373Z",
@@ -14,8 +9,13 @@
149
"date": "2024-09-27T08:43:00.007Z",
1510
"url": "https://v18.koobiq.io/"
1611
},
12+
"19": {
13+
"version": "19.0.0",
14+
"date": "2024-09-27T08:43:00.007Z",
15+
"url": "https://v19.koobiq.io/"
16+
},
1717
"next": {
1818
"version": "Next",
1919
"url": "https://next.koobiq.io"
2020
}
21-
}
21+
}

firebase.json

Lines changed: 80 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@
176176
"ignore": ["firebase.json", "**/node_modules/**"]
177177
},
178178
{
179-
"target": "v17",
179+
"target": "v18",
180180
"public": "dist/releases/koobiq-docs",
181181
"cleanUrls": true,
182182
"rewrites": [
@@ -265,15 +265,92 @@
265265
"ignore": ["firebase.json", "**/node_modules/**"]
266266
},
267267
{
268-
"target": "v16",
268+
"target": "v17",
269269
"public": "dist/releases/koobiq-docs",
270270
"cleanUrls": true,
271271
"rewrites": [
272272
{
273-
"source": "**/!(*.*)",
273+
"source": "/**/!(*.@(js|ts|html|css|json|svg|png|jpg|jpeg))",
274274
"destination": "/index.html"
275275
}
276276
],
277+
"headers": [
278+
{
279+
"source": "**/!(*.*)",
280+
"headers": [
281+
{
282+
"key": "Cache-Control",
283+
// The `index.html` file (or when loaded as SPA), should never be cached. Older
284+
// JavaScript sources and assets would be loaded that might no longer be available.
285+
"value": "no-cache"
286+
}
287+
]
288+
},
289+
{
290+
"source": "/**",
291+
"headers": [
292+
{
293+
"key": "Access-Control-Allow-Origin",
294+
"value": "*"
295+
},
296+
{
297+
"key": "X-XSS-Protection",
298+
"value": "1"
299+
},
300+
{
301+
"key": "X-Frame-Options",
302+
"value": "DENY"
303+
},
304+
{
305+
"key": "Content-Security-Policy",
306+
"value": "upgrade-insecure-requests; default-src 'self'; style-src 'self' 'unsafe-inline'; img-src 'self' * data:; media-src 'self'; script-src 'self' 'unsafe-inline' 'unsafe-eval' https://mc.yandex.ru; child-src 'self' blob:; connect-src 'self' https://koobiq.io https://*.koobiq.io https://mc.yandex.ru https://*.algolia.net https://*.algolianet.com https://*.algolia.io;"
307+
}
308+
]
309+
},
310+
{
311+
"source": "/assets/**",
312+
"headers": [
313+
{
314+
"key": "Cache-Control",
315+
"value": "public, max-age=15811200, s-maxage=31536000"
316+
}
317+
]
318+
},
319+
{
320+
"source": "/assets/versions.json",
321+
"headers": [
322+
{
323+
"key": "Access-Control-Allow-Origin",
324+
"value": "*"
325+
},
326+
{
327+
"key": "Cache-Control",
328+
// The versions file should not be cached as it may change
329+
// at any time and otherwise old versions would be rendered.
330+
"value": "no-cache"
331+
}
332+
]
333+
},
334+
{
335+
"source": "/assets/stackblitz/**",
336+
"headers": [
337+
{
338+
"key": "Cache-Control",
339+
// StackBlitz assets are not hashed and should not be cached.
340+
"value": "no-cache"
341+
}
342+
]
343+
},
344+
{
345+
"source": "/*.@(js|css)",
346+
"headers": [
347+
{
348+
"key": "Cache-Control",
349+
"value": "public, max-age=31536000"
350+
}
351+
]
352+
}
353+
],
277354
"ignore": ["firebase.json", "**/node_modules/**"]
278355
}
279356
]

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "koobiq",
3-
"version": "18.38.0",
3+
"version": "19.0.0",
44
"description": "Components for Angular",
55
"private": true,
66
"homepage": "https://github.com/koobiq/angular-components",

0 commit comments

Comments
 (0)