Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: release 4.2.0 #1604

Merged
merged 11 commits into from
Apr 22, 2024
2 changes: 1 addition & 1 deletion .github/workflows/beta-publish-ng17.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 '4.1.2-beta.0') | jq '([.[] | select(startswith("4.1.2-beta"))] | last // "4.1.2-beta.0")' 2>/dev/null || echo '4.1.2-beta.0'
(npm view @prizm-ui/components versions --tag beta --json 2>/dev/null || echo '4.2.0-beta.0') | jq '([.[] | select(startswith("4.2.0-beta"))] | last // "4.2.0-beta.0")' 2>/dev/null || echo '4.2.0-beta.0'
)
echo "LAST_DRAFT_VERSION=${last_draft_version}" >> $GITHUB_ENV

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main-publish-ng17.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 '4.1.0'
echo '4.2.0'
)
echo "LAST_V3_VERSION=${last_v3_version}" >> $GITHUB_ENV

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pre-release-publish-ng17.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 '4.1.2-next.0') | jq '([.[] | select(startswith("4.1.2-next"))] | last // "4.1.2-next.0")' 2>/dev/null || echo '4.1.2-next.0'
(npm view @prizm-ui/components versions --tag next --json 2>/dev/null || echo '4.2.0-next.0') | jq '([.[] | select(startswith("4.2.0-next"))] | last // "4.2.0-next.0")' 2>/dev/null || echo '4.2.0-next.0'
)
echo "LAST_NEXT_VERSION=${last_next_version}" >> $GITHUB_ENV

Expand Down
50 changes: 50 additions & 0 deletions apps/doc/src/app/about-prizm/changelog/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,56 @@

All notable changes to this project will be documented in this file.

## [4.2.0](https:/zyfra/Prizm) (17-04-2024)

### Features

- feat: checklist for release 4x version #1610
- feat: checklist for release 3x version #1613
- feat(component/cron): added custom title #1431
- feat(charts): update colors for charts to new schema #1196
- feat(documentation): add decimal input type to live demo documentation

### Bug fixes

- fix(components/input-number): manual input works incorrect when min set for input number #1580
- fix(components/input-number) remove default title for input number #1599
- fix(components/inputs): hint status text for required input not shown after force clear #1598
- fix: auto deploy doc #1592
- fix(documentation): changed filesValidationErrors type in examples and live demo #1371
- fix(component/cron): selected working with specified tabs #1494
- fix(documentation): typography page changed #1497 #1498
- fix(documentation/sticky): fix scroll in sticky example #670
- fix(component/navigation): hidden overflow for navigation titles. added hints #1510
- fix(component/header): hidden overflow for header. added hints #1510
- fix(component/file-upload): if the name is long it doesn't overlap upload bar. name becomes truncated. expansion remains #1541
- fix(component/toggle): removed hover and focus if loading #1485
- fix(documentation/card): removed shadow variant duplicate #1434
- fix(components/paginator): fixed width of rows selector #1466
- fix(documentation): changelog headers formatting #1499
- fix(documentation): removed first empty string in ast code examples #1501
- fix(documentation/checkbox): fixed description of checkbox module import #1527
- fix(documentation/colors): remove 'v3' prefix in documentation theme colors #1496
- fix(components/column-settings): incorrect display of one unhidden column in column settings #1036
- fix(documentation/table): search for server sort example fixed #1107
- fix(charts): charts tolltip background color error #1488
- fix(charts/bar): bar chart changing postion on theme chage #1492
- fix(charts/bar): bar chart x axis shpould be shown for both themes #1490
- fix(charts): not all charts ascept theming #1489
- fix(charts/pie/waterfall/radial-bar): wrong stroke color on hover in pie, waterfall and radial bar charts #1508
- fix(documentation/scatter): points on the scatter are not completely hidden when it's hidden in legend #1493
- fix(charts/pie): pie line style update for dark theme
- fix(documentation/bar): incorrect examples for bar stacked and bar groupd charts #1507
- fix(theme): remove redundant token from default theme
- fix(charts): incorrect data colors displayed in charts #1505
- fix(documentation/bar): correction of sctacked example code
- fix(documentation/pie): removed extra properties from pie live demo tab
- fix(documentation/gauge): change percent input type for live demo

### Refactor

- refactor(charts): replace chart base options from theming to separate object

## [4.1.2](https:/zyfra/Prizm) (08-04-2024)

