From 5c10c19ebc718504d9f52987a2b8875ad30ef597 Mon Sep 17 00:00:00 2001 From: tinkoff-bot Date: Tue, 30 Aug 2022 14:18:42 +0000 Subject: [PATCH] chore(release): 3.0.0 --- CHANGELOG.md | 216 +++++++++++++++++++++++++ package-lock.json | 44 ++--- package.json | 2 +- projects/addon-charts/package.json | 6 +- projects/addon-commerce/package.json | 8 +- projects/addon-doc/package.json | 10 +- projects/addon-editor/package.json | 10 +- projects/addon-mobile/package.json | 8 +- projects/addon-preview/package.json | 12 +- projects/addon-table/package.json | 8 +- projects/addon-tablebars/package.json | 6 +- projects/cdk/constants/version.ts | 2 +- projects/cdk/package.json | 2 +- projects/core/package.json | 8 +- projects/i18n/package.json | 2 +- projects/icons/package.json | 2 +- projects/kit/package.json | 8 +- projects/styles/package.json | 2 +- projects/taiga-schematics/package.json | 4 +- projects/testing/package.json | 2 +- 20 files changed, 289 insertions(+), 73 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e9bba0a1bac4..387aac1a8fb5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,222 @@ 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.0.0](https://github.com/tinkoff/taiga-ui/compare/v2.62.1...v3.0.0) (2022-08-30) + +### ⚠ BREAKING CHANGES + +- **cdk:** rename `TuiAbstractTextfieldHost` to `AbstractTuiTextfieldHost` (#2492) +- **core:** remove `tuiExpandContent` directive (#2501) +- **kit:** `Action` better customization + new API (#2505) +- **cdk:** `Let` directive can possibility emit `null` (#2496) +- **core:** `HintDescribe` add new directive (#2495) +- remove autofill enums (#2500) +- **core:** `HintController` remove separate module (#2484) +- remove legacy directives from textfield controller (#2410) +- delete `tui-palette.less` (`data-tui-background` and `data-tui-color` states) (#2473) +- **kit:** `Action` refactor to `button[tuiAction], a[tuiAction]` (#2479) +- **cdk:** add configuration to `tuiGetClosestFocusableElement` (#2436) +- **cdk:** add configuration to `tuiGetClosestFocusableElement` (#2436) +- `Stepper` rename `state` input to avoid collision with `routerLink` (#2437) +- **core:** `Dropdown` refactor dropdowns completely (#2389) +- **core:** new names of css breakpoints (#2393) +- update supported browser versions (bump supported `Safari` to `12.1+`) (#2391) +- add `@taiga-ui/styles` (#2320) +- `AlertComponent` use new context (#2362) +- remove deprecations (#2327) +- drop support of legacy not-chromium Edge (EdgeHTML) +- **core:** `tuiFormatNumber(value, configs)` new function signature (#2309) +- **kit:** `DataListDropdownManager` move into separate module (#2317) +- **kit:** `Slider[keySteps]` update control value on `input` event (+ delete `keyStepsInput`) +- **cdk:** `PortalService` switch to using `PolymorpheusComponent` +- remove deprecated entities (#2296) +- move some i18n tokens to secondary package +- move all color-converter utils (`addon-editor` / `addon-doc` => `cdk`) (#2280) +- replace `setNativeFocused(el)` with `el.focus()` (#2276) +- remove redundant export of providers' factories (#2278) +- remove some deprecations (#2272) +- remove deprecated functions without `tui`-prefix +- remove deprecated functions without `tui`-prefix +- remove redundant exports of internal functions (reduction of public API) (#2253) +- **kit:** `Range` remove all deprecated API (#2243) +- remove deprecated pluralize (#2222) +- **kit:** `Slider` | `InputSlider` | `Range` | `InputRange` use strict version of `TuiKeySteps` (#2220) +- **kit:** `InputRange` remove all deprecated API (#2215) +- remove deprecated core-enums, TuiColor, colorFallback, DEFAULT_COLORS, TuiColorHandler (#2158) +- **kit:** `InputSlider` remove all deprecated API (#2207) +- `Range` remove deprecated API for labels of segments (#2200) +- delete legacy `` (#2184) +- remove date-time related deprecations, EMPTY_VALIDATOR (#2164) +- move fonts to separate file (#2132) +- remove deprecated properties from `AbstractTuiInteractive` (#2124) +- update to Angular 12 (#2110) +- remove tui-wrapper, tui-group, table-mode, field-error component, tui-breadcrumb items (#2121) +- remove deprecated entities (#2108) +- **addon-commerce, addon-chart:** remove deprecated enums (#2095) +- update to Angular 11 (#2097) +- **kit:** remove deprecated TUI_MOBILE_AWARE (#2099) +- **kit,cdk:** remove deprecated enums, input-file (#2087) +- remove TuiPortalService, PreviewDialogService and open method in TuiCodeEditor (#2079) +- exported from the top-level library entrypoint for compat ivy renderer (#2086) +- update to Angular 10 (#2080) +- enable ivy by default (#2076) +- replace deprecated directives with universal `tuiItem`-directive (#2069) +- **cdk,core:** allow passing icons at both sides simultaneously in textfield components (#2037) +- remove deprecated `tuiCustomEvents`, `tuiPadStart`, `getClosestElement`, `fallbackValue` (#2074) + +### Features + +- `Range` remove deprecated API for labels of segments ([#2200](https://github.com/tinkoff/taiga-ui/issues/2200)) + ([5c02bdf](https://github.com/tinkoff/taiga-ui/commit/5c02bdfac1942de098eb97709e20cc6f7a0c8341)) +- add `@taiga-ui/styles` ([#2320](https://github.com/tinkoff/taiga-ui/issues/2320)) + ([d1a40a5](https://github.com/tinkoff/taiga-ui/commit/d1a40a5c1a0f1b52a023d653ce2053294ec6e4a0)) +- **cdk,core:** allow passing icons at both sides simultaneously in textfield components + ([#2037](https://github.com/tinkoff/taiga-ui/issues/2037)) + ([0ee6ebb](https://github.com/tinkoff/taiga-ui/commit/0ee6ebb5146983943e47fb0a4cb570ff02755b46)) +- **cdk:** `PortalService` switch to using `PolymorpheusComponent` + ([87f85a7](https://github.com/tinkoff/taiga-ui/commit/87f85a796bd2e43680c65d1993a3b6c775b4ff6b)) +- **cdk:** add configuration to `tuiGetClosestFocusableElement` + ([#2436](https://github.com/tinkoff/taiga-ui/issues/2436)) + ([a9dfb27](https://github.com/tinkoff/taiga-ui/commit/a9dfb2775bc26b736abf274c13d66cec0d687e31)) +- **cdk:** add configuration to `tuiGetClosestFocusableElement` + ([#2436](https://github.com/tinkoff/taiga-ui/issues/2436)) + ([26eec2c](https://github.com/tinkoff/taiga-ui/commit/26eec2cc96e6bf17550abc12aabbece97b3397d4)) +- **cdk:** rename `TuiAbstractTextfieldHost` to `AbstractTuiTextfieldHost` + ([#2492](https://github.com/tinkoff/taiga-ui/issues/2492)) + ([11d6e75](https://github.com/tinkoff/taiga-ui/commit/11d6e75f63a766aa27ac59c584ca57acc3bfef32)) +- **core:** `Dropdown` refactor dropdowns completely ([#2389](https://github.com/tinkoff/taiga-ui/issues/2389)) + ([d3c9deb](https://github.com/tinkoff/taiga-ui/commit/d3c9deb7b1061e50d98691d36b75c092c900e282)) +- **core:** `Hint` add context input ([#2273](https://github.com/tinkoff/taiga-ui/issues/2273)) + ([433b2a5](https://github.com/tinkoff/taiga-ui/commit/433b2a50a3e56a1311a5eb1ee9f9622a756f8e8f)) +- **core:** `Hint` support 12 directions ([#2256](https://github.com/tinkoff/taiga-ui/issues/2256)) + ([b81a213](https://github.com/tinkoff/taiga-ui/commit/b81a21332ec1fa2dc8415942e1c318a489b24644)) +- **core:** `HintDescribe` add new directive ([#2495](https://github.com/tinkoff/taiga-ui/issues/2495)) + ([78f090b](https://github.com/tinkoff/taiga-ui/commit/78f090b6c126ecbc34937ca74613bc0af5f093c1)) +- **core:** new names of css breakpoints ([#2393](https://github.com/tinkoff/taiga-ui/issues/2393)) + ([f6b1efa](https://github.com/tinkoff/taiga-ui/commit/f6b1efa61c85e365838c55be64b6c6a7bb975374)) +- **core:** remove `tuiExpandContent` directive ([#2501](https://github.com/tinkoff/taiga-ui/issues/2501)) + ([8ef2214](https://github.com/tinkoff/taiga-ui/commit/8ef2214529664c06a1ab48050aa662f743ae6220)) +- delete `tui-palette.less` (`data-tui-background` and `data-tui-color` states) + ([#2473](https://github.com/tinkoff/taiga-ui/issues/2473)) + ([09067a2](https://github.com/tinkoff/taiga-ui/commit/09067a2d9ed92e2bdbb866d4a88b5c6c82066794)) +- delete legacy `` ([#2184](https://github.com/tinkoff/taiga-ui/issues/2184)) + ([92fbd92](https://github.com/tinkoff/taiga-ui/commit/92fbd92207b624a822d6819bd9c419803209fa8e)) +- drop support of legacy not-chromium Edge (EdgeHTML) + ([d7ac492](https://github.com/tinkoff/taiga-ui/commit/d7ac492c4bcb80bb06c66deba49bccd23a563d13)) +- enable ivy by default ([#2076](https://github.com/tinkoff/taiga-ui/issues/2076)) + ([6f93455](https://github.com/tinkoff/taiga-ui/commit/6f93455cb72d57d4c2a3fa4671f05fcc890812a1)) +- **kit:** `Action` better customization + new API ([#2505](https://github.com/tinkoff/taiga-ui/issues/2505)) + ([669a49d](https://github.com/tinkoff/taiga-ui/commit/669a49dbdedebca876999e433872d9ea2e62ef2e)) +- **kit:** `DataListDropdownManager` move into separate module + ([#2317](https://github.com/tinkoff/taiga-ui/issues/2317)) + ([2d4620f](https://github.com/tinkoff/taiga-ui/commit/2d4620ffbe12a0884df2b2702d3dbc283501b162)) +- **kit:** `InputRange` remove all deprecated API ([#2215](https://github.com/tinkoff/taiga-ui/issues/2215)) + ([81430fe](https://github.com/tinkoff/taiga-ui/commit/81430fee88f6295748e2b35521353dac4817ebd7)) +- **kit:** `InputSlider` remove all deprecated API ([#2207](https://github.com/tinkoff/taiga-ui/issues/2207)) + ([7e37604](https://github.com/tinkoff/taiga-ui/commit/7e37604cc785bcdf611af7ef2da0b3378605b7f4)) +- **kit:** `Range` remove all deprecated API ([#2243](https://github.com/tinkoff/taiga-ui/issues/2243)) + ([a990c64](https://github.com/tinkoff/taiga-ui/commit/a990c6426da1a5e1ce6e18f249844b9401141cd5)) +- **kit:** `Slider` | `InputSlider` | `Range` | `InputRange` use strict version of `TuiKeySteps` + ([#2220](https://github.com/tinkoff/taiga-ui/issues/2220)) + ([4ab3922](https://github.com/tinkoff/taiga-ui/commit/4ab3922013b6e9e6d7bc63367e143278ddb574a3)) +- migrate to polymorpheus 4 and update other deps ([#2165](https://github.com/tinkoff/taiga-ui/issues/2165)) + ([cb86c77](https://github.com/tinkoff/taiga-ui/commit/cb86c77502cf9abdfdb87b598efc94cc2be1e9f0)) +- move all color-converter utils (`addon-editor` / `addon-doc` => `cdk`) + ([#2280](https://github.com/tinkoff/taiga-ui/issues/2280)) + ([6637417](https://github.com/tinkoff/taiga-ui/commit/663741723af53b247bb847540b4482afc3c65124)) +- replace deprecated directives with universal `tuiItem`-directive + ([#2069](https://github.com/tinkoff/taiga-ui/issues/2069)) + ([d806829](https://github.com/tinkoff/taiga-ui/commit/d806829d58085933d80ed75029f8dd8280b01b42)) +- update supported browser versions (bump supported `Safari` to `12.1+`) + ([#2391](https://github.com/tinkoff/taiga-ui/issues/2391)) + ([7bf6e2a](https://github.com/tinkoff/taiga-ui/commit/7bf6e2afa4d6d4ea76993686fa519be837711446)) +- update to Angular 10 ([#2080](https://github.com/tinkoff/taiga-ui/issues/2080)) + ([176c70d](https://github.com/tinkoff/taiga-ui/commit/176c70d67d150fed44038b0fa5c067bca19fd66a)) +- update to Angular 11 ([#2097](https://github.com/tinkoff/taiga-ui/issues/2097)) + ([a698286](https://github.com/tinkoff/taiga-ui/commit/a69828616be4fd3dd9711ca8a7ee107c924baf62)) +- update to Angular 12 ([#2110](https://github.com/tinkoff/taiga-ui/issues/2110)) + ([6f57462](https://github.com/tinkoff/taiga-ui/commit/6f5746229fc2888d7e6e7478c56b314a5c2b6317)) + +### Bug Fixes + +- **cdk:** `Let` directive can possibility emit `null` ([#2496](https://github.com/tinkoff/taiga-ui/issues/2496)) + ([ca6af75](https://github.com/tinkoff/taiga-ui/commit/ca6af75112dc9bf9960842d3a8cc7069a6938a69)) +- **core:** prevent injection conflict with CSS global interface + ([#2508](https://github.com/tinkoff/taiga-ui/issues/2508)) + ([60bd130](https://github.com/tinkoff/taiga-ui/commit/60bd13052d9dfb33057326b1e4f02961518ea3cd)) +- exported from the top-level library entrypoint for compat ivy renderer + ([#2086](https://github.com/tinkoff/taiga-ui/issues/2086)) + ([95e0d22](https://github.com/tinkoff/taiga-ui/commit/95e0d221b948327f9b984493ce6c3dcf0fe03097)) + +### refactor + +- `AlertComponent` use new context ([#2362](https://github.com/tinkoff/taiga-ui/issues/2362)) + ([12ada74](https://github.com/tinkoff/taiga-ui/commit/12ada74caeec111d4f330c40b7ae889b36d0f020)) +- `Stepper` rename `state` input to avoid collision with `routerLink` + ([#2437](https://github.com/tinkoff/taiga-ui/issues/2437)) + ([84ce535](https://github.com/tinkoff/taiga-ui/commit/84ce535e94cb2192d3fb2e7524f02a3e8bb08268)) +- **addon-commerce, addon-chart:** remove deprecated enums ([#2095](https://github.com/tinkoff/taiga-ui/issues/2095)) + ([cc4fac4](https://github.com/tinkoff/taiga-ui/commit/cc4fac403bcb5d6274c12e375a48f18767543afb)) +- **core:** `HintController` remove separate module ([#2484](https://github.com/tinkoff/taiga-ui/issues/2484)) + ([ab6881f](https://github.com/tinkoff/taiga-ui/commit/ab6881f2cd53e1942c8ed6b102e29548f3e5ce1b)) +- **core:** `tuiFormatNumber(value, configs)` new function signature + ([#2309](https://github.com/tinkoff/taiga-ui/issues/2309)) + ([6a8422e](https://github.com/tinkoff/taiga-ui/commit/6a8422ef69df8cdeda252fac176ca62ebd99bad1)) +- **kit,cdk:** remove deprecated enums, input-file ([#2087](https://github.com/tinkoff/taiga-ui/issues/2087)) + ([ac273d0](https://github.com/tinkoff/taiga-ui/commit/ac273d058ca29f48e1ec6ca41bc943733a61acb6)) +- **kit:** `Action` refactor to `button[tuiAction], a[tuiAction]` + ([#2479](https://github.com/tinkoff/taiga-ui/issues/2479)) + ([059d7af](https://github.com/tinkoff/taiga-ui/commit/059d7af3a2536705ba21ad8adcd4f53627b62e77)) +- **kit:** `Slider[keySteps]` update control value on `input` event (+ delete `keyStepsInput`) + ([5944fa3](https://github.com/tinkoff/taiga-ui/commit/5944fa35743fcfe41d284419b2dced1426d8b0f7)) +- **kit:** remove deprecated TUI_MOBILE_AWARE ([#2099](https://github.com/tinkoff/taiga-ui/issues/2099)) + ([9bc7a08](https://github.com/tinkoff/taiga-ui/commit/9bc7a089e1adad0ef477ccf450c924736b3fb43b)) +- move fonts to separate file ([#2132](https://github.com/tinkoff/taiga-ui/issues/2132)) + ([3fb34b2](https://github.com/tinkoff/taiga-ui/commit/3fb34b2b29ba09bbd6ab28e8cf3395d565ef3e9c)) +- move some i18n tokens to secondary package + ([f51c380](https://github.com/tinkoff/taiga-ui/commit/f51c380fc20d374b633cba77e3d1159ec66a1eb9)) +- remove autofill enums ([#2500](https://github.com/tinkoff/taiga-ui/issues/2500)) + ([7e6bd9f](https://github.com/tinkoff/taiga-ui/commit/7e6bd9f6db1281be99fdd25bd84a1ec6edf39140)) +- remove date-time related deprecations, EMPTY_VALIDATOR ([#2164](https://github.com/tinkoff/taiga-ui/issues/2164)) + ([c75985a](https://github.com/tinkoff/taiga-ui/commit/c75985a757c6ad30fb71aa35c7bf0670d7b7399b)) +- remove deprecated `tuiCustomEvents`, `tuiPadStart`, `getClosestElement`, `fallbackValue` + ([#2074](https://github.com/tinkoff/taiga-ui/issues/2074)) + ([9ecc696](https://github.com/tinkoff/taiga-ui/commit/9ecc69693f8e9f66ef4d22cf9ad6cca039f2e0e9)) +- remove deprecated core-enums, TuiColor, colorFallback, DEFAULT_COLORS, TuiColorHandler + ([#2158](https://github.com/tinkoff/taiga-ui/issues/2158)) + ([5146c71](https://github.com/tinkoff/taiga-ui/commit/5146c711578db1eee383fda8f2dcfef4d626fc8b)) +- remove deprecated entities ([#2108](https://github.com/tinkoff/taiga-ui/issues/2108)) + ([dfe13a8](https://github.com/tinkoff/taiga-ui/commit/dfe13a8afb56f452dc68a06d097551ab394ee86b)) +- remove deprecated entities ([#2296](https://github.com/tinkoff/taiga-ui/issues/2296)) + ([1d4d867](https://github.com/tinkoff/taiga-ui/commit/1d4d867af4e93b5e0b51275c0fa1b127bd9e2a1a)) +- remove deprecated functions without `tui`-prefix + ([e8f7860](https://github.com/tinkoff/taiga-ui/commit/e8f78609ca33673edd350595889711cc32208a14)) +- remove deprecated functions without `tui`-prefix + ([bc05f71](https://github.com/tinkoff/taiga-ui/commit/bc05f7132fafcd5f70993351cde01fa5426ef563)) +- remove deprecated pluralize ([#2222](https://github.com/tinkoff/taiga-ui/issues/2222)) + ([bc7ae3d](https://github.com/tinkoff/taiga-ui/commit/bc7ae3df9e052584715fa66f416c9bcdda45d0b7)) +- remove deprecated properties from `AbstractTuiInteractive` ([#2124](https://github.com/tinkoff/taiga-ui/issues/2124)) + ([7b814e7](https://github.com/tinkoff/taiga-ui/commit/7b814e76b612662220e5f901fdfbf59380da9cee)) +- remove deprecations ([#2327](https://github.com/tinkoff/taiga-ui/issues/2327)) + ([1d5a1e4](https://github.com/tinkoff/taiga-ui/commit/1d5a1e4ac5294cde7c9f2575cc12cd83af49e6f4)) +- remove legacy directives from textfield controller ([#2410](https://github.com/tinkoff/taiga-ui/issues/2410)) + ([b36c38b](https://github.com/tinkoff/taiga-ui/commit/b36c38b30a066958f89633f4c943b524bec484d9)) +- remove redundant export of providers' factories ([#2278](https://github.com/tinkoff/taiga-ui/issues/2278)) + ([2e4bc8b](https://github.com/tinkoff/taiga-ui/commit/2e4bc8b2ec03378ec3a1ff752a246f11cb833e77)) +- remove redundant exports of internal functions (reduction of public API) + ([#2253](https://github.com/tinkoff/taiga-ui/issues/2253)) + ([80becef](https://github.com/tinkoff/taiga-ui/commit/80becef86a5fa662af29c061aa268d58da2ebf2a)) +- remove some deprecations ([#2272](https://github.com/tinkoff/taiga-ui/issues/2272)) + ([8e9d85f](https://github.com/tinkoff/taiga-ui/commit/8e9d85fecb04415574ccf1dd0ac9a8ba480e1161)) +- remove tui-wrapper, tui-group, table-mode, field-error component, tui-breadcrumb items + ([#2121](https://github.com/tinkoff/taiga-ui/issues/2121)) + ([d404684](https://github.com/tinkoff/taiga-ui/commit/d404684664e93497e5ebaba5f3080fd7d03c9b4c)) +- remove TuiPortalService, PreviewDialogService and open method in TuiCodeEditor + ([#2079](https://github.com/tinkoff/taiga-ui/issues/2079)) + ([39da3cd](https://github.com/tinkoff/taiga-ui/commit/39da3cd20842e24d84441910e1807ecf84d4e740)) +- replace `setNativeFocused(el)` with `el.focus()` ([#2276](https://github.com/tinkoff/taiga-ui/issues/2276)) + ([841060b](https://github.com/tinkoff/taiga-ui/commit/841060b3204df55d17a5dc33090b0ec31d01900e)) + ### [2.62.1](https://github.com/tinkoff/taiga-ui/compare/v2.62.0...v2.62.1) (2022-08-29) ### Bug Fixes diff --git a/package-lock.json b/package-lock.json index 747c2f186130..53b8572149df 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@taiga-ui/components", - "version": "3.0.0-rc.6", + "version": "3.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@taiga-ui/components", - "version": "3.0.0-rc.6", + "version": "3.0.0", "hasInstallScript": true, "license": "Apache-2.0", "workspaces": [ @@ -40437,7 +40437,7 @@ }, "projects/addon-charts": { "name": "@taiga-ui/addon-charts", - "version": "3.0.0-rc.6", + "version": "3.0.0", "license": "Apache-2.0", "dependencies": { "tslib": "^2.0.0" @@ -40453,7 +40453,7 @@ }, "projects/addon-commerce": { "name": "@taiga-ui/addon-commerce", - "version": "3.0.0-rc.6", + "version": "3.0.0", "license": "Apache-2.0", "dependencies": { "tslib": "^2.0.0" @@ -40473,7 +40473,7 @@ }, "projects/addon-doc": { "name": "@taiga-ui/addon-doc", - "version": "3.0.0-rc.6", + "version": "3.0.0", "license": "Apache-2.0", "dependencies": { "@angular-devkit/schematics": "~12.2.17", @@ -40501,7 +40501,7 @@ }, "projects/addon-editor": { "name": "@taiga-ui/addon-editor", - "version": "3.0.0-rc.6", + "version": "3.0.0", "license": "Apache-2.0", "dependencies": { "@tiptap/core": "2.0.0-beta.180", @@ -40550,7 +40550,7 @@ }, "projects/addon-mobile": { "name": "@taiga-ui/addon-mobile", - "version": "3.0.0-rc.6", + "version": "3.0.0", "license": "Apache-2.0", "dependencies": { "tslib": "^2.0.0" @@ -40569,7 +40569,7 @@ }, "projects/addon-preview": { "name": "@taiga-ui/addon-preview", - "version": "3.0.0-rc.6", + "version": "3.0.0", "license": "Apache-2.0", "dependencies": { "tslib": "^2.0.0" @@ -40589,7 +40589,7 @@ }, "projects/addon-table": { "name": "@taiga-ui/addon-table", - "version": "3.0.0-rc.6", + "version": "3.0.0", "license": "Apache-2.0", "dependencies": { "tslib": "^2.0.0" @@ -40608,7 +40608,7 @@ }, "projects/addon-tablebars": { "name": "@taiga-ui/addon-tablebars", - "version": "3.0.0-rc.6", + "version": "3.0.0", "license": "Apache-2.0", "dependencies": { "tslib": "^2.0.0" @@ -40624,7 +40624,7 @@ }, "projects/cdk": { "name": "@taiga-ui/cdk", - "version": "3.0.0-rc.6", + "version": "3.0.0", "license": "Apache-2.0", "dependencies": { "@ng-web-apis/common": "2.0.1", @@ -40646,10 +40646,10 @@ }, "projects/core": { "name": "@taiga-ui/core", - "version": "3.0.0-rc.6", + "version": "3.0.0", "license": "Apache-2.0", "dependencies": { - "@taiga-ui/i18n": "^3.0.0-rc.6", + "@taiga-ui/i18n": "^3.0.0", "tslib": "^2.0.0" }, "peerDependencies": { @@ -40706,7 +40706,7 @@ }, "projects/i18n": { "name": "@taiga-ui/i18n", - "version": "3.0.0-rc.6", + "version": "3.0.0", "license": "Apache-2.0", "dependencies": { "tslib": "^2.0.0" @@ -40718,7 +40718,7 @@ }, "projects/icons": { "name": "@taiga-ui/icons", - "version": "3.0.0-rc.6", + "version": "3.0.0", "license": "Apache-2.0", "dependencies": { "tslib": "^2.0.0" @@ -40748,7 +40748,7 @@ }, "projects/kit": { "name": "@taiga-ui/kit", - "version": "3.0.0-rc.6", + "version": "3.0.0", "license": "Apache-2.0", "dependencies": { "@ng-web-apis/intersection-observer": "^3.0.0", @@ -40771,20 +40771,20 @@ }, "projects/styles": { "name": "@taiga-ui/styles", - "version": "3.0.0-rc.6" + "version": "3.0.0" }, "projects/taiga-schematics": { "name": "taiga-ui", - "version": "3.0.0-rc.6", + "version": "3.0.0", "license": "Apache-2.0", "dependencies": { - "@taiga-ui/cdk": "^3.0.0-rc.6", + "@taiga-ui/cdk": "^3.0.0", "tslib": "^2.0.0" } }, "projects/testing": { "name": "@taiga-ui/testing", - "version": "3.0.0-rc.6", + "version": "3.0.0", "dependencies": { "cypress-image-snapshot": "^4.0.1", "tslib": "^2.0.0" @@ -45688,7 +45688,7 @@ "@taiga-ui/core": { "version": "file:projects/core", "requires": { - "@taiga-ui/i18n": "^3.0.0-rc.6", + "@taiga-ui/i18n": "^3.0.0", "tslib": "^2.0.0" } }, @@ -69049,7 +69049,7 @@ "taiga-ui": { "version": "file:projects/taiga-schematics", "requires": { - "@taiga-ui/cdk": "^3.0.0-rc.6", + "@taiga-ui/cdk": "^3.0.0", "tslib": "^2.0.0" } }, diff --git a/package.json b/package.json index d40fadd2501d..d58e19551d4a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@taiga-ui/components", - "version": "3.0.0-rc.6", + "version": "3.0.0", "description": "Taiga UI by Tinkoff is a set of components, services, directives and other tools to build high quality UI using modern Angular framework", "keywords": [ "angular", diff --git a/projects/addon-charts/package.json b/projects/addon-charts/package.json index 5dc7ae4723e1..b3356a899cf7 100644 --- a/projects/addon-charts/package.json +++ b/projects/addon-charts/package.json @@ -1,6 +1,6 @@ { "name": "@taiga-ui/addon-charts", - "version": "3.0.0-rc.6", + "version": "3.0.0", "description": "Extension package for Taiga UI that adds various charts, graphs and related components.", "keywords": [ "angular", @@ -20,8 +20,8 @@ "@angular/common": ">=9.0.0", "@angular/core": ">=9.0.0", "@ng-web-apis/common": ">=2.0.0", - "@taiga-ui/cdk": ">=3.0.0-rc.6", - "@taiga-ui/core": ">=3.0.0-rc.6", + "@taiga-ui/cdk": ">=3.0.0", + "@taiga-ui/core": ">=3.0.0", "@tinkoff/ng-polymorpheus": ">=4.0.0" } } diff --git a/projects/addon-commerce/package.json b/projects/addon-commerce/package.json index e5e3aaebf452..2301c149e412 100644 --- a/projects/addon-commerce/package.json +++ b/projects/addon-commerce/package.json @@ -1,6 +1,6 @@ { "name": "@taiga-ui/addon-commerce", - "version": "3.0.0-rc.6", + "version": "3.0.0", "description": "Extension package for Taiga UI related to commerce, payment systems, currencies etc.", "keywords": [ "angular", @@ -21,9 +21,9 @@ "@angular/core": ">=9.0.0", "@angular/forms": ">=9.0.0", "@ng-web-apis/common": ">=2.0.0", - "@taiga-ui/cdk": ">=3.0.0-rc.6", - "@taiga-ui/core": ">=3.0.0-rc.6", - "@taiga-ui/i18n": ">=3.0.0-rc.6", + "@taiga-ui/cdk": ">=3.0.0", + "@taiga-ui/core": ">=3.0.0", + "@taiga-ui/i18n": ">=3.0.0", "@tinkoff/ng-polymorpheus": ">=4.0.0", "angular2-text-mask": ">=9.0.0", "rxjs": ">=6.0.0" diff --git a/projects/addon-doc/package.json b/projects/addon-doc/package.json index 573fcfd71f9e..d23e2609bcda 100644 --- a/projects/addon-doc/package.json +++ b/projects/addon-doc/package.json @@ -1,6 +1,6 @@ { "name": "@taiga-ui/addon-doc", - "version": "3.0.0-rc.6", + "version": "3.0.0", "description": "Taiga UI based library for developing documentation portals for Angular libraries.", "keywords": [ "angular", @@ -30,10 +30,10 @@ "@angular/forms": ">=9.0.0", "@angular/router": ">=9.0.0", "@ng-web-apis/common": ">=2.0.0", - "@taiga-ui/addon-mobile": ">=3.0.0-rc.6", - "@taiga-ui/cdk": ">=3.0.0-rc.6", - "@taiga-ui/core": ">=3.0.0-rc.6", - "@taiga-ui/kit": ">=3.0.0-rc.6", + "@taiga-ui/addon-mobile": ">=3.0.0", + "@taiga-ui/cdk": ">=3.0.0", + "@taiga-ui/core": ">=3.0.0", + "@taiga-ui/kit": ">=3.0.0", "@tinkoff/ng-polymorpheus": ">=4.0.0" }, "schematics": "./schematics/collection.json" diff --git a/projects/addon-editor/package.json b/projects/addon-editor/package.json index 06c6ade64a7c..5c4e2f532700 100644 --- a/projects/addon-editor/package.json +++ b/projects/addon-editor/package.json @@ -1,6 +1,6 @@ { "name": "@taiga-ui/addon-editor", - "version": "3.0.0-rc.6", + "version": "3.0.0", "description": "Rich text editor extension package for Taiga UI", "keywords": [ "angular", @@ -51,10 +51,10 @@ "@angular/forms": ">=9.0.0", "@angular/platform-browser": ">=9.0.0", "@ng-web-apis/common": ">=2.0.0", - "@taiga-ui/cdk": ">=3.0.0-rc.6", - "@taiga-ui/core": ">=3.0.0-rc.6", - "@taiga-ui/i18n": ">=3.0.0-rc.6", - "@taiga-ui/kit": ">=3.0.0-rc.6", + "@taiga-ui/cdk": ">=3.0.0", + "@taiga-ui/core": ">=3.0.0", + "@taiga-ui/i18n": ">=3.0.0", + "@taiga-ui/kit": ">=3.0.0", "rxjs": ">=6.0.0" } } diff --git a/projects/addon-mobile/package.json b/projects/addon-mobile/package.json index 1bef35432bf2..9b9d099858cd 100644 --- a/projects/addon-mobile/package.json +++ b/projects/addon-mobile/package.json @@ -1,6 +1,6 @@ { "name": "@taiga-ui/addon-mobile", - "version": "3.0.0-rc.6", + "version": "3.0.0", "description": "Extension package for Taiga UI that adds support for mobile specific behaviors such as custom data pickers, dropdowns, etc.", "keywords": [ "angular", @@ -18,9 +18,9 @@ "@angular/common": ">=9.0.0", "@angular/core": ">=9.0.0", "@ng-web-apis/common": ">=2.0.0", - "@taiga-ui/cdk": ">=3.0.0-rc.6", - "@taiga-ui/core": ">=3.0.0-rc.6", - "@taiga-ui/kit": ">=3.0.0-rc.6", + "@taiga-ui/cdk": ">=3.0.0", + "@taiga-ui/core": ">=3.0.0", + "@taiga-ui/kit": ">=3.0.0", "@tinkoff/ng-polymorpheus": ">=4.0.0", "rxjs": ">=6.0.0" } diff --git a/projects/addon-preview/package.json b/projects/addon-preview/package.json index 4324f2c74d5f..eb4e0afe5ba5 100644 --- a/projects/addon-preview/package.json +++ b/projects/addon-preview/package.json @@ -1,6 +1,6 @@ { "name": "@taiga-ui/addon-preview", - "version": "3.0.0-rc.6", + "version": "3.0.0", "description": "A library to show a modal with custom content preview", "keywords": [ "angular", @@ -19,11 +19,11 @@ "@angular/common": ">=9.0.0", "@angular/core": ">=9.0.0", "@ng-web-apis/mutation-observer": ">=2.0.0", - "@taiga-ui/cdk": ">=3.0.0-rc.6", - "@taiga-ui/core": ">=3.0.0-rc.6", - "@taiga-ui/i18n": ">=3.0.0-rc.6", - "@taiga-ui/icons": ">=3.0.0-rc.6", - "@taiga-ui/kit": ">=3.0.0-rc.6", + "@taiga-ui/cdk": ">=3.0.0", + "@taiga-ui/core": ">=3.0.0", + "@taiga-ui/i18n": ">=3.0.0", + "@taiga-ui/icons": ">=3.0.0", + "@taiga-ui/kit": ">=3.0.0", "@tinkoff/ng-polymorpheus": ">=4.0.0", "rxjs": ">=6.0.0" }, diff --git a/projects/addon-table/package.json b/projects/addon-table/package.json index 64175e88860c..7ca6861169b1 100644 --- a/projects/addon-table/package.json +++ b/projects/addon-table/package.json @@ -1,6 +1,6 @@ { "name": "@taiga-ui/addon-table", - "version": "3.0.0-rc.6", + "version": "3.0.0", "description": "A library to display tabled data with filters, search, group actions, etc.", "keywords": [ "angular", @@ -20,9 +20,9 @@ "@angular/common": ">=9.0.0", "@angular/core": ">=9.0.0", "@ng-web-apis/intersection-observer": ">=3.0.0", - "@taiga-ui/cdk": ">=3.0.0-rc.6", - "@taiga-ui/core": ">=3.0.0-rc.6", - "@taiga-ui/i18n": ">=3.0.0-rc.6", + "@taiga-ui/cdk": ">=3.0.0", + "@taiga-ui/core": ">=3.0.0", + "@taiga-ui/i18n": ">=3.0.0", "@tinkoff/ng-polymorpheus": ">=4.0.0", "rxjs": ">=6.0.0" } diff --git a/projects/addon-tablebars/package.json b/projects/addon-tablebars/package.json index aaa405dc706d..e1b50bc7b162 100644 --- a/projects/addon-tablebars/package.json +++ b/projects/addon-tablebars/package.json @@ -1,6 +1,6 @@ { "name": "@taiga-ui/addon-tablebars", - "version": "3.0.0-rc.6", + "version": "3.0.0", "description": "Table bars is interactive UI control for group table actions and similar cases", "keywords": [ "angular", @@ -18,8 +18,8 @@ "peerDependencies": { "@angular/common": ">=9.0.0", "@angular/core": ">=9.0.0", - "@taiga-ui/cdk": ">=3.0.0-rc.6", - "@taiga-ui/core": ">=3.0.0-rc.6", + "@taiga-ui/cdk": ">=3.0.0", + "@taiga-ui/core": ">=3.0.0", "@tinkoff/ng-polymorpheus": ">=4.0.0", "rxjs": ">=6.0.0" } diff --git a/projects/cdk/constants/version.ts b/projects/cdk/constants/version.ts index 6962c59a92a4..f66868ffae20 100644 --- a/projects/cdk/constants/version.ts +++ b/projects/cdk/constants/version.ts @@ -1 +1 @@ -export const TUI_VERSION = `3.0.0-rc.6`; +export const TUI_VERSION = `3.0.0`; diff --git a/projects/cdk/package.json b/projects/cdk/package.json index 1fa30ef75961..b4ab278a66d6 100644 --- a/projects/cdk/package.json +++ b/projects/cdk/package.json @@ -1,6 +1,6 @@ { "name": "@taiga-ui/cdk", - "version": "3.0.0-rc.6", + "version": "3.0.0", "description": "Base library for creating Angular components and applications using Taiga UI principles regarding of actual visual appearance", "keywords": [ "angular", diff --git a/projects/core/package.json b/projects/core/package.json index 1b2ec3e555bf..4786a455d965 100644 --- a/projects/core/package.json +++ b/projects/core/package.json @@ -1,6 +1,6 @@ { "name": "@taiga-ui/core", - "version": "3.0.0-rc.6", + "version": "3.0.0", "description": "Core library for creating Angular components and applications using Taiga UI", "keywords": [ "angular", @@ -15,7 +15,7 @@ "repository": "https://github.com/tinkoff/taiga-ui", "license": "Apache-2.0", "dependencies": { - "@taiga-ui/i18n": "^3.0.0-rc.6", + "@taiga-ui/i18n": "^3.0.0", "tslib": "^2.0.0" }, "peerDependencies": { @@ -27,8 +27,8 @@ "@angular/router": ">=9.0.0", "@ng-web-apis/common": ">=2.0.0", "@ng-web-apis/mutation-observer": ">=2.0.0", - "@taiga-ui/cdk": ">=3.0.0-rc.6", - "@taiga-ui/i18n": ">=3.0.0-rc.6", + "@taiga-ui/cdk": ">=3.0.0", + "@taiga-ui/i18n": ">=3.0.0", "@tinkoff/ng-event-plugins": ">=3.0.0", "@tinkoff/ng-polymorpheus": ">=4.0.0", "rxjs": ">=6.0.0" diff --git a/projects/i18n/package.json b/projects/i18n/package.json index 94c2f0092dd5..0504455da779 100644 --- a/projects/i18n/package.json +++ b/projects/i18n/package.json @@ -1,6 +1,6 @@ { "name": "@taiga-ui/i18n", - "version": "3.0.0-rc.6", + "version": "3.0.0", "description": "A package with tools for Taiga UI library i18n", "keywords": [ "angular", diff --git a/projects/icons/package.json b/projects/icons/package.json index 077e94119db8..af0cc3658c5e 100644 --- a/projects/icons/package.json +++ b/projects/icons/package.json @@ -1,6 +1,6 @@ { "name": "@taiga-ui/icons", - "version": "3.0.0-rc.6", + "version": "3.0.0", "description": "Taiga UI icons pack", "keywords": [ "angular", diff --git a/projects/kit/package.json b/projects/kit/package.json index 0e3b11f5ba79..a556781a2b7a 100644 --- a/projects/kit/package.json +++ b/projects/kit/package.json @@ -1,6 +1,6 @@ { "name": "@taiga-ui/kit", - "version": "3.0.0-rc.6", + "version": "3.0.0", "description": "Taiga UI Angular main components kit", "keywords": [ "angular", @@ -24,9 +24,9 @@ "@angular/router": ">=9.0.0", "@ng-web-apis/common": ">=2.0.0", "@ng-web-apis/mutation-observer": ">=2.0.0", - "@taiga-ui/cdk": ">=3.0.0-rc.6", - "@taiga-ui/core": ">=3.0.0-rc.6", - "@taiga-ui/i18n": ">=3.0.0-rc.6", + "@taiga-ui/cdk": ">=3.0.0", + "@taiga-ui/core": ">=3.0.0", + "@taiga-ui/i18n": ">=3.0.0", "@tinkoff/ng-polymorpheus": ">=4.0.0", "rxjs": ">=6.0.0" } diff --git a/projects/styles/package.json b/projects/styles/package.json index 855f7bc1f95c..c54d2863fa35 100644 --- a/projects/styles/package.json +++ b/projects/styles/package.json @@ -1,5 +1,5 @@ { "name": "@taiga-ui/styles", - "version": "3.0.0-rc.6", + "version": "3.0.0", "description": "Global Styles for Taiga UI" } diff --git a/projects/taiga-schematics/package.json b/projects/taiga-schematics/package.json index 177c9c44cf55..6d24d95a0401 100644 --- a/projects/taiga-schematics/package.json +++ b/projects/taiga-schematics/package.json @@ -1,6 +1,6 @@ { "name": "taiga-ui", - "version": "3.0.0-rc.6", + "version": "3.0.0", "description": "Taiga UI package that provides ng add command for Taiga library", "keywords": [ "angular", @@ -15,7 +15,7 @@ "repository": "https://github.com/tinkoff/taiga-ui", "license": "Apache-2.0", "dependencies": { - "@taiga-ui/cdk": "^3.0.0-rc.6", + "@taiga-ui/cdk": "^3.0.0", "tslib": "^2.0.0" }, "schematics": "../@taiga-ui/cdk/schematics/collection.json" diff --git a/projects/testing/package.json b/projects/testing/package.json index a2377886ea54..f7fa228aad24 100644 --- a/projects/testing/package.json +++ b/projects/testing/package.json @@ -1,6 +1,6 @@ { "name": "@taiga-ui/testing", - "version": "3.0.0-rc.6", + "version": "3.0.0", "description": "Utils functions for testing Taiga UI packages", "dependencies": { "cypress-image-snapshot": "^4.0.1",