Skip to content

Commit

Permalink
🚀 Release/v3.40.0 (#5057)
Browse files Browse the repository at this point in the history
  • Loading branch information
splincode authored Aug 8, 2023
2 parents fe99d13 + 9abd65f commit ea9bd7b
Show file tree
Hide file tree
Showing 37 changed files with 148 additions and 124 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/auto-approve.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ jobs:
- uses: taiga-family/ci/actions/[email protected]
with:
token1: ${{ secrets.GITHUB_TOKEN }}
token2: ${{ secrets.TAIGA_FAMILY_APPROVE_BOT_PAT }}
token2: ${{ secrets.TINKOFF_BOT_PAT }}
2 changes: 1 addition & 1 deletion .github/workflows/auto-author-assign.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ jobs:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps:
- uses: actions/[email protected]
- uses: taiga-family/ci/actions/[email protected].1
- uses: taiga-family/ci/actions/[email protected].4
with:
branch-name: refs/pull/${{ github.event.pull_request.number }}/merge
2 changes: 1 addition & 1 deletion .github/workflows/auto-label.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: taiga-family/ci/actions/[email protected].1
- uses: taiga-family/ci/actions/[email protected].4

- name: Label when approved
if: env.IS_OWNER_MODE == 'true'
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/auto-update-icons.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: taiga-family/ci/actions/[email protected].1
- uses: taiga-family/ci/actions/[email protected].4

- uses: actions/[email protected]
if: env.SUPPORT_AUTO_PUSH == 'true'
with:
ref: ${{ github.head_ref }}
token: ${{ secrets.TINKOFF_BOT_PAT }}

- uses: taiga-family/ci/actions/[email protected].1
- uses: taiga-family/ci/actions/[email protected].4
- run: |
npx nx prebuild icons
npx nx build icons
Expand All @@ -28,6 +28,6 @@ jobs:
- name: Auto update bundled & used icons
if: env.SUPPORT_AUTO_PUSH == 'true'
uses: taiga-family/ci/actions/[email protected].1
uses: taiga-family/ci/actions/[email protected].4
with:
message: icons have changed
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: taiga-family/ci/actions/[email protected].1
- uses: taiga-family/ci/actions/[email protected].1
- uses: taiga-family/ci/actions/[email protected].4
- uses: taiga-family/ci/actions/[email protected].4

- name: Run build libraries and check it
run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/bundle-size-tracking.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: taiga-family/ci/actions/[email protected].1
- uses: taiga-family/ci/actions/[email protected].1
- uses: taiga-family/ci/actions/[email protected].4
- uses: taiga-family/ci/actions/[email protected].4

- run: npx nx build demo

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ jobs:
ref: ${{ github.head_ref }}
token: ${{ secrets.TINKOFF_BOT_PAT }}

- uses: taiga-family/ci/actions/[email protected].1
- uses: taiga-family/ci/actions/[email protected].1
- uses: taiga-family/ci/actions/[email protected].4
- uses: taiga-family/ci/actions/[email protected].4

- name: Run release
id: run-release
Expand Down Expand Up @@ -105,7 +105,7 @@ jobs:

- name: Announce
if: ${{ env.IS_DRY_MODE == 'true' }}
uses: taiga-family/ci/actions/[email protected].1
uses: taiga-family/ci/actions/[email protected].4
with:
version: ${{ steps.run-release.outputs.new_version }}
url: ${{ secrets.ANNOUNCE_WEBHOOK_TEST }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: taiga-family/ci/actions/[email protected].1
- uses: taiga-family/ci/actions/[email protected].4

- name: Prepare demo before deploy from snapshots
run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/deploy-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: taiga-family/ci/actions/[email protected].1
- uses: taiga-family/ci/actions/[email protected].1
- uses: taiga-family/ci/actions/[email protected].4
- uses: taiga-family/ci/actions/[email protected].4

- run: npx nx build demo --base-href='/'

Expand Down
16 changes: 8 additions & 8 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ jobs:
- uses: actions/[email protected]
with:
fetch-depth: 10
- uses: taiga-family/ci/actions/[email protected].1
- uses: taiga-family/ci/actions/[email protected].1
- uses: taiga-family/ci/actions/[email protected].4
- uses: taiga-family/ci/actions/[email protected].4
continue-on-error: true
- uses: taiga-family/ci/actions/[email protected].1
- uses: taiga-family/ci/actions/[email protected].4

- name: Building demo-app of git-branch without cache
run: npx nx build demo -c next --output-path ${{ env.DIST }} --base-href='/'
Expand Down Expand Up @@ -61,8 +61,8 @@ jobs:
name: ${{ matrix.project }}
steps:
- uses: actions/[email protected]
- uses: taiga-family/ci/actions/[email protected].1
- uses: taiga-family/ci/actions/[email protected].1
- uses: taiga-family/ci/actions/[email protected].4
- uses: taiga-family/ci/actions/[email protected].4

- name: Download cache / ${{ env.CACHE_DIST_KEY }}
uses: actions/cache/[email protected]
Expand Down Expand Up @@ -114,8 +114,8 @@ jobs:
needs: [build-demo]
steps:
- uses: actions/[email protected]
- uses: taiga-family/ci/actions/[email protected].1
- uses: taiga-family/ci/actions/[email protected].1
- uses: taiga-family/ci/actions/[email protected].4
- uses: taiga-family/ci/actions/[email protected].4

- name: Install Playwright Browsers
run: npx playwright install --with-deps
Expand Down Expand Up @@ -179,7 +179,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: taiga-family/ci/actions/[email protected].1
- uses: taiga-family/ci/actions/[email protected].4

- name: Download artifacts / ${{ env.CYPRESS_SNAPSHOTS_ARTIFACTS_KEY }}
continue-on-error: true
Expand Down
22 changes: 11 additions & 11 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,77 +10,77 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: taiga-family/ci/actions/[email protected].1
- uses: taiga-family/ci/actions/[email protected].4
- run: npm run typecheck

cspell:
if: ${{ !contains(github.head_ref, 'release/') }}
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: taiga-family/ci/actions/[email protected].1
- uses: taiga-family/ci/actions/[email protected].4
- run: npm run cspell -- --no-progress

prettier:
if: ${{ !contains(github.head_ref, 'release/') }}
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: taiga-family/ci/actions/[email protected].1
- uses: taiga-family/ci/actions/[email protected].4

- uses: actions/[email protected]
if: env.SUPPORT_AUTO_PUSH == 'true'
with:
ref: ${{ github.head_ref }}
token: ${{ secrets.TINKOFF_BOT_PAT }}

- uses: taiga-family/ci/actions/[email protected].1
- uses: taiga-family/ci/actions/[email protected].4

- run: npm run prettier ${{ env.SUPPORT_AUTO_PUSH == 'true' && '-- --write' || '-- --check' }}

- name: Apply changes after linting
if: env.SUPPORT_AUTO_PUSH == 'true'
uses: taiga-family/ci/actions/[email protected].1
uses: taiga-family/ci/actions/[email protected].4

stylelint:
if: ${{ !contains(github.head_ref, 'release/') }}
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: taiga-family/ci/actions/[email protected].1
- uses: taiga-family/ci/actions/[email protected].4

- uses: actions/[email protected]
if: env.SUPPORT_AUTO_PUSH == 'true'
with:
ref: ${{ github.head_ref }}
token: ${{ secrets.TINKOFF_BOT_PAT }}

- uses: taiga-family/ci/actions/[email protected].1
- uses: taiga-family/ci/actions/[email protected].4
- run: npm run stylelint ${{ env.SUPPORT_AUTO_PUSH == 'true' && '-- --fix' || '' }}

- name: Apply changes after linting
if: env.SUPPORT_AUTO_PUSH == 'true'
uses: taiga-family/ci/actions/[email protected].1
uses: taiga-family/ci/actions/[email protected].4

eslint:
if: ${{ !contains(github.head_ref, 'release/') }}
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: taiga-family/ci/actions/[email protected].1
- uses: taiga-family/ci/actions/[email protected].4

- uses: actions/[email protected]
if: env.SUPPORT_AUTO_PUSH == 'true'
with:
ref: ${{ github.head_ref }}
token: ${{ secrets.TINKOFF_BOT_PAT }}

- uses: taiga-family/ci/actions/[email protected].1
- uses: taiga-family/ci/actions/[email protected].4
# - run: npm run lint ${{ env.SUPPORT_AUTO_PUSH == 'true' && '-- --fix' || '' }}

- name: Apply changes after linting
if: env.SUPPORT_AUTO_PUSH == 'true'
uses: taiga-family/ci/actions/[email protected].1
uses: taiga-family/ci/actions/[email protected].4

concurrency:
group: lint-${{ github.workflow }}-${{ github.ref }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish-canary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: taiga-family/ci/actions/[email protected].1
- uses: taiga-family/ci/actions/[email protected].1
- uses: taiga-family/ci/actions/[email protected].4
- uses: taiga-family/ci/actions/[email protected].4
- run: npx ts-node ./scripts/publish-canary.ts

concurrency:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: taiga-family/ci/actions/[email protected].1
- uses: taiga-family/ci/actions/[email protected].1
- uses: taiga-family/ci/actions/[email protected].4
- uses: taiga-family/ci/actions/[email protected].4

- name: Build publishable libraries
run: npm run run-many:build:libs
Expand All @@ -25,7 +25,7 @@ jobs:
run: echo "version=$(node -p "require('./package.json').version")" >> $GITHUB_OUTPUT

- name: Announce
uses: taiga-family/ci/actions/[email protected].1
uses: taiga-family/ci/actions/[email protected].4
with:
version: ${{ steps.info.outputs.version }}
url: ${{ secrets.ANNOUNCE_WEBHOOK }}
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/snapshots.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: taiga-family/ci/actions/[email protected].1
- uses: taiga-family/ci/actions/[email protected].1
- uses: taiga-family/ci/actions/[email protected].4
- uses: taiga-family/ci/actions/[email protected].4

- run: npx nx build demo -c next --output-path ${{ env.DIST }}/next
- run: tree ${{ env.DIST }} -P '*.html'
Expand All @@ -29,8 +29,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: taiga-family/ci/actions/[email protected].1
- uses: taiga-family/ci/actions/[email protected].1
- uses: taiga-family/ci/actions/[email protected].4
- uses: taiga-family/ci/actions/[email protected].4
id: nodejs-workspace

- run: npx nx build demo --configuration production
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
name: ${{ matrix.project }}
steps:
- uses: actions/[email protected]
- uses: taiga-family/ci/actions/[email protected].1
- uses: taiga-family/ci/actions/[email protected].4

- name: Run tests for ${{ matrix.project }}
run: npx nx test ${{ matrix.project }} --skip-nx-cache
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/validate-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
with:
fetch-depth: 0

- uses: taiga-family/ci/actions/[email protected].1
- uses: taiga-family/ci/actions/[email protected].4
id: nodejs-workspace

- name: Get last tag
Expand Down
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,30 @@
All notable changes to this project will be documented in this file. See
[standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [3.40.0](https://github.com/tinkoff/taiga-ui/compare/v3.39.1...v3.40.0) (2023-08-08)

### Features

- **icons:** make the rest of components icons customizable ([#5046](https://github.com/tinkoff/taiga-ui/issues/5046))
([cc0828e](https://github.com/tinkoff/taiga-ui/commit/cc0828ec82bf2c1a5fcad7f415d381a3091a6800))
- **kit:** `InputNumber` add value transformer token ([#5033](https://github.com/tinkoff/taiga-ui/issues/5033))
([96c3b67](https://github.com/tinkoff/taiga-ui/commit/96c3b677cb38f01aff834a204298caf9cf7f79f4))
- **kit:** `Pagination` add smaller size ([#5021](https://github.com/tinkoff/taiga-ui/issues/5021))
([18ac180](https://github.com/tinkoff/taiga-ui/commit/18ac180fba420314d8f05e81e6658e98a528de1f))
- **kit:** add alias `tui-textarea` for `tui-text-area` ([#5020](https://github.com/tinkoff/taiga-ui/issues/5020))
([70f4a9d](https://github.com/tinkoff/taiga-ui/commit/70f4a9df194740c84f9cfc421a8bd10f708c4861))

### Bug Fixes

- **cdk:** include `tds` packages for update ([#5034](https://github.com/tinkoff/taiga-ui/issues/5034))
([f1f5d6d](https://github.com/tinkoff/taiga-ui/commit/f1f5d6d7ab96f137fd6e55434f0b6ff6f629e5f7))
- **eslint-plugin:** ignore naming convention for apps directory
([#5042](https://github.com/tinkoff/taiga-ui/issues/5042))
([7fb156c](https://github.com/tinkoff/taiga-ui/commit/7fb156ca1b783f52118a27e9723853eaea07f71f))
- **kit:** `ProgressCircle` should show empty circle if `max=0`
([#5050](https://github.com/tinkoff/taiga-ui/issues/5050))
([aa2f133](https://github.com/tinkoff/taiga-ui/commit/aa2f133a4d7f6f0ecfacab43cecaba4d40351665))

### [3.39.1](https://github.com/tinkoff/taiga-ui/compare/v3.39.0...v3.39.1) (2023-08-01)

### Features
Expand Down
Loading

0 comments on commit ea9bd7b

Please sign in to comment.