- fix(ci): remove nx cloud token
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 = '4.1.2';
export const PRIZM_CURRENT_VERSION = '4.2.0';
2 changes: 1 addition & 1 deletion apps/doc/src/app/version-manager/current.const.ts.ng17
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const PRIZM_CURRENT_VERSION = '4.1.2';
export const PRIZM_CURRENT_VERSION = '4.2.0';
8 changes: 4 additions & 4 deletions apps/doc/src/app/version-manager/versions.constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ export const PRIZM_LANGUAGES_META: readonly PrizmLanguageMeta[] = [
];
export const PRIZM_VERSIONS_META: readonly PrizmVersionMeta[] = [
{
label: '4.1.2 (ng17)',
version: '4.1.2',
label: '4.2.0 (ng17)',
version: '4.2.0',
stackblitz: 'https://stackblitz.com/edit/prizm-v4-demo',
link: new URL('http://prizm.site'),
otherLinks: [new URL('https://prizm-v4.web.app')],
Expand Down Expand Up @@ -67,8 +67,8 @@ export const PRIZM_VERSIONS_META: readonly PrizmVersionMeta[] = [
},
},
{
label: '4.1.2-next (ng16)',
version: '4.1.2-next',
label: '4.2.0-next (ng16)',
version: '4.2.0-next',
ickisIckis marked this conversation as resolved.
Show resolved Hide resolved
stackblitz: 'https://stackblitz.com/edit/prizm-v4-next-demo',
link: new URL('https://prizm-v4-next.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": "4.1.2",
"version": "4.2.0",
"private": false,
"publishConfig": {
"access": "public",
Expand Down
2 changes: 1 addition & 1 deletion libs/ast/package.json.ng17
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@prizm-ui/ast",
"version": "4.1.2",
"version": "4.2.0",
"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": "4.1.2",
"version": "4.2.0",
"license": "MIT",
"private": false,
"publishConfig": {
Expand All @@ -10,8 +10,8 @@
"peerDependencies": {
"@angular/common": "^17.1.0",
"@angular/core": "^17.1.0",
"@prizm-ui/theme": "^4.1.2",
"@prizm-ui/helpers": "^4.1.2",
"@prizm-ui/theme": "^4.2.0",
"@prizm-ui/helpers": "^4.2.0",
"@antv/g2plot": "^2.4.31"
},
"dependencies": {
Expand Down
6 changes: 3 additions & 3 deletions libs/charts/base/package.json.ng17
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@prizm-ui/charts",
"version": "4.1.2",
"version": "4.2.0",
"license": "MIT",
"private": false,
"publishConfig": {
Expand All @@ -10,8 +10,8 @@
"peerDependencies": {
"@angular/common": "^17.1.0",
"@angular/core": "^17.1.0",
"@prizm-ui/theme": "^4.1.2",
"@prizm-ui/helpers": "^4.1.2",
"@prizm-ui/theme": "^4.2.0",
"@prizm-ui/helpers": "^4.2.0",
"@antv/g2plot": "^2.4.31"
},
"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": "4.1.2",
"version": "4.2.0",
"description": "Prizm UI system design components library http://prizm.zyfra.com",
"license": "MIT",
"private": false,
Expand All @@ -17,10 +17,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": "^4.1.2",
"@prizm-ui/core": "^4.1.2",
"@prizm-ui/i18n": "^4.1.2",
"@prizm-ui/theme": "^4.1.2"
"@prizm-ui/helpers": "^4.2.0",
"@prizm-ui/core": "^4.2.0",
"@prizm-ui/i18n": "^4.2.0",
"@prizm-ui/theme": "^4.2.0"
},
"dependencies": {
"tslib": "^2.3.0"
Expand Down
10 changes: 5 additions & 5 deletions libs/components/package.json.ng17
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@prizm-ui/components",
"version": "4.1.2",
"version": "4.2.0",
"description": "Prizm UI system design components library http://prizm.zyfra.com",
"license": "MIT",
"private": false,
Expand All @@ -17,10 +17,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": "^4.1.2",
"@prizm-ui/core": "^4.1.2",
"@prizm-ui/i18n": "^4.1.2",
"@prizm-ui/theme": "^4.1.2"
"@prizm-ui/helpers": "^4.2.0",
"@prizm-ui/core": "^4.2.0",
"@prizm-ui/i18n": "^4.2.0",
"@prizm-ui/theme": "^4.2.0"
},
"dependencies": {
"tslib": "^2.3.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
<div class="submit-block" *ngIf="!hideResult || !autoSubmit">
<ng-container *ngIf="!hideResult">
<prizm-input-layout
class="submit-block__input"
*prizmLet="valueAsString$ | async as valueStr"
[border]="false"
[label]="null"
Expand Down
5 changes: 4 additions & 1 deletion libs/components/src/lib/components/cron/cron.component.less
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
}

.cron-title {
max-width: 280px;
margin-right: 1rem;
overflow: hidden;
text-overflow: ellipsis;
Expand Down Expand Up @@ -68,6 +67,10 @@
display: flex;
align-items: center;
gap: 8px;

&__input {
width: 230px;
}
}

:host {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,13 @@ import { PrizmFileNamePipe } from './pipes/file-name.pipe';
import { PrizmFileExtensionPipe } from './pipes/file-extension.pipe';
import { PrizmFileSizePipe } from './pipes/file-size.pipe';
import { PrizmIconsFullComponent } from '@prizm-ui/icons';
import { prizmIconsFileEmpty } from '@prizm-ui/icons/full/source';
import {
prizmIconsFileEmpty,
prizmIconsArrowRotateRight,
prizmIconsTrashEmpty,
} from '@prizm-ui/icons/full/source';
import { PrizmHintDirective } from '../../directives';
import { prizmIsTextOverflow } from '../../util';
import { prizmIconsArrowRotateRight, prizmIconsTrashEmpty } from '@prizm-ui/icons/full/source';
import { PrizmIconsFullRegistry } from '@prizm-ui/icons/core';

@Component({
Expand Down
2 changes: 1 addition & 1 deletion libs/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@prizm-ui/core",
"version": "4.1.2",
"version": "4.2.0",
"license": "MIT",
"description": "The main library for creating Angular components and elements using Prizm.",
"private": false,
Expand Down
2 changes: 1 addition & 1 deletion libs/core/package.json.ng17
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@prizm-ui/core",
"version": "4.1.2",
"version": "4.2.0",
"license": "MIT",
"description": "The main library for creating Angular components and elements using Prizm.",
"private": false,
Expand Down
2 changes: 1 addition & 1 deletion libs/helpers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@prizm-ui/helpers",
"version": "4.1.2",
"version": "4.2.0",
"license": "MIT",
"description": "Library to make it easy to create Angular applications. Contains Injectables Service, RxJS utilities, directives, and standard pipes.",
"private": false,
Expand Down
2 changes: 1 addition & 1 deletion libs/helpers/package.json.ng17
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@prizm-ui/helpers",
"version": "4.1.2",
"version": "4.2.0",
"license": "MIT",
"description": "Library to make it easy to create Angular applications. Contains Injectables Service, RxJS utilities, directives, and standard pipes.",
"private": false,
Expand Down
2 changes: 1 addition & 1 deletion libs/i18n/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@prizm-ui/i18n",
"version": "4.1.2",
"version": "4.2.0",
"peerDependencies": {
"@angular/common": "^17.1.0",
"@angular/core": "^17.1.0"
Expand Down
2 changes: 1 addition & 1 deletion libs/i18n/package.json.ng17
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@prizm-ui/i18n",
"version": "4.1.2",
"version": "4.2.0",
"peerDependencies": {
"@angular/common": "^17.1.0",
"@angular/core": "^17.1.0"
Expand Down
4 changes: 2 additions & 2 deletions libs/icons/base/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@prizm-ui/icons",
"version": "4.1.2",
"version": "4.2.0",
"description": "Prizm UI base icon pack library http://prizm.zyfra.com",
"private": false,
"publishConfig": {
Expand All @@ -10,7 +10,7 @@
"peerDependencies": {
"@angular/common": "^17.1.0",
"@angular/core": "^17.1.0",
"@prizm-ui/core": "^4.1.2"
"@prizm-ui/core": "^4.2.0"
},
"dependencies": {
"tslib": "^2.3.0"
Expand Down
4 changes: 2 additions & 2 deletions libs/icons/base/package.json.ng17
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@prizm-ui/icons",
"version": "4.1.2",
"version": "4.2.0",
"description": "Prizm UI base icon pack library http://prizm.zyfra.com",
"private": false,
"publishConfig": {
Expand All @@ -10,7 +10,7 @@
"peerDependencies": {
"@angular/common": "^17.1.0",
"@angular/core": "^17.1.0",
"@prizm-ui/core": "^4.1.2"
"@prizm-ui/core": "^4.2.0"
},
"dependencies": {
"tslib": "^2.3.0"
Expand Down
4 changes: 2 additions & 2 deletions libs/icons/flags/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@prizm-ui/flag-icons",
"version": "4.1.2",
"version": "4.2.0",
"description": "Prizm UI flags icon pack library http://prizm.zyfra.com",
"private": false,
"publishConfig": {
Expand All @@ -10,7 +10,7 @@
"peerDependencies": {
"@angular/common": "^17.1.0",
"@angular/core": "^17.1.0",
"@prizm-ui/core": "^4.1.2"
"@prizm-ui/core": "^4.2.0"
},
"dependencies": {
"tslib": "^2.3.0"
Expand Down
4 changes: 2 additions & 2 deletions libs/icons/flags/package.json.ng17
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@prizm-ui/flag-icons",
"version": "4.1.2",
"version": "4.2.0",
"description": "Prizm UI flags icon pack library http://prizm.zyfra.com",
"private": false,
"publishConfig": {
Expand All @@ -10,7 +10,7 @@
"peerDependencies": {
"@angular/common": "^17.1.0",
"@angular/core": "^17.1.0",
"@prizm-ui/core": "^4.1.2"
"@prizm-ui/core": "^4.2.0"
},
"dependencies": {
"tslib": "^2.3.0"
Expand Down
2 changes: 1 addition & 1 deletion libs/icons/loader/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@prizm-ui/icons-loader",
"version": "4.1.2",
"version": "4.2.0",
"peerDependencies": {
"@angular/common": "^17.1.0",
"@angular/core": "^17.1.0",
Expand Down
2 changes: 1 addition & 1 deletion libs/nxmv/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@prizm-ui/nx-mv",
"version": "4.1.2",
"version": "4.2.0",
"main": "src/index.js",
"private": false,
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion libs/nxmv/package.json.ng17
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@prizm-ui/nx-mv",
"version": "4.1.2",
"version": "4.2.0",
"main": "src/index.js",
"private": false,
"publishConfig": {
Expand Down
Loading
Loading