Skip to content

Commit

Permalink
Merge pull request #1382 from zyfra/feat/release-3.11.1
Browse files Browse the repository at this point in the history
chore: release 3.11.1
  • Loading branch information
ickisIckis authored Feb 22, 2024
2 parents 2744d66 + 89a7e64 commit 835c00f
Show file tree
Hide file tree
Showing 77 changed files with 160 additions and 143 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/beta-publish-ng14.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
- name: Set up environment variables
run: |
last_draft_version=$(
(npm view @prizm-ui/components versions --tag ng14beta --json 2>/dev/null || echo '1.15.0-ng14beta.0') | jq '([.[] | select(startswith("1.15.0-ng14beta"))] | last // "1.15.0-ng14beta.0")' 2>/dev/null || echo '1.15.0-ng14beta.0'
(npm view @prizm-ui/components versions --tag ng14beta --json 2>/dev/null || echo '1.15.1-ng14beta.0') | jq '([.[] | select(startswith("1.15.1-ng14beta"))] | last // "1.15.1-ng14beta.0")' 2>/dev/null || echo '1.15.1-ng14beta.0'
)
echo "LAST_DRAFT_VERSION=${last_draft_version}" >> $GITHUB_ENV
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/beta-publish-ng15.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
- name: Set up environment variables
run: |
last_draft_version=$(
(npm view @prizm-ui/components versions --tag ng15beta --json 2>/dev/null || echo '2.12.0-ng15beta.0') | jq '([.[] | select(startswith("2.12.0-ng15beta"))] | last // "2.12.0-ng15beta.0")' 2>/dev/null || echo '2.12.0-ng15beta.0'
(npm view @prizm-ui/components versions --tag ng15beta --json 2>/dev/null || echo '2.12.1-ng15beta.0') | jq '([.[] | select(startswith("2.12.1-ng15beta"))] | last // "2.12.1-ng15beta.0")' 2>/dev/null || echo '2.12.1-ng15beta.0'
)
echo "LAST_DRAFT_VERSION=${last_draft_version}" >> $GITHUB_ENV
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/beta-publish-ng16.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
- name: Set up environment variables
run: |
last_draft_version=$(
(npm view @prizm-ui/components versions --tag beta --json 2>/dev/null || echo '3.11.0-beta.0') | jq '([.[] | select(startswith("3.11.0-beta"))] | last // "3.11.0-beta.0")' 2>/dev/null || echo '3.11.0-beta.0'
(npm view @prizm-ui/components versions --tag beta --json 2>/dev/null || echo '3.11.1-beta.0') | jq '([.[] | select(startswith("3.11.1-beta"))] | last // "3.11.1-beta.0")' 2>/dev/null || echo '3.11.1-beta.0'
)
echo "LAST_DRAFT_VERSION=${last_draft_version}" >> $GITHUB_ENV
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main-publish-ng14.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
- name: Set up environment variables
run: |
last_v1_version=$(
echo '1.15.0'
echo '1.15.1'
)
echo "LAST_V1_VERSION=${last_v1_version}" >> $GITHUB_ENV
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main-publish-ng15.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
- name: Set up environment variables
run: |
last_v2_version=$(
echo '2.12.0'
echo '2.12.1'
)
echo "LAST_V2_VERSION=${last_v2_version}" >> $GITHUB_ENV
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main-publish-ng16.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
- name: Set up environment variables
run: |
last_v3_version=$(
echo '3.11.0'
echo '3.11.1'
)
echo "LAST_V3_VERSION=${last_v3_version}" >> $GITHUB_ENV
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pre-release-publish-ng14.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
- name: Set up environment variables
run: |
last_next_version=$(
(npm view @prizm-ui/components versions --tag ng14next --json 2>/dev/null || echo '1.15.0-ng14next.0') | jq '([.[] | select(startswith("1.15.0-ng14next"))] | last // "1.15.0-ng14next.0")' 2>/dev/null || echo '1.15.0-ng14next.0'
(npm view @prizm-ui/components versions --tag ng14next --json 2>/dev/null || echo '1.15.1-ng14next.0') | jq '([.[] | select(startswith("1.15.1-ng14next"))] | last // "1.15.1-ng14next.0")' 2>/dev/null || echo '1.15.1-ng14next.0'
)
echo "LAST_NEXT_VERSION=${last_next_version}" >> $GITHUB_ENV
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pre-release-publish-ng15.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
- name: Set up environment variables
run: |
last_next_version=$(
(npm view @prizm-ui/components versions --tag ng15next --json 2>/dev/null || echo '2.12.0-ng15next.0') | jq '([.[] | select(startswith("2.12.0-ng15next"))] | last // "2.12.0-ng15next.0")' 2>/dev/null || echo '2.12.0-ng15next.0'
(npm view @prizm-ui/components versions --tag ng15next --json 2>/dev/null || echo '2.12.1-ng15next.0') | jq '([.[] | select(startswith("2.12.1-ng15next"))] | last // "2.12.1-ng15next.0")' 2>/dev/null || echo '2.12.1-ng15next.0'
)
echo "LAST_NEXT_VERSION=${last_next_version}" >> $GITHUB_ENV
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pre-release-publish-ng16.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
- name: Set up environment variables
run: |
last_next_version=$(
(npm view @prizm-ui/components versions --tag next --json 2>/dev/null || echo '3.11.0-next.0') | jq '([.[] | select(startswith("3.11.0-next"))] | last // "3.11.0-next.0")' 2>/dev/null || echo '3.11.0-next.0'
(npm view @prizm-ui/components versions --tag next --json 2>/dev/null || echo '3.11.1-next.0') | jq '([.[] | select(startswith("3.11.1-next"))] | last // "3.11.1-next.0")' 2>/dev/null || echo '3.11.1-next.0'
)
echo "LAST_NEXT_VERSION=${last_next_version}" >> $GITHUB_ENV
Expand Down
9 changes: 8 additions & 1 deletion apps/doc/src/app/about-prizm/changelog/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,23 @@ All notable changes to this project will be documented in this file.
- fix(components/input-multiselect) search label translation added #1323
- fix(components/input-select): extra title in input select #1286
- fix(components/input-layout-date-time): custom error not shown for inputLayoutDateTime #185
- fix(components/input-layout): clear button in inputs with position=center has incorrect placement #1385
- fix(doc/inputStatusText): inputStatusText examples fixed
- fix(components/switcher): switcher active item disabled statate colors changed #1348
- fix(components/navigation-menu): navigation menu search error #1344
- fix(components/navigation): navigation menu active item setter error #1213
- fix(components/breadcrumbs): breadcrumbs force update for content projection usage #1282
- fix(components/input-number): incorrect height of InputNumberDefaultControlsComponent #1308
- fix(components/input-number): incorrect height of InputNumberDefaultControlsComponent #1308, #1383
- fix(components/inputs): incorrect controls height #1179
- fix(components/input-button): input button size set to 100% height of container
- fix(components/input-date-time-range): incorrect injection token for date time value transformer #1364
- fix(components/tabs): issue with close tabs logic #1360
- fix(doc/input-mask): input mask demo placeholder property added
- fix(doc/dropdown-host): select panel example styles fix #1283
- fix(components/shadow): shadow enum values fix
- fix(components/paginator): updated i18n #1390 #1391
!!! if you use custom i18n dictionary you can get bc (our [ADR](https://jira.zyfra.com/wiki/x/crs6Dw))
- fix(component/tabs): error with double emitted index on close tabs #1392 #1003 #1389

## [1.15.0, 2.12.0, 3.11.0](https:/zyfra/Prizm) (30-01-2023)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
[prizmHintCanShow]="prizmHintCanShow"
[required]="required"
[value]="value"
[placeholder]="placeholder"
prizmDocHostElementKey="PrizmInputText"
prizmInput
/>
Expand Down Expand Up @@ -74,6 +75,15 @@
Required
</ng-template>

<ng-template
[(documentationPropertyValue)]="placeholder"
documentationPropertyName="placeholder"
documentationPropertyType="string"
documentationPropertyMode="input"
>
Placeholder
</ng-template>

<ng-template
[(documentationPropertyValue)]="disabled"
documentationPropertyName="disabled"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ <h2>Custom Button</h2>
let-clear="clear"
>
<button
class="{{ showStatusButton ? '' : 'alone' }}"
[interactive]="true"
[disabled]="disabled"
[prizmHint]="'Нажмите для очистки'"
Expand All @@ -38,7 +37,6 @@ <h2>Custom Button Outer (With hint)</h2>
let-clear="clear"
>
<button
class="{{ showStatusButton ? '' : 'alone' }}"
[interactive]="true"
[disabled]="disabled"
[prizmHint]="'Нажмите для очистки'"
Expand Down
2 changes: 1 addition & 1 deletion apps/doc/src/app/version-manager/current.const.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const PRIZM_CURRENT_VERSION = '1.15.0';
export const PRIZM_CURRENT_VERSION = '1.15.1';
2 changes: 1 addition & 1 deletion apps/doc/src/app/version-manager/current.const.ts.ng14
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const PRIZM_CURRENT_VERSION = '1.15.0';
export const PRIZM_CURRENT_VERSION = '1.15.1';
2 changes: 1 addition & 1 deletion apps/doc/src/app/version-manager/current.const.ts.ng15
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const PRIZM_CURRENT_VERSION = '2.12.0';
export const PRIZM_CURRENT_VERSION = '2.12.1';
2 changes: 1 addition & 1 deletion apps/doc/src/app/version-manager/current.const.ts.ng16
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const PRIZM_CURRENT_VERSION = '3.11.0';
export const PRIZM_CURRENT_VERSION = '3.11.1';
36 changes: 18 additions & 18 deletions apps/doc/src/app/version-manager/versions.constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ export interface PrizmVersionMeta {

export const PRIZM_VERSIONS_META: readonly PrizmVersionMeta[] = [
{
label: '3.11.0 (ng16)',
version: '3.11.0',
label: '3.11.1 (ng16)',
version: '3.11.1',
stackblitz: 'https://stackblitz.com/edit/prizm-v3-demo',
link: new URL('http://prizm.site'),
otherLinks: [new URL('https://prizm-v3.web.app')],
Expand All @@ -20,8 +20,8 @@ export const PRIZM_VERSIONS_META: readonly PrizmVersionMeta[] = [
},
},
{
label: '2.12.0 (ng15)',
version: '2.12.0',
label: '2.12.1 (ng15)',
version: '2.12.1',
stackblitz: 'https://stackblitz.com/edit/prizm-v2-demo',
link: new URL('https://prizm-v2.web.app'),
otherLinks: [],
Expand All @@ -30,8 +30,8 @@ export const PRIZM_VERSIONS_META: readonly PrizmVersionMeta[] = [
},
},
{
label: '1.15.0 (ng14)',
version: '1.15.0',
label: '1.15.1 (ng14)',
version: '1.15.1',
stackblitz: 'https://stackblitz.com/edit/prizm-v1-demo',
link: new URL('https://prizm-v1.web.app'),
otherLinks: [],
Expand All @@ -40,43 +40,43 @@ export const PRIZM_VERSIONS_META: readonly PrizmVersionMeta[] = [
},
},
{
label: '3.11.0-next (ng16)',
version: '3.11.0-next',
label: '3.11.1-next (ng16)',
version: '3.11.1-next',
stackblitz: 'https://stackblitz.com/edit/prizm-v3-next-demo',
link: new URL('https://prizm-v3-next.web.app'),
otherLinks: [],
},
{
label: '2.12.0-next (ng15)',
label: '2.12.1-next (ng15)',
stackblitz: 'https://stackblitz.com/edit/prizm-v2-next-demo',
version: '2.12.0-next',
version: '2.12.1-next',
link: new URL('https://prizm-v2-next.web.app'),
otherLinks: [],
},
{
label: '1.15.0-next (ng14)',
version: '1.15.0-next',
label: '1.15.1-next (ng14)',
version: '1.15.1-next',
stackblitz: 'https://stackblitz.com/edit/prizm-v1-next-demo',
link: new URL('https://prizm-v1-next.web.app'),
otherLinks: [],
},
{
label: '3.11.0-beta (ng16)',
version: '3.11.0-beta',
label: '3.11.1-beta (ng16)',
version: '3.11.1-beta',
stackblitz: 'https://stackblitz.com/edit/prizm-v3-beta-demo',
link: new URL('https://prizm-v3-beta.web.app'),
otherLinks: [],
},
{
label: '2.12.0-beta (ng15)',
version: '2.12.0-beta',
label: '2.12.1-beta (ng15)',
version: '2.12.1-beta',
stackblitz: 'https://stackblitz.com/edit/prizm-v2-beta-demo',
link: new URL('https://prizm-v2-beta.web.app'),
otherLinks: [],
},
{
label: '1.15.0-beta (ng14)',
version: '1.15.0-beta',
label: '1.15.1-beta (ng14)',
version: '1.15.1-beta',
stackblitz: 'https://stackblitz.com/edit/prizm-v1-beta-demo',
link: new URL('https://prizm-v1-beta.web.app'),
otherLinks: [],
Expand Down
2 changes: 1 addition & 1 deletion libs/ast/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@prizm-ui/ast",
"version": "3.11.0",
"version": "3.11.1",
"private": false,
"publishConfig": {
"access": "public",
Expand Down
2 changes: 1 addition & 1 deletion libs/ast/package.json.ng14
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@prizm-ui/ast",
"version": "1.15.0",
"version": "1.15.1",
"private": false,
"publishConfig": {
"access": "public",
Expand Down
2 changes: 1 addition & 1 deletion libs/ast/package.json.ng15
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@prizm-ui/ast",
"version": "2.12.0",
"version": "2.12.1",
"private": false,
"publishConfig": {
"access": "public",
Expand Down
2 changes: 1 addition & 1 deletion libs/ast/package.json.ng16
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@prizm-ui/ast",
"version": "3.11.0",
"version": "3.11.1",
"private": false,
"publishConfig": {
"access": "public",
Expand Down
6 changes: 3 additions & 3 deletions libs/charts/base/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@prizm-ui/charts",
"version": "3.11.0",
"version": "3.11.1",
"license": "MIT",
"private": false,
"publishConfig": {
Expand All @@ -11,8 +11,8 @@
"lodash-es": "^4.17.21",
"@angular/common": "^16.1.0 || ^16.2.0",
"@angular/core": "^16.1.0 || ^16.2.0",
"@prizm-ui/theme": "^3.11.0",
"@prizm-ui/helpers": "^3.11.0",
"@prizm-ui/theme": "^3.11.1",
"@prizm-ui/helpers": "^3.11.1",
"@antv/g2plot": "^2.4.22"
},
"dependencies": {
Expand Down
6 changes: 3 additions & 3 deletions libs/charts/base/package.json.ng14
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@prizm-ui/charts",
"version": "1.15.0",
"version": "1.15.1",
"license": "MIT",
"private": false,
"publishConfig": {
Expand All @@ -11,8 +11,8 @@
"lodash-es": "^4.17.21",
"@angular/common": "^14.2.0",
"@angular/core": "^14.2.0",
"@prizm-ui/theme": "^1.15.0",
"@prizm-ui/helpers": "^1.15.0",
"@prizm-ui/theme": "^1.15.1",
"@prizm-ui/helpers": "^1.15.1",
"@antv/g2plot": "^2.4.22"
},
"dependencies": {
Expand Down
6 changes: 3 additions & 3 deletions libs/charts/base/package.json.ng15
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@prizm-ui/charts",
"version": "2.12.0",
"version": "2.12.1",
"license": "MIT",
"private": false,
"publishConfig": {
Expand All @@ -11,8 +11,8 @@
"lodash-es": "^4.17.21",
"@angular/common": "^15.2.0",
"@angular/core": "^15.2.0",
"@prizm-ui/theme": "^2.12.0",
"@prizm-ui/helpers": "^2.12.0",
"@prizm-ui/theme": "^2.12.1",
"@prizm-ui/helpers": "^2.12.1",
"@antv/g2plot": "^2.4.22"
},
"dependencies": {
Expand Down
6 changes: 3 additions & 3 deletions libs/charts/base/package.json.ng16
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@prizm-ui/charts",
"version": "3.11.0",
"version": "3.11.1",
"license": "MIT",
"private": false,
"publishConfig": {
Expand All @@ -11,8 +11,8 @@
"lodash-es": "^4.17.21",
"@angular/common": "^16.1.0 || ^16.2.0",
"@angular/core": "^16.1.0 || ^16.2.0",
"@prizm-ui/theme": "^3.11.0",
"@prizm-ui/helpers": "^3.11.0",
"@prizm-ui/theme": "^3.11.1",
"@prizm-ui/helpers": "^3.11.1",
"@antv/g2plot": "^2.4.22"
},
"dependencies": {
Expand Down
10 changes: 5 additions & 5 deletions libs/components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@prizm-ui/components",
"version": "3.11.0",
"version": "3.11.1",
"description": "Prizm UI system design components library http://prizm.zyfra.com",
"license": "MIT",
"private": false,
Expand All @@ -18,10 +18,10 @@
"@ng-web-apis/resize-observer": "^3.0.0",
"@ng-web-apis/intersection-observer": "^3.0.0",
"@ng-web-apis/mutation-observer": "^3.0.0",
"@prizm-ui/helpers": "^3.11.0",
"@prizm-ui/core": "^3.11.0",
"@prizm-ui/i18n": "^3.11.0",
"@prizm-ui/theme": "^3.11.0"
"@prizm-ui/helpers": "^3.11.1",
"@prizm-ui/core": "^3.11.1",
"@prizm-ui/i18n": "^3.11.1",
"@prizm-ui/theme": "^3.11.1"
},
"dependencies": {
"tslib": "^2.3.0"
Expand Down
Loading

0 comments on commit 835c00f

Please sign in to comment.