Skip to content

Commit

Permalink
chore: refresh all old org links (#5067)
Browse files Browse the repository at this point in the history
Co-authored-by: r.sedov <[email protected]>
Co-authored-by: tinkoff-bot <[email protected]>
  • Loading branch information
3 people authored Aug 10, 2023
1 parent 985a746 commit 8a52447
Show file tree
Hide file tree
Showing 81 changed files with 1,472 additions and 1,400 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
git clone \
--depth 1 \
--branch snapshots/demo/next/${{ github.base_ref }} \
https://github.com/Tinkoff/taiga-ui.git ${{ env.DIST_NEXT }}
https://github.com/taiga-family/taiga-ui.git ${{ env.DIST_NEXT }}
- name: Serve ${{ env.DIST_NEXT }} in background
run: npx nx serve-compiled demo --path ${{ env.DIST_NEXT }} --port ${{ env.NG_SERVER_PORT }}
Expand Down Expand Up @@ -140,7 +140,7 @@ jobs:
git clone \
--depth 1 \
--branch snapshots/demo/next/${{ github.base_ref }} \
https://github.com/Tinkoff/taiga-ui.git ${{ env.DIST_NEXT }}
https://github.com/taiga-family/taiga-ui.git ${{ env.DIST_NEXT }}
- name: Find and replace baseHref for next snapshot
uses: jacobtomlinson/gha-find-replace@v2
Expand Down
2,586 changes: 1,329 additions & 1,257 deletions CHANGELOG.md

Large diffs are not rendered by default.

18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@

[![npm version](https://img.shields.io/npm/v/@taiga-ui/cdk.svg)](https://npmjs.com/package/@taiga-ui/cdk)
[![codecov](https://codecov.io/gh/tinkoff/taiga-ui/branch/main/graphs/badge.svg)](https://app.codecov.io/gh/Tinkoff/taiga-ui/tree/main/projects)
[![All packages CI](https://github.com/tinkoff/taiga-ui/actions/workflows/build.yml/badge.svg?branch=main)](https://github.com/tinkoff/taiga-ui/actions/workflows/build.yml)
[![Deploy](https://github.com/tinkoff/taiga-ui/actions/workflows/deploy-gh-pages.yml/badge.svg?branch=main)](https://github.com/tinkoff/taiga-ui/actions/workflows/deploy-gh-pages.yml)
[![All packages CI](https://github.com/taiga-family/taiga-ui/actions/workflows/build.yml/badge.svg?branch=main)](https://github.com/taiga-family/taiga-ui/actions/workflows/build.yml)
[![Deploy](https://github.com/taiga-family/taiga-ui/actions/workflows/deploy-gh-pages.yml/badge.svg?branch=main)](https://github.com/taiga-family/taiga-ui/actions/workflows/deploy-gh-pages.yml)
[![Downloads per month](https://img.shields.io/npm/dm/@taiga-ui/cdk?color=dark-green)](https://www.npmjs.com/package/@taiga-ui/cdk)
[![Discord](https://img.shields.io/discord/748677963142135818?color=7289DA&label=%23taiga-ui&logo=discord&logoColor=white)](https://discord.gg/Us8d8JVaTg)
[![angular-open-source-starter](https://img.shields.io/badge/made%20with-angular--open--source--starter-d81676?logo=angular)](https://github.com/tinkoff/angular-open-source-starter)
[![angular-open-source-starter](https://img.shields.io/badge/made%20with-angular--open--source--starter-d81676?logo=angular)](https://github.com/taiga-family/angular-open-source-starter)

[Website](https://taiga-ui.dev)[Documentation](https://taiga-ui.dev/getting-started)[Core team](#core-team)
[Figma](https://www.figma.com/community/file/1220308188005380608)

**Taiga UI** is fully-treeshakable Angular UI Kit consisting of multiple base libraries and several add-ons.

It is based on [ng-polymorpheus](https://github.com/tinkoff/ng-polymorpheus) dynamic content approach and uses
It is based on [ng-polymorpheus](https://github.com/taiga-family/ng-polymorpheus) dynamic content approach and uses
[Web APIs for Angular](https://github.com/ng-web-apis) for required browser APIs.

## Why Taiga UI
Expand Down Expand Up @@ -57,14 +57,14 @@ design your app with Taiga UI components.
## Contributing

See our [CONTRIBUTING.md](/CONTRIBUTING.md) guide. Try to
[make pull request](https://pr.new/github.com/tinkoff/taiga-ui) online from Web IDE.
[make pull request](https://pr.new/github.com/taiga-family/taiga-ui) online from Web IDE.

## Status

| Version | Status | Latest tag (npm) |
| ------- | -------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------- |
| v3.x | ![v3](https://github.com/tinkoff/taiga-ui/actions/workflows/build.yml/badge.svg?branch=main) | ![npm version](https://img.shields.io/npm/v/@taiga-ui/cdk?label=%40taiga-ui%2Fcdk%20~%20v3) |
| v2.x | ![v2](https://github.com/tinkoff/taiga-ui/actions/workflows/build.yml/badge.svg?branch=v2.x) | ![v2](https://img.shields.io/npm/v/@taiga-ui/cdk/v2-lts?label=%40taiga-ui%2Fcdk%20~%20v2) |
| Version | Status | Latest tag (npm) |
| ------- | ------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------- |
| v3.x | ![v3](https://github.com/taiga-family/taiga-ui/actions/workflows/build.yml/badge.svg?branch=main) | ![npm version](https://img.shields.io/npm/v/@taiga-ui/cdk?label=%40taiga-ui%2Fcdk%20~%20v3) |
| v2.x | ![v2](https://github.com/taiga-family/taiga-ui/actions/workflows/build.yml/badge.svg?branch=v2.x) | ![v2](https://img.shields.io/npm/v/@taiga-ui/cdk/v2-lts?label=%40taiga-ui%2Fcdk%20~%20v2) |

## Core team

Expand Down
2 changes: 1 addition & 1 deletion SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@
## Reporting a Vulnerability

If you find any vulnerability in LTS or Current version, please report an
[issue through the corresponding template](https://github.com/Tinkoff/taiga-ui/issues/new/choose).
[issue through the corresponding template](https://github.com/taiga-family/taiga-ui/issues/new/choose).
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"service",
"directive"
],
"homepage": "https://github.com/tinkoff/taiga-ui",
"repository": "https://github.com/tinkoff/taiga-ui",
"homepage": "https://github.com/taiga-family/taiga-ui",
"repository": "https://github.com/taiga-family/taiga-ui",
"license": "Apache-2.0",
"maintainers": [
"Alex Inkin <[email protected]>",
Expand Down
6 changes: 3 additions & 3 deletions projects/addon-charts/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
[![Discord](https://img.shields.io/discord/748677963142135818?color=7289DA&label=%23taiga-ui&logo=discord&logoColor=white)](https://discord.gg/Us8d8JVaTg)

[Website](https://taiga-ui.dev)[Documentation](https://taiga-ui.dev/getting-started)
[Core team](https://github.com/tinkoff/taiga-ui/#core-team)
[Core team](https://github.com/taiga-family/taiga-ui/#core-team)

> Extension package for Taiga UI that adds various charts, graphs and related components
It's a part of [**Taiga UI**](https://github.com/tinkoff/taiga-ui) that is fully-treeshakable Angular UI Kit consisting
of multiple base libraries and several add-ons
It's a part of [**Taiga UI**](https://github.com/taiga-family/taiga-ui) that is fully-treeshakable Angular UI Kit
consisting of multiple base libraries and several add-ons

## How to install

Expand Down
4 changes: 2 additions & 2 deletions projects/addon-charts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"bar",
"diagram"
],
"homepage": "https://github.com/tinkoff/taiga-ui",
"repository": "https://github.com/tinkoff/taiga-ui",
"homepage": "https://github.com/taiga-family/taiga-ui",
"repository": "https://github.com/taiga-family/taiga-ui",
"license": "Apache-2.0",
"peerDependencies": {
"@angular/common": ">=12.0.0",
Expand Down
6 changes: 3 additions & 3 deletions projects/addon-commerce/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
[![Discord](https://img.shields.io/discord/748677963142135818?color=7289DA&label=%23taiga-ui&logo=discord&logoColor=white)](https://discord.gg/Us8d8JVaTg)

[Website](https://taiga-ui.dev)[Documentation](https://taiga-ui.dev/getting-started)
[Core team](https://github.com/tinkoff/taiga-ui/#core-team)
[Core team](https://github.com/taiga-family/taiga-ui/#core-team)

> A set of components and utils related to payment systems, currencies, money and card UI elements etc.
It's a part of [**Taiga UI**](https://github.com/tinkoff/taiga-ui) that is fully-treeshakable Angular UI Kit consisting
of multiple base libraries and several add-ons
It's a part of [**Taiga UI**](https://github.com/taiga-family/taiga-ui) that is fully-treeshakable Angular UI Kit
consisting of multiple base libraries and several add-ons

## How to install

Expand Down
2 changes: 1 addition & 1 deletion projects/addon-commerce/constants/card-holder-mask.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ export const TUI_CARD_HOLDER_MASK: MaskitoOptions = {
};

/**
* @deprecated Use {@link TUI_CARD_HOLDER_MASK} with {@link https://github.com/Tinkoff/maskito Maskito}
* @deprecated Use {@link TUI_CARD_HOLDER_MASK} with {@link https://github.com/taiga-family/maskito Maskito}
* TODO: delete in v4.0
*/
export const cardHolderMask: TuiTextMaskListHandler = tuiCreateCorrectionMask(
Expand Down
4 changes: 2 additions & 2 deletions projects/addon-commerce/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"card",
"payment"
],
"homepage": "https://github.com/tinkoff/taiga-ui",
"repository": "https://github.com/tinkoff/taiga-ui",
"homepage": "https://github.com/taiga-family/taiga-ui",
"repository": "https://github.com/taiga-family/taiga-ui",
"license": "Apache-2.0",
"peerDependencies": {
"@angular/common": ">=12.0.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const TUI_EXP_YEAR_MONTH = /^\d{2}[/|.]\d{4}$/;
const TUI_EXP_SAFARI = /^\d{1,4}.\d{1,2}.\d{1,4}$/;

/**
* @deprecated Use {@link https://tinkoff.github.io/maskito/kit/date Date} from {@link https://github.com/Tinkoff/maskito Maskito} instead
* @deprecated Use {@link https://tinkoff.github.io/maskito/kit/date Date} from {@link https://github.com/taiga-family/maskito Maskito} instead
* TODO: delete in v4.0
* Correct expiration date text allowing only valid months
* @internal
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
tuiMode="onDark"
target="_blank"
rel="noreferrer"
href="https://github.com/tinkoff/ng-polymorpheus"
href="https://github.com/taiga-family/ng-polymorpheus"
>
<code>ng-polymorpheus</code>
</a>
Expand Down
4 changes: 2 additions & 2 deletions projects/addon-doc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"documentation",
"storybook"
],
"homepage": "https://github.com/tinkoff/taiga-ui",
"repository": "https://github.com/tinkoff/taiga-ui",
"homepage": "https://github.com/taiga-family/taiga-ui",
"repository": "https://github.com/taiga-family/taiga-ui",
"license": "Apache-2.0",
"dependencies": {
"@angular-devkit/schematics": "12.2.18",
Expand Down
6 changes: 3 additions & 3 deletions projects/addon-mobile/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
[![Discord](https://img.shields.io/discord/748677963142135818?color=7289DA&label=%23taiga-ui&logo=discord&logoColor=white)](https://discord.gg/Us8d8JVaTg)

[Website](https://taiga-ui.dev)[Documentation](https://taiga-ui.dev/getting-started)
[Core team](https://github.com/tinkoff/taiga-ui/#core-team)
[Core team](https://github.com/taiga-family/taiga-ui/#core-team)

> Extension package for Taiga UI that adds support for mobile specific behaviors such as custom data pickers, dropdowns,
> etc.
It's a part of [**Taiga UI**](https://github.com/tinkoff/taiga-ui) that is fully-treeshakable Angular UI Kit consisting
of multiple base libraries and several add-ons
It's a part of [**Taiga UI**](https://github.com/taiga-family/taiga-ui) that is fully-treeshakable Angular UI Kit
consisting of multiple base libraries and several add-ons

## How to install

Expand Down
4 changes: 2 additions & 2 deletions projects/addon-mobile/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"component",
"mobile"
],
"homepage": "https://github.com/tinkoff/taiga-ui",
"repository": "https://github.com/tinkoff/taiga-ui",
"homepage": "https://github.com/taiga-family/taiga-ui",
"repository": "https://github.com/taiga-family/taiga-ui",
"license": "Apache-2.0",
"peerDependencies": {
"@angular/cdk": ">=12.0.0",
Expand Down
6 changes: 3 additions & 3 deletions projects/addon-preview/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
[![Discord](https://img.shields.io/discord/748677963142135818?color=7289DA&label=%23taiga-ui&logo=discord&logoColor=white)](https://discord.gg/Us8d8JVaTg)

[Website](https://taiga-ui.dev)[Documentation](https://taiga-ui.dev/getting-started)
[Core team](https://github.com/tinkoff/taiga-ui/#core-team)
[Core team](https://github.com/taiga-family/taiga-ui/#core-team)

> A library to display tabled data with filters, search, group actions, etc.
It's a part of [**Taiga UI**](https://github.com/tinkoff/taiga-ui) that is fully-treeshakable Angular UI Kit consisting
of multiple base libraries and several add-ons
It's a part of [**Taiga UI**](https://github.com/taiga-family/taiga-ui) that is fully-treeshakable Angular UI Kit
consisting of multiple base libraries and several add-ons

## How to install

Expand Down
4 changes: 2 additions & 2 deletions projects/addon-preview/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"documents",
"images"
],
"homepage": "https://github.com/tinkoff/taiga-ui",
"repository": "https://github.com/tinkoff/taiga-ui",
"homepage": "https://github.com/taiga-family/taiga-ui",
"repository": "https://github.com/taiga-family/taiga-ui",
"license": "Apache-2.0",
"peerDependencies": {
"@angular/common": ">=12.0.0",
Expand Down
6 changes: 3 additions & 3 deletions projects/addon-table/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
[![Discord](https://img.shields.io/discord/748677963142135818?color=7289DA&label=%23taiga-ui&logo=discord&logoColor=white)](https://discord.gg/Us8d8JVaTg)

[Website](https://taiga-ui.dev)[Documentation](https://taiga-ui.dev/getting-started)
[Core team](https://github.com/tinkoff/taiga-ui/#core-team)
[Core team](https://github.com/taiga-family/taiga-ui/#core-team)

> A library to display tabled data with filters, search, group actions, etc.
It's a part of [**Taiga UI**](https://github.com/tinkoff/taiga-ui) that is fully-treeshakable Angular UI Kit consisting
of multiple base libraries and several add-ons
It's a part of [**Taiga UI**](https://github.com/taiga-family/taiga-ui) that is fully-treeshakable Angular UI Kit
consisting of multiple base libraries and several add-ons

## How to install

Expand Down
4 changes: 2 additions & 2 deletions projects/addon-table/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"group",
"action"
],
"homepage": "https://github.com/tinkoff/taiga-ui",
"repository": "https://github.com/tinkoff/taiga-ui",
"homepage": "https://github.com/taiga-family/taiga-ui",
"repository": "https://github.com/taiga-family/taiga-ui",
"license": "Apache-2.0",
"peerDependencies": {
"@angular/common": ">=12.0.0",
Expand Down
6 changes: 3 additions & 3 deletions projects/addon-tablebars/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
[![Discord](https://img.shields.io/discord/748677963142135818?color=7289DA&label=%23taiga-ui&logo=discord&logoColor=white)](https://discord.gg/Us8d8JVaTg)

[Website](https://taiga-ui.dev)[Documentation](https://taiga-ui.dev/getting-started)
[Core team](https://github.com/tinkoff/taiga-ui/#core-team)
[Core team](https://github.com/taiga-family/taiga-ui/#core-team)

> A service and a host component for displaying group actions when working with tables and such
It's a part of [**Taiga UI**](https://github.com/tinkoff/taiga-ui) that is fully-treeshakable Angular UI Kit consisting
of multiple base libraries and several add-ons
It's a part of [**Taiga UI**](https://github.com/taiga-family/taiga-ui) that is fully-treeshakable Angular UI Kit
consisting of multiple base libraries and several add-ons

## How to install

Expand Down
4 changes: 2 additions & 2 deletions projects/addon-tablebars/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"group",
"action"
],
"homepage": "https://github.com/tinkoff/taiga-ui",
"repository": "https://github.com/tinkoff/taiga-ui",
"homepage": "https://github.com/taiga-family/taiga-ui",
"repository": "https://github.com/taiga-family/taiga-ui",
"license": "Apache-2.0",
"peerDependencies": {
"@angular/common": ">=12.0.0",
Expand Down
6 changes: 3 additions & 3 deletions projects/cdk/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
[![Discord](https://img.shields.io/discord/748677963142135818?color=7289DA&label=%23taiga-ui&logo=discord&logoColor=white)](https://discord.gg/Us8d8JVaTg)

[Website](https://taiga-ui.dev)[Documentation](https://taiga-ui.dev/getting-started)
[Core team](https://github.com/tinkoff/taiga-ui/#core-team)
[Core team](https://github.com/taiga-family/taiga-ui/#core-team)

> Development kit consisting of the low level tools and abstractions used to develop Taiga UI Angular entities
It's a part of [**Taiga UI**](https://github.com/tinkoff/taiga-ui) that is fully-treeshakable Angular UI Kit consisting
of multiple base libraries and several add-ons
It's a part of [**Taiga UI**](https://github.com/taiga-family/taiga-ui) that is fully-treeshakable Angular UI Kit
consisting of multiple base libraries and several add-ons

## How to install

Expand Down
2 changes: 1 addition & 1 deletion projects/cdk/directives/element/element.directive.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export class TuiElementDirective<T extends Element = HTMLElement>
* in your constructor method.
*
* ERROR TypeError: Class constructor ElementRef cannot be invoked without 'new'
* https://github.com/Tinkoff/taiga-ui/issues/3072
* https://github.com/taiga-family/taiga-ui/issues/3072
*
* This way we can instantiate object creation
* without additional prototype chain for possible fix bug.
Expand Down
4 changes: 2 additions & 2 deletions projects/cdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"service",
"directive"
],
"homepage": "https://github.com/tinkoff/taiga-ui",
"repository": "https://github.com/tinkoff/taiga-ui",
"homepage": "https://github.com/taiga-family/taiga-ui",
"repository": "https://github.com/taiga-family/taiga-ui",
"license": "Apache-2.0",
"dependencies": {
"@ng-web-apis/common": "3.0.2",
Expand Down
10 changes: 5 additions & 5 deletions projects/cdk/schematics/ng-update/v3/steps/migrate-date-time.ts
Original file line number Diff line number Diff line change
Expand Up @@ -90,27 +90,27 @@ export function dateTimeMigrations(options: TuiSchema): void {
{
namedImport: `TuiDay`,
field: `getDayFromMonthRowCol`,
message: `getDayFromMonthRowCol has been removed in 3.0. If you need this utils check out this pipe https://github.com/Tinkoff/taiga-ui/tree/main/projects/core/pipes/calendar-sheet`,
message: `getDayFromMonthRowCol has been removed in 3.0. If you need this utils check out this pipe https://github.com/taiga-family/taiga-ui/tree/main/projects/core/pipes/calendar-sheet`,
},
{
namedImport: `TuiMonth`,
field: `monthStartDaysOffset`,
message: `monthStartDaysOffset has been removed in 3.0. If you need this utils check out this pipe https://github.com/Tinkoff/taiga-ui/tree/main/projects/core/pipes/calendar-sheet`,
message: `monthStartDaysOffset has been removed in 3.0. If you need this utils check out this pipe https://github.com/taiga-family/taiga-ui/tree/main/projects/core/pipes/calendar-sheet`,
},
{
namedImport: `TuiMonth`,
field: `weeksRowsCount`,
message: `weeksRowsCount has been removed in 3.0. If you need this utils check out this pipe https://github.com/Tinkoff/taiga-ui/tree/main/projects/core/pipes/calendar-sheet`,
message: `weeksRowsCount has been removed in 3.0. If you need this utils check out this pipe https://github.com/taiga-family/taiga-ui/tree/main/projects/core/pipes/calendar-sheet`,
},
{
namedImport: `TuiYear`,
field: `getYearStartDaysOffset`,
message: `getYearStartDaysOffset has been removed in 3.0. If you need this utils check out this pipe https://github.com/Tinkoff/taiga-ui/tree/main/projects/core/pipes/calendar-sheet`,
message: `getYearStartDaysOffset has been removed in 3.0. If you need this utils check out this pipe https://github.com/taiga-family/taiga-ui/tree/main/projects/core/pipes/calendar-sheet`,
},
{
namedImport: `TuiYear`,
field: `weeksRowsCount`,
message: `weeksRowsCount has been removed in 3.0. If you need this utils check out this pipe https://github.com/Tinkoff/taiga-ui/tree/main/projects/core/pipes/calendar-sheet`,
message: `weeksRowsCount has been removed in 3.0. If you need this utils check out this pipe https://github.com/taiga-family/taiga-ui/tree/main/projects/core/pipes/calendar-sheet`,
},
].forEach(({namedImport, field, message}) => {
start = performance.now();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ export class AppComponent {
this.other.getFormattedDay("DMY", ".");
// TODO: (Taiga UI migration) getDayFromMonthRowCol has been removed in 3.0. If you need this utils check out this pipe https://github.com/Tinkoff/taiga-ui/tree/main/projects/core/pipes/calendar-sheet
// TODO: (Taiga UI migration) getDayFromMonthRowCol has been removed in 3.0. If you need this utils check out this pipe https://github.com/taiga-family/taiga-ui/tree/main/projects/core/pipes/calendar-sheet
this.other.getDayFromMonthRowCol(1, 2, 3);
// TODO: (Taiga UI migration) formattedMonth has been removed in 3.0. Please use TUI_MONTH_FORMATTER from @taiga-ui/kit
Expand Down
Loading

0 comments on commit 8a52447

Please sign in to comment.