diff --git a/README.md b/README.md index 9a0dcf3ad..a98631c35 100644 --- a/README.md +++ b/README.md @@ -1,26 +1,26 @@ # ![ng-web-apis logo](apps/demo/src/assets/images/web-api.svg) Web APIs for Angular -[![build.yml](https://github.com/tinkoff/ng-web-apis/actions/workflows/build.yml/badge.svg?branch=main)](https://github.com/tinkoff/ng-web-apis/actions/workflows/build.yml) +[![build.yml](https://github.com/taiga-family/ng-web-apis/actions/workflows/build.yml/badge.svg?branch=main)](https://github.com/taiga-family/ng-web-apis/actions/workflows/build.yml) High quality lightweight wrappers for native Web APIs for idiomatic use with Angular. See -[individual libraries](https://github.com/tinkoff/ng-web-apis/tree/main/libs) for more details. +[individual libraries](https://github.com/taiga-family/ng-web-apis/tree/main/libs) for more details. ## Review the Change Logs -- [`@ng-web-apis/audio`](https://github.com/tinkoff/ng-web-apis/blob/main/libs/audio/CHANGELOG.md) -- [`@ng-web-apis/canvas`](https://github.com/tinkoff/ng-web-apis/blob/main/libs/canvas/CHANGELOG.md) -- [`@ng-web-apis/common`](https://github.com/tinkoff/ng-web-apis/blob/main/libs/common/CHANGELOG.md) -- [`@ng-web-apis/geolocation`](https://github.com/tinkoff/ng-web-apis/blob/main/libs/geolocation/CHANGELOG.md) -- [`@ng-web-apis/intersection-observer`](https://github.com/tinkoff/ng-web-apis/blob/main/libs/intersection-observer/CHANGELOG.md) -- [`@ng-web-apis/midi`](https://github.com/tinkoff/ng-web-apis/blob/main/libs/midi/CHANGELOG.md) -- [`@ng-web-apis/mutation-observer`](https://github.com/tinkoff/ng-web-apis/blob/main/libs/mutation-observer/CHANGELOG.md) -- [`@ng-web-apis/payment-request`](https://github.com/tinkoff/ng-web-apis/blob/main/libs/payment-request/CHANGELOG.md) -- [`@ng-web-apis/permissions`](https://github.com/tinkoff/ng-web-apis/blob/main/libs/permissions/CHANGELOG.md) -- [`@ng-web-apis/resize-observer`](https://github.com/tinkoff/ng-web-apis/blob/main/libs/resize-observer/CHANGELOG.md) -- [`@ng-web-apis/speech`](https://github.com/tinkoff/ng-web-apis/blob/main/libs/speech/CHANGELOG.md) -- [`@ng-web-apis/storage`](https://github.com/tinkoff/ng-web-apis/blob/main/libs/storage/CHANGELOG.md) -- [`@ng-web-apis/universal`](https://github.com/tinkoff/ng-web-apis/blob/main/libs/universal/CHANGELOG.md) -- [`@ng-web-apis/workers`](https://github.com/tinkoff/ng-web-apis/blob/main/libs/workers/CHANGELOG.md) +- [`@ng-web-apis/audio`](https://github.com/taiga-family/ng-web-apis/blob/main/libs/audio/CHANGELOG.md) +- [`@ng-web-apis/canvas`](https://github.com/taiga-family/ng-web-apis/blob/main/libs/canvas/CHANGELOG.md) +- [`@ng-web-apis/common`](https://github.com/taiga-family/ng-web-apis/blob/main/libs/common/CHANGELOG.md) +- [`@ng-web-apis/geolocation`](https://github.com/taiga-family/ng-web-apis/blob/main/libs/geolocation/CHANGELOG.md) +- [`@ng-web-apis/intersection-observer`](https://github.com/taiga-family/ng-web-apis/blob/main/libs/intersection-observer/CHANGELOG.md) +- [`@ng-web-apis/midi`](https://github.com/taiga-family/ng-web-apis/blob/main/libs/midi/CHANGELOG.md) +- [`@ng-web-apis/mutation-observer`](https://github.com/taiga-family/ng-web-apis/blob/main/libs/mutation-observer/CHANGELOG.md) +- [`@ng-web-apis/payment-request`](https://github.com/taiga-family/ng-web-apis/blob/main/libs/payment-request/CHANGELOG.md) +- [`@ng-web-apis/permissions`](https://github.com/taiga-family/ng-web-apis/blob/main/libs/permissions/CHANGELOG.md) +- [`@ng-web-apis/resize-observer`](https://github.com/taiga-family/ng-web-apis/blob/main/libs/resize-observer/CHANGELOG.md) +- [`@ng-web-apis/speech`](https://github.com/taiga-family/ng-web-apis/blob/main/libs/speech/CHANGELOG.md) +- [`@ng-web-apis/storage`](https://github.com/taiga-family/ng-web-apis/blob/main/libs/storage/CHANGELOG.md) +- [`@ng-web-apis/universal`](https://github.com/taiga-family/ng-web-apis/blob/main/libs/universal/CHANGELOG.md) +- [`@ng-web-apis/workers`](https://github.com/taiga-family/ng-web-apis/blob/main/libs/workers/CHANGELOG.md) ## Core team diff --git a/apps/demo/src/app/pages/payment-request/payment-request-page.component.html b/apps/demo/src/app/pages/payment-request/payment-request-page.component.html index 74be09c38..d5d8e6ef6 100644 --- a/apps/demo/src/app/pages/payment-request/payment-request-page.component.html +++ b/apps/demo/src/app/pages/payment-request/payment-request-page.component.html @@ -29,7 +29,7 @@

How it works:

waPayment @@ -47,7 +47,7 @@

How it works:

Each item of the shipping cart is a  waPaymentItem @@ -72,7 +72,7 @@

How it works:

or an error. It works due a  waPaymentSubmit diff --git a/apps/demo/src/app/pages/speech/speech-page.component.html b/apps/demo/src/app/pages/speech/speech-page.component.html index d9f80851c..42610925e 100644 --- a/apps/demo/src/app/pages/speech/speech-page.component.html +++ b/apps/demo/src/app/pages/speech/speech-page.component.html @@ -51,7 +51,7 @@

More from @ng-web-apis

@@ -66,7 +66,7 @@

Workers

@@ -81,7 +81,7 @@

Canvas

diff --git a/libs/audio/CHANGELOG.md b/libs/audio/CHANGELOG.md index f96b6a37f..cd496537a 100644 --- a/libs/audio/CHANGELOG.md +++ b/libs/audio/CHANGELOG.md @@ -3,7 +3,7 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -## [3.0.2](https://github.com/tinkoff/ng-web-apis/compare/@ng-web-apis/audio@3.0.1...@ng-web-apis/audio@3.0.2) (2023-08-02) +## [3.0.2](https://github.com/taiga-family/ng-web-apis/compare/@ng-web-apis/audio@3.0.1...@ng-web-apis/audio@3.0.2) (2023-08-02) **Note:** Version bump only for package @ng-web-apis/audio @@ -12,7 +12,7 @@ All notable changes to this project will be documented in this file. See All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -## [3.0.1](https://github.com/tinkoff/ng-web-apis/compare/@ng-web-apis/audio@3.0.0...@ng-web-apis/audio@3.0.1) (2023-06-26) +## [3.0.1](https://github.com/taiga-family/ng-web-apis/compare/@ng-web-apis/audio@3.0.0...@ng-web-apis/audio@3.0.1) (2023-06-26) **Note:** Version bump only for package @ng-web-apis/audio @@ -25,20 +25,20 @@ All notable changes to this project will be documented in this file. See ### Features -- **audio:** remove `MediaStreamTrackAudioSourceNode` ([#91](https://github.com/tinkoff/ng-web-apis/issues/91)) - ([f49ad49](https://github.com/tinkoff/ng-web-apis/commit/f49ad4937f8bd376c4f439980cb3376c65f408d2)) -- **canvas:** add `transform` property and pipe ([#92](https://github.com/tinkoff/ng-web-apis/issues/92)) - ([ee37271](https://github.com/tinkoff/ng-web-apis/commit/ee372716bbc5dd0734b474d12102fec1d5ec3321)) -- geolocation ([#79](https://github.com/tinkoff/ng-web-apis/issues/79)) - ([1f906a8](https://github.com/tinkoff/ng-web-apis/commit/1f906a8f439ccf31e7c55811889c15f204033c2e)) -- midi ([#83](https://github.com/tinkoff/ng-web-apis/issues/83)) - ([273be2a](https://github.com/tinkoff/ng-web-apis/commit/273be2a946944c463ed475f4d91688cd0f7d8593)) +- **audio:** remove `MediaStreamTrackAudioSourceNode` ([#91](https://github.com/taiga-family/ng-web-apis/issues/91)) + ([f49ad49](https://github.com/taiga-family/ng-web-apis/commit/f49ad4937f8bd376c4f439980cb3376c65f408d2)) +- **canvas:** add `transform` property and pipe ([#92](https://github.com/taiga-family/ng-web-apis/issues/92)) + ([ee37271](https://github.com/taiga-family/ng-web-apis/commit/ee372716bbc5dd0734b474d12102fec1d5ec3321)) +- geolocation ([#79](https://github.com/taiga-family/ng-web-apis/issues/79)) + ([1f906a8](https://github.com/taiga-family/ng-web-apis/commit/1f906a8f439ccf31e7c55811889c15f204033c2e)) +- midi ([#83](https://github.com/taiga-family/ng-web-apis/issues/83)) + ([273be2a](https://github.com/taiga-family/ng-web-apis/commit/273be2a946944c463ed475f4d91688cd0f7d8593)) # Changelog This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver). -# [1.6.0](https://github.com/tinkoff/ng-web-apis/compare/@ng-web-apis/audio@1.5.1...@ng-web-apis/audio@1.6.0) (2023-06-22) +# [1.6.0](https://github.com/taiga-family/ng-web-apis/compare/@ng-web-apis/audio@1.5.1...@ng-web-apis/audio@1.6.0) (2023-06-22) ### [1.5.1](https://github.com/ng-web-apis/audio/compare/v1.5.0...v1.5.1) (2021-01-22) diff --git a/libs/audio/README.md b/libs/audio/README.md index eb21bec95..bc7685ac4 100644 --- a/libs/audio/README.md +++ b/libs/audio/README.md @@ -1,4 +1,4 @@ -# ![ng-web-apis logo](https://raw.githubusercontent.com/Tinkoff/ng-web-apis/main/libs/audio/logo.svg) Web Audio API for Angular +# ![ng-web-apis logo](https://raw.githubusercontent.com/taiga-family/ng-web-apis/main/libs/audio/logo.svg) Web Audio API for Angular [![npm version](https://img.shields.io/npm/v/@ng-web-apis/audio.svg)](https://npmjs.com/package/@ng-web-apis/audio) [![npm bundle size](https://img.shields.io/bundlephobia/minzip/@ng-web-apis/audio)](https://bundlephobia.com/result?p=@ng-web-apis/audio) @@ -6,8 +6,8 @@ This is a library for declarative use of [Web Audio API](https://developer.mozilla.org/en-US/docs/Web/API/Web_Audio_API) with Angular 7+. It is a complete conversion to declarative Angular directives, if you find any inconsistencies or -errors, please [file an issue](https://github.com/tinkoff/ng-web-apis/issues). Watch out for 💡 emoji in this README for -additional features and special use cases. +errors, please [file an issue](https://github.com/taiga-family/ng-web-apis/issues). Watch out for 💡 emoji in this +README for additional features and special use cases. ## How to use @@ -239,7 +239,7 @@ through argument binding combined with dynamic property binding as seen above. To schedule an audio envelope looking something like this: -![Envelope](https://raw.githubusercontent.com/Tinkoff/ng-web-apis/main/libs/audio/envelope.png) +![Envelope](https://raw.githubusercontent.com/taiga-family/ng-web-apis/main/libs/audio/envelope.png) You would need to pass the following array of `AudioParamAutomation` items: @@ -354,20 +354,14 @@ not support it ## Angular Universal If you want to use this package with SSR, you need to mock native Web Audio API classes on the server. You can use our -Universal package for this, see [this example](https://github.com/tinkoff/ng-web-apis/tree/main/libs/universal#mocks). +Universal package for this, see +[this example](https://github.com/taiga-family/ng-web-apis/tree/main/libs/universal#mocks). ## Demo -You can [try online demo here](https://tinkoff.github.io/ng-web-apis/audio) +You can [try online demo here](https://taiga-family.github.io/ng-web-apis/audio) ## See also -Other [Web APIs for Angular](https://tinkoff.github.io/ng-web-apis/) by -[@ng-web-apis](https://github.com/tinkoff/ng-web-apis) - -## Open-source - -Do you also want to open-source something, but hate the collateral work? Check out this -[Angular Open-source Library Starter](https://github.com/TinkoffCreditSystems/angular-open-source-starter) we’ve created -for our projects. It got you covered on continuous integration, pre-commit checks, linting, versioning + changelog, code -coverage and all that jazz. +Other [Web APIs for Angular](https://taiga-family.github.io/ng-web-apis/) by +[@ng-web-apis](https://github.com/taiga-family/ng-web-apis) diff --git a/libs/audio/package.json b/libs/audio/package.json index 4e9d368f4..93c737e1a 100644 --- a/libs/audio/package.json +++ b/libs/audio/package.json @@ -9,9 +9,9 @@ "web audio", "web audio api" ], - "homepage": "https://github.com/tinkoff/common/blob/main/libs/audio/README.md", - "bugs": "https://github.com/tinkoff/ng-web-apis/issues", - "repository": "https://github.com/tinkoff/ng-web-apis", + "homepage": "https://github.com/taiga-family/ng-web-apis/blob/main/libs/audio/README.md", + "bugs": "https://github.com/taiga-family/ng-web-apis/issues", + "repository": "https://github.com/taiga-family/ng-web-apis", "license": "Apache-2.0", "author": { "name": "Alex Inkin", diff --git a/libs/canvas/CHANGELOG.md b/libs/canvas/CHANGELOG.md index 25bd5e466..46d172f94 100644 --- a/libs/canvas/CHANGELOG.md +++ b/libs/canvas/CHANGELOG.md @@ -3,7 +3,7 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -## [3.0.2](https://github.com/tinkoff/ng-web-apis/compare/@ng-web-apis/canvas@3.0.1...@ng-web-apis/canvas@3.0.2) (2023-08-02) +## [3.0.2](https://github.com/taiga-family/ng-web-apis/compare/@ng-web-apis/canvas@3.0.1...@ng-web-apis/canvas@3.0.2) (2023-08-02) **Note:** Version bump only for package @ng-web-apis/canvas @@ -12,7 +12,7 @@ All notable changes to this project will be documented in this file. See All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -## [3.0.1](https://github.com/tinkoff/ng-web-apis/compare/@ng-web-apis/canvas@3.0.0...@ng-web-apis/canvas@3.0.1) (2023-06-26) +## [3.0.1](https://github.com/taiga-family/ng-web-apis/compare/@ng-web-apis/canvas@3.0.0...@ng-web-apis/canvas@3.0.1) (2023-06-26) **Note:** Version bump only for package @ng-web-apis/canvas @@ -25,10 +25,10 @@ All notable changes to this project will be documented in this file. See ### Features -- **canvas:** add `transform` property and pipe ([#92](https://github.com/tinkoff/ng-web-apis/issues/92)) - ([ee37271](https://github.com/tinkoff/ng-web-apis/commit/ee372716bbc5dd0734b474d12102fec1d5ec3321)) -- geolocation ([#79](https://github.com/tinkoff/ng-web-apis/issues/79)) - ([1f906a8](https://github.com/tinkoff/ng-web-apis/commit/1f906a8f439ccf31e7c55811889c15f204033c2e)) +- **canvas:** add `transform` property and pipe ([#92](https://github.com/taiga-family/ng-web-apis/issues/92)) + ([ee37271](https://github.com/taiga-family/ng-web-apis/commit/ee372716bbc5dd0734b474d12102fec1d5ec3321)) +- geolocation ([#79](https://github.com/taiga-family/ng-web-apis/issues/79)) + ([1f906a8](https://github.com/taiga-family/ng-web-apis/commit/1f906a8f439ccf31e7c55811889c15f204033c2e)) # Changelog diff --git a/libs/canvas/README.md b/libs/canvas/README.md index 8575f26c2..9390d2299 100644 --- a/libs/canvas/README.md +++ b/libs/canvas/README.md @@ -1,4 +1,4 @@ -# ![ng-web-apis logo](https://raw.githubusercontent.com/Tinkoff/ng-web-apis/main/libs/canvas/logo.svg) Canvas API for Angular +# ![ng-web-apis logo](https://raw.githubusercontent.com/taiga-family/ng-web-apis/main/libs/canvas/logo.svg) Canvas API for Angular [![npm version](https://img.shields.io/npm/v/@ng-web-apis/canvas.svg)](https://npmjs.com/package/@ng-web-apis/canvas) [![npm bundle size](https://img.shields.io/bundlephobia/minzip/@ng-web-apis/canvas)](https://bundlephobia.com/result?p=@ng-web-apis/canvas) @@ -9,7 +9,7 @@ Angular. ## Install -If you do not have [@ng-web-apis/common](https://github.com/tinkoff/ng-web-apis/tree/main/libs/common): +If you do not have [@ng-web-apis/common](https://github.com/taiga-family/ng-web-apis/tree/main/libs/common): ```bash npm i @ng-web-apis/common @@ -166,12 +166,5 @@ operations: ## See also -Other [Web APIs for Angular](https://tinkoff.github.io/ng-web-apis/) by -[@ng-web-apis](https://github.com/tinkoff/ng-web-apis) - -## Open-source - -Do you also want to open-source something, but hate the collateral work? Check out this -[Angular Open-source Library Starter](https://github.com/TinkoffCreditSystems/angular-open-source-starter) we’ve created -for our projects. It got you covered on continuous integration, pre-commit checks, linting, versioning + changelog, code -coverage and all that jazz. +Other [Web APIs for Angular](https://taiga-family.github.io/ng-web-apis/) by +[@ng-web-apis](https://github.com/taiga-family/ng-web-apis) diff --git a/libs/canvas/package.json b/libs/canvas/package.json index 76322ab2b..5d9fbee18 100644 --- a/libs/canvas/package.json +++ b/libs/canvas/package.json @@ -12,9 +12,9 @@ "webgl", "graphic" ], - "homepage": "https://github.com/tinkoff/common/blob/main/libs/canvas/README.md", - "bugs": "https://github.com/tinkoff/ng-web-apis/issues", - "repository": "https://github.com/tinkoff/ng-web-apis", + "homepage": "https://github.com/taiga-family/ng-web-apis/blob/main/libs/canvas/README.md", + "bugs": "https://github.com/taiga-family/ng-web-apis/issues", + "repository": "https://github.com/taiga-family/ng-web-apis", "license": "Apache-2.0", "author": { "name": "Alexander Inkin", diff --git a/libs/common/CHANGELOG.md b/libs/common/CHANGELOG.md index f9e39e911..f2add56c1 100644 --- a/libs/common/CHANGELOG.md +++ b/libs/common/CHANGELOG.md @@ -3,7 +3,7 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -## [3.0.2](https://github.com/tinkoff/ng-web-apis/compare/@ng-web-apis/common@3.0.1...@ng-web-apis/common@3.0.2) (2023-08-02) +## [3.0.2](https://github.com/taiga-family/ng-web-apis/compare/@ng-web-apis/common@3.0.1...@ng-web-apis/common@3.0.2) (2023-08-02) **Note:** Version bump only for package @ng-web-apis/common @@ -12,7 +12,7 @@ All notable changes to this project will be documented in this file. See All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -## [3.0.1](https://github.com/tinkoff/ng-web-apis/compare/@ng-web-apis/common@3.0.0...@ng-web-apis/common@3.0.1) (2023-06-26) +## [3.0.1](https://github.com/taiga-family/ng-web-apis/compare/@ng-web-apis/common@3.0.0...@ng-web-apis/common@3.0.1) (2023-06-26) **Note:** Version bump only for package @ng-web-apis/common @@ -25,8 +25,8 @@ All notable changes to this project will be documented in this file. See ### Features -- geolocation ([#79](https://github.com/tinkoff/ng-web-apis/issues/79)) - ([1f906a8](https://github.com/tinkoff/ng-web-apis/commit/1f906a8f439ccf31e7c55811889c15f204033c2e)) +- geolocation ([#79](https://github.com/taiga-family/ng-web-apis/issues/79)) + ([1f906a8](https://github.com/taiga-family/ng-web-apis/commit/1f906a8f439ccf31e7c55811889c15f204033c2e)) # Changelog diff --git a/libs/common/README.md b/libs/common/README.md index 17bdb56a6..be321a777 100644 --- a/libs/common/README.md +++ b/libs/common/README.md @@ -1,4 +1,4 @@ -# ![logo](https://raw.githubusercontent.com/Tinkoff/ng-web-apis/main/libs/common/logo.svg) Common utils for Web APIs +# ![logo](https://raw.githubusercontent.com/taiga-family/ng-web-apis/main/libs/common/logo.svg) Common utils for Web APIs [![npm version](https://img.shields.io/npm/v/@ng-web-apis/common.svg)](https://npmjs.com/package/@ng-web-apis/common) [![npm bundle size](https://img.shields.io/bundlephobia/minzip/@ng-web-apis/common)](https://bundlephobia.com/result?p=@ng-web-apis/common) diff --git a/libs/common/package.json b/libs/common/package.json index 00e3b7f13..31634b7c8 100644 --- a/libs/common/package.json +++ b/libs/common/package.json @@ -11,9 +11,9 @@ "navigator", "user agent" ], - "homepage": "https://github.com/tinkoff/common/blob/main/libs/common/README.md", - "bugs": "https://github.com/tinkoff/ng-web-apis/issues", - "repository": "https://github.com/tinkoff/ng-web-apis", + "homepage": "https://github.com/taiga-family/ng-web-apis/blob/main/libs/common/README.md", + "bugs": "https://github.com/taiga-family/ng-web-apis/issues", + "repository": "https://github.com/taiga-family/ng-web-apis", "license": "Apache-2.0", "author": { "name": "Alex Inkin", diff --git a/libs/geolocation/CHANGELOG.md b/libs/geolocation/CHANGELOG.md index 125b3e81f..e49f678b0 100644 --- a/libs/geolocation/CHANGELOG.md +++ b/libs/geolocation/CHANGELOG.md @@ -3,7 +3,7 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -## [3.0.2](https://github.com/tinkoff/ng-web-apis/compare/@ng-web-apis/geolocation@3.0.1...@ng-web-apis/geolocation@3.0.2) (2023-08-02) +## [3.0.2](https://github.com/taiga-family/ng-web-apis/compare/@ng-web-apis/geolocation@3.0.1...@ng-web-apis/geolocation@3.0.2) (2023-08-02) **Note:** Version bump only for package @ng-web-apis/geolocation @@ -12,7 +12,7 @@ All notable changes to this project will be documented in this file. See All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -## [3.0.1](https://github.com/tinkoff/ng-web-apis/compare/@ng-web-apis/geolocation@3.0.0...@ng-web-apis/geolocation@3.0.1) (2023-06-26) +## [3.0.1](https://github.com/taiga-family/ng-web-apis/compare/@ng-web-apis/geolocation@3.0.0...@ng-web-apis/geolocation@3.0.1) (2023-06-26) **Note:** Version bump only for package @ng-web-apis/geolocation @@ -25,10 +25,10 @@ All notable changes to this project will be documented in this file. See ### Features -- **canvas:** add `transform` property and pipe ([#92](https://github.com/tinkoff/ng-web-apis/issues/92)) - ([ee37271](https://github.com/tinkoff/ng-web-apis/commit/ee372716bbc5dd0734b474d12102fec1d5ec3321)) -- geolocation ([#79](https://github.com/tinkoff/ng-web-apis/issues/79)) - ([1f906a8](https://github.com/tinkoff/ng-web-apis/commit/1f906a8f439ccf31e7c55811889c15f204033c2e)) +- **canvas:** add `transform` property and pipe ([#92](https://github.com/taiga-family/ng-web-apis/issues/92)) + ([ee37271](https://github.com/taiga-family/ng-web-apis/commit/ee372716bbc5dd0734b474d12102fec1d5ec3321)) +- geolocation ([#79](https://github.com/taiga-family/ng-web-apis/issues/79)) + ([1f906a8](https://github.com/taiga-family/ng-web-apis/commit/1f906a8f439ccf31e7c55811889c15f204033c2e)) # Changelog diff --git a/libs/geolocation/README.md b/libs/geolocation/README.md index dc83d270b..6ed24e36f 100644 --- a/libs/geolocation/README.md +++ b/libs/geolocation/README.md @@ -1,4 +1,4 @@ -# ![ng-web-apis logo](https://raw.githubusercontent.com/Tinkoff/ng-web-apis/main/libs/geolocation/logo.svg) Geolocation API for Angular +# ![ng-web-apis logo](https://raw.githubusercontent.com/taiga-family/ng-web-apis/main/libs/geolocation/logo.svg) Geolocation API for Angular [![npm version](https://img.shields.io/npm/v/@ng-web-apis/geolocation.svg)](https://npmjs.com/package/@ng-web-apis/geolocation) ![npm bundle size](https://img.shields.io/bundlephobia/minzip/@ng-web-apis/geolocation) @@ -9,7 +9,7 @@ This is an `Observable` based abstraction over ## Install -If you do not have [@ng-web-apis/common](https://github.com/tinkoff/ng-web-apis/tree/main/libs/common): +If you do not have [@ng-web-apis/common](https://github.com/taiga-family/ng-web-apis/tree/main/libs/common): ```bash npm i @ng-web-apis/common @@ -104,16 +104,9 @@ export class AppModule {} ## Demo -You can [try online demo here](https://tinkoff.github.io/ng-web-apis/geolocation) +You can [try online demo here](https://taiga-family.github.io/ng-web-apis/geolocation) ## See also -Other [Web APIs for Angular](https://tinkoff.github.io/ng-web-apis/) by -[@ng-web-apis](https://github.com/tinkoff/ng-web-apis) - -## Open-source - -Do you also want to open-source something, but hate the collateral work? Check out this -[Angular Open-source Library Starter](https://github.com/TinkoffCreditSystems/angular-open-source-starter) we’ve created -for our projects. It got you covered on continuous integration, pre-commit checks, linting, versioning + changelog, code -coverage and all that jazz. +Other [Web APIs for Angular](https://taiga-family.github.io/ng-web-apis/) by +[@ng-web-apis](https://github.com/taiga-family/ng-web-apis) diff --git a/libs/geolocation/package.json b/libs/geolocation/package.json index a5f727a22..e93e2c1e2 100644 --- a/libs/geolocation/package.json +++ b/libs/geolocation/package.json @@ -10,9 +10,9 @@ "pwa", "progressive web app" ], - "homepage": "https://github.com/tinkoff/common/blob/main/libs/geolocation/README.md", - "bugs": "https://github.com/tinkoff/ng-web-apis/issues", - "repository": "https://github.com/tinkoff/ng-web-apis", + "homepage": "https://github.com/taiga-family/ng-web-apis/blob/main/libs/geolocation/README.md", + "bugs": "https://github.com/taiga-family/ng-web-apis/issues", + "repository": "https://github.com/taiga-family/ng-web-apis", "license": "Apache-2.0", "author": { "name": "Vladimir Potekhin", diff --git a/libs/intersection-observer/CHANGELOG.md b/libs/intersection-observer/CHANGELOG.md index e266a2543..1311172cc 100644 --- a/libs/intersection-observer/CHANGELOG.md +++ b/libs/intersection-observer/CHANGELOG.md @@ -3,7 +3,7 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -## [3.1.2](https://github.com/tinkoff/ng-web-apis/compare/@ng-web-apis/intersection-observer@3.1.1...@ng-web-apis/intersection-observer@3.1.2) (2023-08-02) +## [3.1.2](https://github.com/taiga-family/ng-web-apis/compare/@ng-web-apis/intersection-observer@3.1.1...@ng-web-apis/intersection-observer@3.1.2) (2023-08-02) **Note:** Version bump only for package @ng-web-apis/intersection-observer @@ -12,7 +12,7 @@ All notable changes to this project will be documented in this file. See All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -## [3.1.1](https://github.com/tinkoff/ng-web-apis/compare/@ng-web-apis/intersection-observer@3.1.0...@ng-web-apis/intersection-observer@3.1.1) (2023-06-26) +## [3.1.1](https://github.com/taiga-family/ng-web-apis/compare/@ng-web-apis/intersection-observer@3.1.0...@ng-web-apis/intersection-observer@3.1.1) (2023-06-26) **Note:** Version bump only for package @ng-web-apis/intersection-observer @@ -25,8 +25,8 @@ All notable changes to this project will be documented in this file. See ### Features -- intersection-observer ([#82](https://github.com/tinkoff/ng-web-apis/issues/82)) - ([32fd540](https://github.com/tinkoff/ng-web-apis/commit/32fd540cc0f50645b1b840cf57e1e5734640234b)) +- intersection-observer ([#82](https://github.com/taiga-family/ng-web-apis/issues/82)) + ([32fd540](https://github.com/taiga-family/ng-web-apis/commit/32fd540cc0f50645b1b840cf57e1e5734640234b)) # Changelog diff --git a/libs/intersection-observer/README.md b/libs/intersection-observer/README.md index be1399fe2..f392c93e8 100644 --- a/libs/intersection-observer/README.md +++ b/libs/intersection-observer/README.md @@ -1,4 +1,4 @@ -# ![ng-web-apis logo](https://raw.githubusercontent.com/Tinkoff/ng-web-apis/main/libs/intersection-observer/logo.svg) Intersection Observer API for Angular +# ![ng-web-apis logo](https://raw.githubusercontent.com/taiga-family/ng-web-apis/main/libs/intersection-observer/logo.svg) Intersection Observer API for Angular [![npm version](https://img.shields.io/npm/v/@ng-web-apis/intersection-observer.svg)](https://npmjs.com/package/@ng-web-apis/intersection-observer) [![npm bundle size](https://img.shields.io/bundlephobia/minzip/@ng-web-apis/intersection-observer)](https://bundlephobia.com/result?p=@ng-web-apis/intersection-observer) @@ -8,7 +8,7 @@ This is a library for declarative use of ## Install -If you do not have [@ng-web-apis/common](https://github.com/tinkoff/ng-web-apis/tree/main/libs/common): +If you do not have [@ng-web-apis/common](https://github.com/taiga-family/ng-web-apis/tree/main/libs/common): ```bash npm i @ng-web-apis/common @@ -43,7 +43,7 @@ following line to your `setup.ts`: import '@ng-web-apis/universal/mocks'; ``` -to use mocks from [@ng-web-apis/universal](https://github.com/tinkoff/ng-web-apis/tree/main/libs/universal#mocks) +to use mocks from [@ng-web-apis/universal](https://github.com/taiga-family/ng-web-apis/tree/main/libs/universal#mocks) package. ## Examples @@ -119,20 +119,14 @@ export class MyComponent { ## Angular Universal If you want to use this package with SSR, you need to mock `IntersectionObserver` class on the server. You can use our -Universal package for this, see [this example](https://github.com/tinkoff/ng-web-apis/tree/main/libs/universal#mocks). +Universal package for this, see +[this example](https://github.com/taiga-family/ng-web-apis/tree/main/libs/universal#mocks). ## Demo -You can [try online demo here](https://tinkoff.github.io/ng-web-apis/intersection-observer) +You can [try online demo here](https://taiga-family.github.io/ng-web-apis/intersection-observer) ## See also -Other [Web APIs for Angular](https://tinkoff.github.io/ng-web-apis/) by -[@ng-web-apis](https://github.com/tinkoff/ng-web-apis) - -## Open-source - -Do you also want to open-source something, but hate the collateral work? Check out this -[Angular Open-source Library Starter](https://github.com/TinkoffCreditSystems/angular-open-source-starter) we’ve created -for our projects. It got you covered on continuous integration, pre-commit checks, linting, versioning + changelog, code -coverage and all that jazz. +Other [Web APIs for Angular](https://taiga-family.github.io/ng-web-apis/) by +[@ng-web-apis](https://github.com/taiga-family/ng-web-apis) diff --git a/libs/intersection-observer/package.json b/libs/intersection-observer/package.json index cdd1e0935..b9fed5b19 100644 --- a/libs/intersection-observer/package.json +++ b/libs/intersection-observer/package.json @@ -8,9 +8,9 @@ "intersection", "observer" ], - "homepage": "https://github.com/tinkoff/common/blob/main/libs/intersection-observer/README.md", - "bugs": "https://github.com/tinkoff/ng-web-apis/issues", - "repository": "https://github.com/tinkoff/ng-web-apis", + "homepage": "https://github.com/taiga-family/ng-web-apis/blob/main/libs/intersection-observer/README.md", + "bugs": "https://github.com/taiga-family/ng-web-apis/issues", + "repository": "https://github.com/taiga-family/ng-web-apis", "license": "Apache-2.0", "author": { "name": "Alexander Inkin", diff --git a/libs/midi/CHANGELOG.md b/libs/midi/CHANGELOG.md index 0be3dd3cf..d1f96bc7f 100644 --- a/libs/midi/CHANGELOG.md +++ b/libs/midi/CHANGELOG.md @@ -3,7 +3,7 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -## [3.0.2](https://github.com/tinkoff/ng-web-apis/compare/@ng-web-apis/midi@3.0.1...@ng-web-apis/midi@3.0.2) (2023-08-02) +## [3.0.2](https://github.com/taiga-family/ng-web-apis/compare/@ng-web-apis/midi@3.0.1...@ng-web-apis/midi@3.0.2) (2023-08-02) **Note:** Version bump only for package @ng-web-apis/midi @@ -12,7 +12,7 @@ All notable changes to this project will be documented in this file. See All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -## [3.0.1](https://github.com/tinkoff/ng-web-apis/compare/@ng-web-apis/midi@3.0.0...@ng-web-apis/midi@3.0.1) (2023-06-26) +## [3.0.1](https://github.com/taiga-family/ng-web-apis/compare/@ng-web-apis/midi@3.0.0...@ng-web-apis/midi@3.0.1) (2023-06-26) **Note:** Version bump only for package @ng-web-apis/midi @@ -25,10 +25,10 @@ All notable changes to this project will be documented in this file. See ### Features -- midi ([#83](https://github.com/tinkoff/ng-web-apis/issues/83)) - ([273be2a](https://github.com/tinkoff/ng-web-apis/commit/273be2a946944c463ed475f4d91688cd0f7d8593)) -- payment ([#85](https://github.com/tinkoff/ng-web-apis/issues/85)) - ([0cf8c4b](https://github.com/tinkoff/ng-web-apis/commit/0cf8c4b8b9890013afd1de301d5bd5cd60d5ec18)) +- midi ([#83](https://github.com/taiga-family/ng-web-apis/issues/83)) + ([273be2a](https://github.com/taiga-family/ng-web-apis/commit/273be2a946944c463ed475f4d91688cd0f7d8593)) +- payment ([#85](https://github.com/taiga-family/ng-web-apis/issues/85)) + ([0cf8c4b](https://github.com/taiga-family/ng-web-apis/commit/0cf8c4b8b9890013afd1de301d5bd5cd60d5ec18)) # Changelog diff --git a/libs/midi/README.md b/libs/midi/README.md index 8009bf0f8..2586935a1 100644 --- a/libs/midi/README.md +++ b/libs/midi/README.md @@ -1,4 +1,4 @@ -# ![ng-web-apis logo](https://raw.githubusercontent.com/Tinkoff/ng-web-apis/main/libs/midi/logo.svg) Web MIDI API for Angular +# ![ng-web-apis logo](https://raw.githubusercontent.com/taiga-family/ng-web-apis/main/libs/midi/logo.svg) Web MIDI API for Angular [![npm version](https://img.shields.io/npm/v/@ng-web-apis/midi.svg)](https://npmjs.com/package/@ng-web-apis/midi) [![npm bundle size](https://img.shields.io/bundlephobia/minzip/@ng-web-apis/midi)](https://bundlephobia.com/result?p=@ng-web-apis/midi) @@ -9,7 +9,7 @@ with Angular. ## Install -If you do not have [@ng-web-apis/common](https://github.com/tinkoff/ng-web-apis/tree/main/libs/common): +If you do not have [@ng-web-apis/common](https://github.com/taiga-family/ng-web-apis/tree/main/libs/common): ```bash npm i @ng-web-apis/common @@ -93,8 +93,8 @@ messages$.pipe(filterByChannel(1), aftertouch()); - `programChange` - `sustainPedal` -If you believe other operators could be helpful, please [file an issue](https://github.com/tinkoff/ng-web-apis/issues) -explaining what would you like to be added and why. +If you believe other operators could be helpful, please +[file an issue](https://github.com/taiga-family/ng-web-apis/issues) explaining what would you like to be added and why. ### Operators @@ -123,12 +123,5 @@ You can [try online demo here](https://stackblitz.com/github/ng-web-apis/midi/tr ## See also -Other [Web APIs for Angular](https://tinkoff.github.io/ng-web-apis/) by -[@ng-web-apis](https://github.com/tinkoff/ng-web-apis) - -## Open-source - -Do you also want to open-source something, but hate the collateral work? Check out this -[Angular Open-source Library Starter](https://github.com/TinkoffCreditSystems/angular-open-source-starter) we’ve created -for our projects. It got you covered on continuous integration, pre-commit checks, linting, versioning + changelog, code -coverage and all that jazz. +Other [Web APIs for Angular](https://taiga-family.github.io/ng-web-apis/) by +[@ng-web-apis](https://github.com/taiga-family/ng-web-apis) diff --git a/libs/midi/package.json b/libs/midi/package.json index 379ec4b50..860bc1236 100644 --- a/libs/midi/package.json +++ b/libs/midi/package.json @@ -11,9 +11,9 @@ "synth", "keyboard" ], - "homepage": "https://github.com/tinkoff/common/blob/main/libs/midi/README.md", - "bugs": "https://github.com/tinkoff/ng-web-apis/issues", - "repository": "https://github.com/tinkoff/ng-web-apis", + "homepage": "https://github.com/taiga-family/ng-web-apis/blob/main/libs/midi/README.md", + "bugs": "https://github.com/taiga-family/ng-web-apis/issues", + "repository": "https://github.com/taiga-family/ng-web-apis", "license": "Apache-2.0", "author": { "name": "Alexander Inkin", diff --git a/libs/mutation-observer/CHANGELOG.md b/libs/mutation-observer/CHANGELOG.md index d8ddafbf3..842eb1e2f 100644 --- a/libs/mutation-observer/CHANGELOG.md +++ b/libs/mutation-observer/CHANGELOG.md @@ -3,7 +3,7 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -## [3.0.2](https://github.com/tinkoff/ng-web-apis/compare/@ng-web-apis/mutation-observer@3.0.1...@ng-web-apis/mutation-observer@3.0.2) (2023-08-02) +## [3.0.2](https://github.com/taiga-family/ng-web-apis/compare/@ng-web-apis/mutation-observer@3.0.1...@ng-web-apis/mutation-observer@3.0.2) (2023-08-02) **Note:** Version bump only for package @ng-web-apis/mutation-observer @@ -12,7 +12,7 @@ All notable changes to this project will be documented in this file. See All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -## [3.0.1](https://github.com/tinkoff/ng-web-apis/compare/@ng-web-apis/mutation-observer@3.0.0...@ng-web-apis/mutation-observer@3.0.1) (2023-06-26) +## [3.0.1](https://github.com/taiga-family/ng-web-apis/compare/@ng-web-apis/mutation-observer@3.0.0...@ng-web-apis/mutation-observer@3.0.1) (2023-06-26) **Note:** Version bump only for package @ng-web-apis/mutation-observer @@ -25,10 +25,10 @@ All notable changes to this project will be documented in this file. See ### Features -- **canvas:** add `transform` property and pipe ([#92](https://github.com/tinkoff/ng-web-apis/issues/92)) - ([ee37271](https://github.com/tinkoff/ng-web-apis/commit/ee372716bbc5dd0734b474d12102fec1d5ec3321)) -- mutation-observer ([#84](https://github.com/tinkoff/ng-web-apis/issues/84)) - ([152cd6c](https://github.com/tinkoff/ng-web-apis/commit/152cd6ccd3c6227e4268a595230ea848e06a966e)) +- **canvas:** add `transform` property and pipe ([#92](https://github.com/taiga-family/ng-web-apis/issues/92)) + ([ee37271](https://github.com/taiga-family/ng-web-apis/commit/ee372716bbc5dd0734b474d12102fec1d5ec3321)) +- mutation-observer ([#84](https://github.com/taiga-family/ng-web-apis/issues/84)) + ([152cd6c](https://github.com/taiga-family/ng-web-apis/commit/152cd6ccd3c6227e4268a595230ea848e06a966e)) # Changelog diff --git a/libs/mutation-observer/README.md b/libs/mutation-observer/README.md index dc77f1442..732b3f052 100644 --- a/libs/mutation-observer/README.md +++ b/libs/mutation-observer/README.md @@ -1,7 +1,7 @@ -# ![ng-web-apis logo](https://raw.githubusercontent.com/Tinkoff/ng-web-apis/main/libs/mutation-observer/logo.svg) Mutation Observer API for Angular +# ![ng-web-apis logo](https://raw.githubusercontent.com/taiga-family/ng-web-apis/main/libs/mutation-observer/logo.svg) Mutation Observer API for Angular > Part of > -> [Web APIs for Angular](https://tinkoff.github.io/ng-web-apis/) +> [Web APIs for Angular](https://taiga-family.github.io/ng-web-apis/) [![npm version](https://img.shields.io/npm/v/@ng-web-apis/mutation-observer.svg)](https://npmjs.com/package/@ng-web-apis/mutation-observer) [![npm bundle size](https://img.shields.io/bundlephobia/minzip/@ng-web-apis/mutation-observer)](https://bundlephobia.com/result?p=@ng-web-apis/mutation-observer) @@ -14,7 +14,7 @@ This is a library for declarative use of ## Install -If you do not have [@ng-web-apis/common](https://github.com/tinkoff/ng-web-apis/tree/main/libs/common): +If you do not have [@ng-web-apis/common](https://github.com/taiga-family/ng-web-apis/tree/main/libs/common): ```bash npm i @ng-web-apis/common @@ -68,20 +68,14 @@ attributes are `boolean` meaning no need to explicitly set them to `true`. ## Angular Universal If you want to use this package with SSR, you need to mock `MutationObserver` class on the server. You can use our -Universal package for this, see [this example](https://github.com/tinkoff/ng-web-apis/tree/main/libs/universal#mocks). +Universal package for this, see +[this example](https://github.com/taiga-family/ng-web-apis/tree/main/libs/universal#mocks). ## Demo -You can [try online demo here](https://tinkoff.github.io/ng-web-apis/mutation-observer) +You can [try online demo here](https://taiga-family.github.io/ng-web-apis/mutation-observer) ## See also -Other [Web APIs for Angular](https://tinkoff.github.io/ng-web-apis/) by -[@ng-web-apis](https://github.com/tinkoff/ng-web-apis) - -## Open-source - -Do you also want to open-source something, but hate the collateral work? Check out this -[Angular Open-source Library Starter](https://github.com/TinkoffCreditSystems/angular-open-source-starter) we’ve created -for our projects. It got you covered on continuous integration, pre-commit checks, linting, versioning + changelog, code -coverage and all that jazz. +Other [Web APIs for Angular](https://taiga-family.github.io/ng-web-apis/) by +[@ng-web-apis](https://github.com/taiga-family/ng-web-apis) diff --git a/libs/mutation-observer/package.json b/libs/mutation-observer/package.json index ab21dd0f6..322b6b084 100644 --- a/libs/mutation-observer/package.json +++ b/libs/mutation-observer/package.json @@ -8,9 +8,9 @@ "mutation", "observer" ], - "homepage": "https://github.com/tinkoff/common/blob/main/libs/mutation-observer/README.md", - "bugs": "https://github.com/tinkoff/ng-web-apis/issues", - "repository": "https://github.com/tinkoff/ng-web-apis", + "homepage": "https://github.com/taiga-family/ng-web-apis/blob/main/libs/mutation-observer/README.md", + "bugs": "https://github.com/taiga-family/ng-web-apis/issues", + "repository": "https://github.com/taiga-family/ng-web-apis", "license": "Apache-2.0", "author": { "name": "Alexander Inkin", diff --git a/libs/payment-request/CHANGELOG.md b/libs/payment-request/CHANGELOG.md index 7ab4f1257..d6765de20 100644 --- a/libs/payment-request/CHANGELOG.md +++ b/libs/payment-request/CHANGELOG.md @@ -3,7 +3,7 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -## [3.0.2](https://github.com/tinkoff/ng-web-apis/compare/@ng-web-apis/payment-request@3.0.1...@ng-web-apis/payment-request@3.0.2) (2023-08-02) +## [3.0.2](https://github.com/taiga-family/ng-web-apis/compare/@ng-web-apis/payment-request@3.0.1...@ng-web-apis/payment-request@3.0.2) (2023-08-02) **Note:** Version bump only for package @ng-web-apis/payment-request @@ -12,7 +12,7 @@ All notable changes to this project will be documented in this file. See All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -## [3.0.1](https://github.com/tinkoff/ng-web-apis/compare/@ng-web-apis/payment-request@3.0.0...@ng-web-apis/payment-request@3.0.1) (2023-06-26) +## [3.0.1](https://github.com/taiga-family/ng-web-apis/compare/@ng-web-apis/payment-request@3.0.0...@ng-web-apis/payment-request@3.0.1) (2023-06-26) **Note:** Version bump only for package @ng-web-apis/payment-request @@ -25,10 +25,10 @@ All notable changes to this project will be documented in this file. See ### Features -- **canvas:** add `transform` property and pipe ([#92](https://github.com/tinkoff/ng-web-apis/issues/92)) - ([ee37271](https://github.com/tinkoff/ng-web-apis/commit/ee372716bbc5dd0734b474d12102fec1d5ec3321)) -- payment ([#85](https://github.com/tinkoff/ng-web-apis/issues/85)) - ([0cf8c4b](https://github.com/tinkoff/ng-web-apis/commit/0cf8c4b8b9890013afd1de301d5bd5cd60d5ec18)) +- **canvas:** add `transform` property and pipe ([#92](https://github.com/taiga-family/ng-web-apis/issues/92)) + ([ee37271](https://github.com/taiga-family/ng-web-apis/commit/ee372716bbc5dd0734b474d12102fec1d5ec3321)) +- payment ([#85](https://github.com/taiga-family/ng-web-apis/issues/85)) + ([0cf8c4b](https://github.com/taiga-family/ng-web-apis/commit/0cf8c4b8b9890013afd1de301d5bd5cd60d5ec18)) # Changelog diff --git a/libs/payment-request/README.md b/libs/payment-request/README.md index 2760d41fa..74982d580 100644 --- a/libs/payment-request/README.md +++ b/libs/payment-request/README.md @@ -1,4 +1,4 @@ -# ![ng-web-apis logo](https://raw.githubusercontent.com/Tinkoff/ng-web-apis/main/libs/payment-request/logo.svg) Payment Request API for Angular +# ![ng-web-apis logo](https://raw.githubusercontent.com/taiga-family/ng-web-apis/main/libs/payment-request/logo.svg) Payment Request API for Angular [![npm version](https://img.shields.io/npm/v/@ng-web-apis/payment-request.svg)](https://npmjs.com/package/@ng-web-apis/payment-request) [![npm bundle size](https://img.shields.io/bundlephobia/minzip/@ng-web-apis/payment-request)](https://bundlephobia.com/result?p=@ng-web-apis/payment-request) @@ -9,7 +9,7 @@ two ways to use this API with Angular of 6+ version. ## Install -If you do not have [@ng-web-apis/common](https://github.com/tinkoff/ng-web-apis/tree/main/libs/common): +If you do not have [@ng-web-apis/common](https://github.com/taiga-family/ng-web-apis/tree/main/libs/common): ```bash npm i @ng-web-apis/common @@ -218,11 +218,4 @@ export class YourComponentThatMakesPaymentRequests { ## See also -All [@ng-web-apis](https://tinkoff.github.io/ng-web-apis/) for your apps - -## Open-source - -Do you also want to open-source something, but hate the collateral work? Check out this -[Angular Open-source Library Starter](https://github.com/TinkoffCreditSystems/angular-open-source-starter) we’ve created -for our projects. It got you covered on continuous integration, pre-commit checks, linting, versioning + changelog, code -coverage and all that jazz. +All [@ng-web-apis](https://taiga-family.github.io/ng-web-apis/) for your apps diff --git a/libs/payment-request/package.json b/libs/payment-request/package.json index 5a6a1aa86..f0dddf7c2 100644 --- a/libs/payment-request/package.json +++ b/libs/payment-request/package.json @@ -12,9 +12,9 @@ "pwa", "progressive web app" ], - "homepage": "https://github.com/tinkoff/common/blob/main/libs/payment-request/README.md", - "bugs": "https://github.com/tinkoff/ng-web-apis/issues", - "repository": "https://github.com/tinkoff/ng-web-apis", + "homepage": "https://github.com/taiga-family/ng-web-apis/blob/main/libs/payment-request/README.md", + "bugs": "https://github.com/taiga-family/ng-web-apis/issues", + "repository": "https://github.com/taiga-family/ng-web-apis", "license": "Apache-2.0", "author": { "name": "Roman Sedov", diff --git a/libs/permissions/CHANGELOG.md b/libs/permissions/CHANGELOG.md index ca32e7776..5600295ea 100644 --- a/libs/permissions/CHANGELOG.md +++ b/libs/permissions/CHANGELOG.md @@ -3,7 +3,7 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -## [3.0.2](https://github.com/tinkoff/ng-web-apis/compare/@ng-web-apis/permissions@3.0.1...@ng-web-apis/permissions@3.0.2) (2023-08-02) +## [3.0.2](https://github.com/taiga-family/ng-web-apis/compare/@ng-web-apis/permissions@3.0.1...@ng-web-apis/permissions@3.0.2) (2023-08-02) **Note:** Version bump only for package @ng-web-apis/permissions @@ -12,7 +12,7 @@ All notable changes to this project will be documented in this file. See All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -## [3.0.1](https://github.com/tinkoff/ng-web-apis/compare/@ng-web-apis/permissions@3.0.0...@ng-web-apis/permissions@3.0.1) (2023-06-26) +## [3.0.1](https://github.com/taiga-family/ng-web-apis/compare/@ng-web-apis/permissions@3.0.0...@ng-web-apis/permissions@3.0.1) (2023-06-26) **Note:** Version bump only for package @ng-web-apis/permissions @@ -25,12 +25,12 @@ All notable changes to this project will be documented in this file. See ### Features -- **canvas:** add `transform` property and pipe ([#92](https://github.com/tinkoff/ng-web-apis/issues/92)) - ([ee37271](https://github.com/tinkoff/ng-web-apis/commit/ee372716bbc5dd0734b474d12102fec1d5ec3321)) -- permissions ([#86](https://github.com/tinkoff/ng-web-apis/issues/86)) - ([8861d32](https://github.com/tinkoff/ng-web-apis/commit/8861d327151347911e71971f3ac58068d1d4fced)) -- speech ([#87](https://github.com/tinkoff/ng-web-apis/issues/87)) - ([7bb0180](https://github.com/tinkoff/ng-web-apis/commit/7bb0180941f3aa7ab179aa1d978cd6e0a7ec23ca)) +- **canvas:** add `transform` property and pipe ([#92](https://github.com/taiga-family/ng-web-apis/issues/92)) + ([ee37271](https://github.com/taiga-family/ng-web-apis/commit/ee372716bbc5dd0734b474d12102fec1d5ec3321)) +- permissions ([#86](https://github.com/taiga-family/ng-web-apis/issues/86)) + ([8861d32](https://github.com/taiga-family/ng-web-apis/commit/8861d327151347911e71971f3ac58068d1d4fced)) +- speech ([#87](https://github.com/taiga-family/ng-web-apis/issues/87)) + ([7bb0180](https://github.com/taiga-family/ng-web-apis/commit/7bb0180941f3aa7ab179aa1d978cd6e0a7ec23ca)) # Changelog diff --git a/libs/permissions/README.md b/libs/permissions/README.md index 6c7be718e..1496e101b 100644 --- a/libs/permissions/README.md +++ b/libs/permissions/README.md @@ -1,4 +1,4 @@ -# ![ng-web-apis logo](https://raw.githubusercontent.com/Tinkoff/ng-web-apis/main/libs/permissions/logo.svg) Permissions API for Angular +# ![ng-web-apis logo](https://raw.githubusercontent.com/taiga-family/ng-web-apis/main/libs/permissions/logo.svg) Permissions API for Angular [![npm version](https://img.shields.io/npm/v/@ng-web-apis/permissions.svg)](https://npmjs.com/package/@ng-web-apis/permissions) [![npm bundle size](https://img.shields.io/bundlephobia/minzip/@ng-web-apis/permissions)](https://bundlephobia.com/result?p=@ng-web-apis/permissions) @@ -8,7 +8,7 @@ Angular. ## Install -If you do not have [@ng-web-apis/common](https://github.com/tinkoff/ng-web-apis/tree/main/libs/common): +If you do not have [@ng-web-apis/common](https://github.com/taiga-family/ng-web-apis/tree/main/libs/common): ```bash npm i @ng-web-apis/common @@ -76,12 +76,5 @@ export class YourComponent { ## See also -Other [Web APIs for Angular](https://tinkoff.github.io/ng-web-apis/) by -[@ng-web-apis](https://github.com/tinkoff/ng-web-apis) - -## Open-source - -Do you also want to open-source something, but hate the collateral work? Check out this -[Angular Open-source Library Starter](https://github.com/TinkoffCreditSystems/angular-open-source-starter) we’ve created -for our projects. It got you covered on continuous integration, pre-commit checks, linting, versioning + changelog, code -coverage and all that jazz. +Other [Web APIs for Angular](https://taiga-family.github.io/ng-web-apis/) by +[@ng-web-apis](https://github.com/taiga-family/ng-web-apis) diff --git a/libs/permissions/package.json b/libs/permissions/package.json index 7977db7ab..c8ab12461 100644 --- a/libs/permissions/package.json +++ b/libs/permissions/package.json @@ -14,9 +14,9 @@ "camera", "microphone" ], - "homepage": "https://github.com/tinkoff/common/blob/main/libs/permissions/README.md", - "bugs": "https://github.com/tinkoff/ng-web-apis/issues", - "repository": "https://github.com/tinkoff/ng-web-apis", + "homepage": "https://github.com/taiga-family/ng-web-apis/blob/main/libs/permissions/README.md", + "bugs": "https://github.com/taiga-family/ng-web-apis/issues", + "repository": "https://github.com/taiga-family/ng-web-apis", "license": "Apache-2.0", "author": { "name": "Dmitry Efimenko" diff --git a/libs/resize-observer/CHANGELOG.md b/libs/resize-observer/CHANGELOG.md index 00b073160..af02a1cf6 100644 --- a/libs/resize-observer/CHANGELOG.md +++ b/libs/resize-observer/CHANGELOG.md @@ -3,7 +3,7 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -## [3.0.2](https://github.com/tinkoff/ng-web-apis/compare/@ng-web-apis/resize-observer@3.0.1...@ng-web-apis/resize-observer@3.0.2) (2023-08-02) +## [3.0.2](https://github.com/taiga-family/ng-web-apis/compare/@ng-web-apis/resize-observer@3.0.1...@ng-web-apis/resize-observer@3.0.2) (2023-08-02) **Note:** Version bump only for package @ng-web-apis/resize-observer @@ -12,7 +12,7 @@ All notable changes to this project will be documented in this file. See All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -## [3.0.1](https://github.com/tinkoff/ng-web-apis/compare/@ng-web-apis/resize-observer@3.0.0...@ng-web-apis/resize-observer@3.0.1) (2023-06-26) +## [3.0.1](https://github.com/taiga-family/ng-web-apis/compare/@ng-web-apis/resize-observer@3.0.0...@ng-web-apis/resize-observer@3.0.1) (2023-06-26) **Note:** Version bump only for package @ng-web-apis/resize-observer @@ -25,8 +25,8 @@ All notable changes to this project will be documented in this file. See ### Features -- geolocation ([#79](https://github.com/tinkoff/ng-web-apis/issues/79)) - ([1f906a8](https://github.com/tinkoff/ng-web-apis/commit/1f906a8f439ccf31e7c55811889c15f204033c2e)) +- geolocation ([#79](https://github.com/taiga-family/ng-web-apis/issues/79)) + ([1f906a8](https://github.com/taiga-family/ng-web-apis/commit/1f906a8f439ccf31e7c55811889c15f204033c2e)) # Changelog diff --git a/libs/resize-observer/README.md b/libs/resize-observer/README.md index cbaa1520f..96c2d6836 100644 --- a/libs/resize-observer/README.md +++ b/libs/resize-observer/README.md @@ -1,4 +1,4 @@ -# ![ng-web-apis logo](https://raw.githubusercontent.com/Tinkoff/ng-web-apis/main/libs/resize-observer/logo.svg) Resize Observer API for Angular +# ![ng-web-apis logo](https://raw.githubusercontent.com/taiga-family/ng-web-apis/main/libs/resize-observer/logo.svg) Resize Observer API for Angular [![npm version](https://img.shields.io/npm/v/@ng-web-apis/resize-observer.svg)](https://npmjs.com/package/@ng-web-apis/resize-observer) [![npm bundle size](https://img.shields.io/bundlephobia/minzip/@ng-web-apis/resize-observer)](https://bundlephobia.com/result?p=@ng-web-apis/resize-observer) @@ -9,7 +9,7 @@ This is a library for declarative use of ## Install -If you do not have [@ng-web-apis/common](https://github.com/tinkoff/ng-web-apis/tree/main/libs/common): +If you do not have [@ng-web-apis/common](https://github.com/taiga-family/ng-web-apis/tree/main/libs/common): ```bash npm i @ng-web-apis/common @@ -73,16 +73,9 @@ export class MyComponent { ## Demo -You can [try online demo here](https://tinkoff.github.io/ng-web-apis/resize-observer) +You can [try online demo here](https://taiga-family.github.io/ng-web-apis/resize-observer) ## See also -Other [Web APIs for Angular](https://tinkoff.github.io/ng-web-apis/) by -[@ng-web-apis](https://github.com/tinkoff/ng-web-apis) - -## Open-source - -Do you also want to open-source something, but hate the collateral work? Check out this -[Angular Open-source Library Starter](https://github.com/TinkoffCreditSystems/angular-open-source-starter) we’ve created -for our projects. It got you covered on continuous integration, pre-commit checks, linting, versioning + changelog, code -coverage and all that jazz. +Other [Web APIs for Angular](https://taiga-family.github.io/ng-web-apis/) by +[@ng-web-apis](https://github.com/taiga-family/ng-web-apis) diff --git a/libs/resize-observer/package.json b/libs/resize-observer/package.json index db513e8eb..4de1a796e 100644 --- a/libs/resize-observer/package.json +++ b/libs/resize-observer/package.json @@ -8,9 +8,9 @@ "resize", "observer" ], - "homepage": "https://github.com/tinkoff/common/blob/main/libs/resize-observer/README.md", - "bugs": "https://github.com/tinkoff/ng-web-apis/issues", - "repository": "https://github.com/tinkoff/ng-web-apis", + "homepage": "https://github.com/taiga-family/ng-web-apis/blob/main/libs/resize-observer/README.md", + "bugs": "https://github.com/taiga-family/ng-web-apis/issues", + "repository": "https://github.com/taiga-family/ng-web-apis", "license": "Apache-2.0", "author": { "name": "Vladimir Potekhin", diff --git a/libs/speech/CHANGELOG.md b/libs/speech/CHANGELOG.md index b91c6ee5e..538c01528 100644 --- a/libs/speech/CHANGELOG.md +++ b/libs/speech/CHANGELOG.md @@ -3,7 +3,7 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -## [3.0.2](https://github.com/tinkoff/ng-web-apis/compare/@ng-web-apis/speech@3.0.1...@ng-web-apis/speech@3.0.2) (2023-08-02) +## [3.0.2](https://github.com/taiga-family/ng-web-apis/compare/@ng-web-apis/speech@3.0.1...@ng-web-apis/speech@3.0.2) (2023-08-02) **Note:** Version bump only for package @ng-web-apis/speech @@ -12,7 +12,7 @@ All notable changes to this project will be documented in this file. See All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -## [3.0.1](https://github.com/tinkoff/ng-web-apis/compare/@ng-web-apis/speech@3.0.0...@ng-web-apis/speech@3.0.1) (2023-06-26) +## [3.0.1](https://github.com/taiga-family/ng-web-apis/compare/@ng-web-apis/speech@3.0.0...@ng-web-apis/speech@3.0.1) (2023-06-26) **Note:** Version bump only for package @ng-web-apis/speech @@ -25,12 +25,12 @@ All notable changes to this project will be documented in this file. See ### Features -- **canvas:** add `transform` property and pipe ([#92](https://github.com/tinkoff/ng-web-apis/issues/92)) - ([ee37271](https://github.com/tinkoff/ng-web-apis/commit/ee372716bbc5dd0734b474d12102fec1d5ec3321)) -- speech ([#87](https://github.com/tinkoff/ng-web-apis/issues/87)) - ([7bb0180](https://github.com/tinkoff/ng-web-apis/commit/7bb0180941f3aa7ab179aa1d978cd6e0a7ec23ca)) -- storage ([#88](https://github.com/tinkoff/ng-web-apis/issues/88)) - ([47dfdc6](https://github.com/tinkoff/ng-web-apis/commit/47dfdc6f6482ed42d852ce5b5ec07d2377aa3af3)) +- **canvas:** add `transform` property and pipe ([#92](https://github.com/taiga-family/ng-web-apis/issues/92)) + ([ee37271](https://github.com/taiga-family/ng-web-apis/commit/ee372716bbc5dd0734b474d12102fec1d5ec3321)) +- speech ([#87](https://github.com/taiga-family/ng-web-apis/issues/87)) + ([7bb0180](https://github.com/taiga-family/ng-web-apis/commit/7bb0180941f3aa7ab179aa1d978cd6e0a7ec23ca)) +- storage ([#88](https://github.com/taiga-family/ng-web-apis/issues/88)) + ([47dfdc6](https://github.com/taiga-family/ng-web-apis/commit/47dfdc6f6482ed42d852ce5b5ec07d2377aa3af3)) # Changelog diff --git a/libs/speech/README.md b/libs/speech/README.md index cda47264a..dff02bf4f 100644 --- a/libs/speech/README.md +++ b/libs/speech/README.md @@ -1,4 +1,4 @@ -# ![ng-web-apis logo](https://raw.githubusercontent.com/Tinkoff/ng-web-apis/main/libs/speech/logo.svg) Web Speech API for Angular +# ![ng-web-apis logo](https://raw.githubusercontent.com/taiga-family/ng-web-apis/main/libs/speech/logo.svg) Web Speech API for Angular [![npm version](https://img.shields.io/npm/v/@ng-web-apis/speech.svg)](https://npmjs.com/package/@ng-web-apis/speech) [![npm bundle size](https://img.shields.io/bundlephobia/minzip/@ng-web-apis/speech)](https://bundlephobia.com/result?p=@ng-web-apis/speech) @@ -7,7 +7,7 @@ This is a library to use [Web Speech API](https://developer.mozilla.org/en-US/do ## Install -If you do not have [@ng-web-apis/common](https://github.com/tinkoff/ng-web-apis/tree/main/libs/common): +If you do not have [@ng-web-apis/common](https://github.com/taiga-family/ng-web-apis/tree/main/libs/common): ```bash npm i @ng-web-apis/common @@ -85,12 +85,5 @@ There are also a couple of tokens included in this library: ## See also -Other [Web APIs for Angular](https://tinkoff.github.io/ng-web-apis/) by -[@ng-web-apis](https://github.com/tinkoff/ng-web-apis) - -## Open-source - -Do you also want to open-source something, but hate the collateral work? Check out this -[Angular Open-source Library Starter](https://github.com/TinkoffCreditSystems/angular-open-source-starter) we’ve created -for our projects. It got you covered on continuous integration, pre-commit checks, linting, versioning + changelog, code -coverage and all that jazz. +Other [Web APIs for Angular](https://taiga-family.github.io/ng-web-apis/) by +[@ng-web-apis](https://github.com/taiga-family/ng-web-apis) diff --git a/libs/speech/package.json b/libs/speech/package.json index 02bfad0f0..89f7ef6dc 100644 --- a/libs/speech/package.json +++ b/libs/speech/package.json @@ -13,9 +13,9 @@ "speechrecognition", "text-to-speech" ], - "homepage": "https://github.com/tinkoff/common/blob/main/libs/speech/README.md", - "bugs": "https://github.com/tinkoff/ng-web-apis/issues", - "repository": "https://github.com/tinkoff/ng-web-apis", + "homepage": "https://github.com/taiga-family/ng-web-apis/blob/main/libs/speech/README.md", + "bugs": "https://github.com/taiga-family/ng-web-apis/issues", + "repository": "https://github.com/taiga-family/ng-web-apis", "license": "Apache-2.0", "author": { "name": "Alexander Inkin", diff --git a/libs/storage/CHANGELOG.md b/libs/storage/CHANGELOG.md index e1ed92c3a..c546e8ba2 100644 --- a/libs/storage/CHANGELOG.md +++ b/libs/storage/CHANGELOG.md @@ -3,7 +3,7 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -## [3.0.2](https://github.com/tinkoff/ng-web-apis/compare/@ng-web-apis/storage@3.0.1...@ng-web-apis/storage@3.0.2) (2023-08-02) +## [3.0.2](https://github.com/taiga-family/ng-web-apis/compare/@ng-web-apis/storage@3.0.1...@ng-web-apis/storage@3.0.2) (2023-08-02) **Note:** Version bump only for package @ng-web-apis/storage @@ -12,7 +12,7 @@ All notable changes to this project will be documented in this file. See All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -## [3.0.1](https://github.com/tinkoff/ng-web-apis/compare/@ng-web-apis/storage@3.0.0...@ng-web-apis/storage@3.0.1) (2023-06-26) +## [3.0.1](https://github.com/taiga-family/ng-web-apis/compare/@ng-web-apis/storage@3.0.0...@ng-web-apis/storage@3.0.1) (2023-06-26) **Note:** Version bump only for package @ng-web-apis/storage @@ -25,7 +25,7 @@ All notable changes to this project will be documented in this file. See ### Features -- **canvas:** add `transform` property and pipe ([#92](https://github.com/tinkoff/ng-web-apis/issues/92)) - ([ee37271](https://github.com/tinkoff/ng-web-apis/commit/ee372716bbc5dd0734b474d12102fec1d5ec3321)) -- storage ([#88](https://github.com/tinkoff/ng-web-apis/issues/88)) - ([47dfdc6](https://github.com/tinkoff/ng-web-apis/commit/47dfdc6f6482ed42d852ce5b5ec07d2377aa3af3)) +- **canvas:** add `transform` property and pipe ([#92](https://github.com/taiga-family/ng-web-apis/issues/92)) + ([ee37271](https://github.com/taiga-family/ng-web-apis/commit/ee372716bbc5dd0734b474d12102fec1d5ec3321)) +- storage ([#88](https://github.com/taiga-family/ng-web-apis/issues/88)) + ([47dfdc6](https://github.com/taiga-family/ng-web-apis/commit/47dfdc6f6482ed42d852ce5b5ec07d2377aa3af3)) diff --git a/libs/storage/README.md b/libs/storage/README.md index d9ffdcdeb..5d8d47f77 100644 --- a/libs/storage/README.md +++ b/libs/storage/README.md @@ -1,4 +1,4 @@ -# ![ng-web-apis logo](https://raw.githubusercontent.com/Tinkoff/ng-web-apis/main/libs/storage/logo.svg) Web Storage API for Angular +# ![ng-web-apis logo](https://raw.githubusercontent.com/taiga-family/ng-web-apis/main/libs/storage/logo.svg) Web Storage API for Angular [![npm version](https://img.shields.io/npm/v/@ng-web-apis/storage.svg)](https://npmjs.com/package/@ng-web-apis/storage) [![npm bundle size](https://img.shields.io/bundlephobia/minzip/@ng-web-apis/storage)](https://bundlephobia.com/result?p=@ng-web-apis/storage) @@ -9,7 +9,7 @@ Angular. ## Install -If you do not have [@ng-web-apis/common](https://github.com/tinkoff/ng-web-apis/tree/main/libs/common): +If you do not have [@ng-web-apis/common](https://github.com/taiga-family/ng-web-apis/tree/main/libs/common): ```bash npm i @ng-web-apis/common @@ -31,16 +31,9 @@ Web Storage API consists of storage synthesis and storage recognition. 3. Native `StorageEvent` only fires when changes are made from another tab. To capture events from the same tab use `StorageService` to work with `localStorage` -See [demo](https://tinkoff.github.io/ng-web-apis/storage) for concrete usage example. +See [demo](https://taiga-family.github.io/ng-web-apis/storage) for concrete usage example. ## See also -Other [Web APIs for Angular](https://tinkoff.github.io/ng-web-apis/) by -[@ng-web-apis](https://github.com/tinkoff/ng-web-apis) - -## Open-source - -Do you also want to open-source something, but hate the collateral work? Check out this -[Angular Open-source Library Starter](https://github.com/TinkoffCreditSystems/angular-open-source-starter) we’ve created -for our projects. It got you covered on continuous integration, pre-commit checks, linting, versioning + changelog, code -coverage and all that jazz. +Other [Web APIs for Angular](https://taiga-family.github.io/ng-web-apis/) by +[@ng-web-apis](https://github.com/taiga-family/ng-web-apis) diff --git a/libs/storage/package.json b/libs/storage/package.json index c2f084d58..815655a37 100644 --- a/libs/storage/package.json +++ b/libs/storage/package.json @@ -11,9 +11,9 @@ "rxjs", "observable" ], - "homepage": "https://github.com/tinkoff/common/blob/main/libs/storage/README.md", - "bugs": "https://github.com/tinkoff/ng-web-apis/issues", - "repository": "https://github.com/tinkoff/ng-web-apis", + "homepage": "https://github.com/taiga-family/ng-web-apis/blob/main/libs/storage/README.md", + "bugs": "https://github.com/taiga-family/ng-web-apis/issues", + "repository": "https://github.com/taiga-family/ng-web-apis", "license": "Apache-2.0", "author": { "name": "Alexander Inkin", diff --git a/libs/universal/CHANGELOG.md b/libs/universal/CHANGELOG.md index 20af412e3..da9a2039a 100644 --- a/libs/universal/CHANGELOG.md +++ b/libs/universal/CHANGELOG.md @@ -3,7 +3,7 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -## [3.0.3](https://github.com/tinkoff/ng-web-apis/compare/@ng-web-apis/universal@3.0.2...@ng-web-apis/universal@3.0.3) (2023-08-02) +## [3.0.3](https://github.com/taiga-family/ng-web-apis/compare/@ng-web-apis/universal@3.0.2...@ng-web-apis/universal@3.0.3) (2023-08-02) **Note:** Version bump only for package @ng-web-apis/universal @@ -12,19 +12,19 @@ All notable changes to this project will be documented in this file. See All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -## [3.0.2](https://github.com/tinkoff/ng-web-apis/compare/@ng-web-apis/universal@3.0.1...@ng-web-apis/universal@3.0.2) (2023-06-27) +## [3.0.2](https://github.com/taiga-family/ng-web-apis/compare/@ng-web-apis/universal@3.0.1...@ng-web-apis/universal@3.0.2) (2023-06-27) ### Bug Fixes -- **universal:** add secondary entry point for mocks ([#112](https://github.com/tinkoff/ng-web-apis/issues/112)) - ([9e01f2d](https://github.com/tinkoff/ng-web-apis/commit/9e01f2d8bf2ee1ae2f1a87c5ab7560e23172ed63)) +- **universal:** add secondary entry point for mocks ([#112](https://github.com/taiga-family/ng-web-apis/issues/112)) + ([9e01f2d](https://github.com/taiga-family/ng-web-apis/commit/9e01f2d8bf2ee1ae2f1a87c5ab7560e23172ed63)) # Change Log All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -## [3.0.1](https://github.com/tinkoff/ng-web-apis/compare/@ng-web-apis/universal@3.0.0...@ng-web-apis/universal@3.0.1) (2023-06-26) +## [3.0.1](https://github.com/taiga-family/ng-web-apis/compare/@ng-web-apis/universal@3.0.0...@ng-web-apis/universal@3.0.1) (2023-06-26) **Note:** Version bump only for package @ng-web-apis/universal @@ -37,14 +37,14 @@ All notable changes to this project will be documented in this file. See ### Features -- **audio:** remove `MediaStreamTrackAudioSourceNode` ([#91](https://github.com/tinkoff/ng-web-apis/issues/91)) - ([f49ad49](https://github.com/tinkoff/ng-web-apis/commit/f49ad4937f8bd376c4f439980cb3376c65f408d2)) -- geolocation ([#79](https://github.com/tinkoff/ng-web-apis/issues/79)) - ([1f906a8](https://github.com/tinkoff/ng-web-apis/commit/1f906a8f439ccf31e7c55811889c15f204033c2e)) -- midi ([#83](https://github.com/tinkoff/ng-web-apis/issues/83)) - ([273be2a](https://github.com/tinkoff/ng-web-apis/commit/273be2a946944c463ed475f4d91688cd0f7d8593)) -- workers ([#89](https://github.com/tinkoff/ng-web-apis/issues/89)) - ([7a7a87c](https://github.com/tinkoff/ng-web-apis/commit/7a7a87c3762a19567af35eab7adbf60fd5b647a3)) +- **audio:** remove `MediaStreamTrackAudioSourceNode` ([#91](https://github.com/taiga-family/ng-web-apis/issues/91)) + ([f49ad49](https://github.com/taiga-family/ng-web-apis/commit/f49ad4937f8bd376c4f439980cb3376c65f408d2)) +- geolocation ([#79](https://github.com/taiga-family/ng-web-apis/issues/79)) + ([1f906a8](https://github.com/taiga-family/ng-web-apis/commit/1f906a8f439ccf31e7c55811889c15f204033c2e)) +- midi ([#83](https://github.com/taiga-family/ng-web-apis/issues/83)) + ([273be2a](https://github.com/taiga-family/ng-web-apis/commit/273be2a946944c463ed475f4d91688cd0f7d8593)) +- workers ([#89](https://github.com/taiga-family/ng-web-apis/issues/89)) + ([7a7a87c](https://github.com/taiga-family/ng-web-apis/commit/7a7a87c3762a19567af35eab7adbf60fd5b647a3)) # Changelog diff --git a/libs/universal/README.md b/libs/universal/README.md index e5edabf93..fc1a7cd84 100644 --- a/libs/universal/README.md +++ b/libs/universal/README.md @@ -1,11 +1,12 @@ -# ![logo](https://raw.githubusercontent.com/Tinkoff/ng-web-apis/main/libs/universal/logo.svg) Angular Universal fallbacks +# ![logo](https://raw.githubusercontent.com/taiga-family/ng-web-apis/main/libs/universal/logo.svg) Angular Universal fallbacks [![npm version](https://img.shields.io/npm/v/@ng-web-apis/universal.svg)](https://npmjs.com/package/@ng-web-apis/universal) [![npm bundle size](https://img.shields.io/bundlephobia/minzip/@ng-web-apis/universal)](https://bundlephobia.com/result?p=@ng-web-apis/universal) [![Coveralls github](https://img.shields.io/coveralls/github/ng-web-apis/universal)](https://coveralls.io/github/ng-web-apis/universal?branch=master) -A set of fallbacks to seamlessly use [@ng-web-apis/common](https://github.com/tinkoff/ng-web-apis/tree/main/libs/common) -in [Angular Universal](https://github.com/angular/universal) apps. These packages have synced versions down to minor. +A set of fallbacks to seamlessly use +[@ng-web-apis/common](https://github.com/taiga-family/ng-web-apis/tree/main/libs/common) in +[Angular Universal](https://github.com/angular/universal) apps. These packages have synced versions down to minor. ## How to use diff --git a/libs/universal/package.json b/libs/universal/package.json index 85d7c524a..cf9fb014a 100644 --- a/libs/universal/package.json +++ b/libs/universal/package.json @@ -14,9 +14,9 @@ "server side rendering", "local storage" ], - "homepage": "https://github.com/tinkoff/common/blob/main/libs/universal/README.md", - "bugs": "https://github.com/tinkoff/ng-web-apis/issues", - "repository": "https://github.com/tinkoff/ng-web-apis", + "homepage": "https://github.com/taiga-family/ng-web-apis/blob/main/libs/universal/README.md", + "bugs": "https://github.com/taiga-family/ng-web-apis/issues", + "repository": "https://github.com/taiga-family/ng-web-apis", "license": "Apache-2.0", "author": { "name": "Alex Inkin", diff --git a/libs/workers/CHANGELOG.md b/libs/workers/CHANGELOG.md index c523f97dc..db80b4ccc 100644 --- a/libs/workers/CHANGELOG.md +++ b/libs/workers/CHANGELOG.md @@ -3,7 +3,7 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -## [3.0.2](https://github.com/tinkoff/ng-web-apis/compare/@ng-web-apis/workers@3.0.1...@ng-web-apis/workers@3.0.2) (2023-08-02) +## [3.0.2](https://github.com/taiga-family/ng-web-apis/compare/@ng-web-apis/workers@3.0.1...@ng-web-apis/workers@3.0.2) (2023-08-02) **Note:** Version bump only for package @ng-web-apis/workers @@ -12,7 +12,7 @@ All notable changes to this project will be documented in this file. See All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -## [3.0.1](https://github.com/tinkoff/ng-web-apis/compare/@ng-web-apis/workers@3.0.0...@ng-web-apis/workers@3.0.1) (2023-06-26) +## [3.0.1](https://github.com/taiga-family/ng-web-apis/compare/@ng-web-apis/workers@3.0.0...@ng-web-apis/workers@3.0.1) (2023-06-26) **Note:** Version bump only for package @ng-web-apis/workers @@ -25,5 +25,5 @@ All notable changes to this project will be documented in this file. See ### Features -- workers ([#89](https://github.com/tinkoff/ng-web-apis/issues/89)) - ([7a7a87c](https://github.com/tinkoff/ng-web-apis/commit/7a7a87c3762a19567af35eab7adbf60fd5b647a3)) +- workers ([#89](https://github.com/taiga-family/ng-web-apis/issues/89)) + ([7a7a87c](https://github.com/taiga-family/ng-web-apis/commit/7a7a87c3762a19567af35eab7adbf60fd5b647a3)) diff --git a/libs/workers/README.md b/libs/workers/README.md index 228606f79..dabf235d8 100644 --- a/libs/workers/README.md +++ b/libs/workers/README.md @@ -1,4 +1,4 @@ -# ![ng-web-apis logo](https://raw.githubusercontent.com/Tinkoff/ng-web-apis/main/libs/workers/logo.svg) Web Workers API for Angular +# ![ng-web-apis logo](https://raw.githubusercontent.com/taiga-family/ng-web-apis/main/libs/workers/logo.svg) Web Workers API for Angular [![npm version](https://img.shields.io/npm/v/@ng-web-apis/workers.svg)](https://npmjs.com/package/@ng-web-apis/workers) [![npm bundle size](https://img.shields.io/bundlephobia/minzip/@ng-web-apis/workers)](https://bundlephobia.com/result?p=@ng-web-apis/workers) @@ -9,7 +9,7 @@ This is a library for comfortable use of ## Install -If you do not have [@ng-web-apis/common](https://github.com/tinkoff/ng-web-apis/tree/main/libs/common): +If you do not have [@ng-web-apis/common](https://github.com/taiga-family/ng-web-apis/tree/main/libs/common): ```bash npm i @ng-web-apis/common @@ -106,12 +106,5 @@ class SomeComponent { ## See also -Other [Web APIs for Angular](https://tinkoff.github.io/ng-web-apis/) by -[@ng-web-apis](https://github.com/tinkoff/ng-web-apis) - -## Open-source - -Do you also want to open-source something, but hate the collateral work? Check out this -[Angular Open-source Library Starter](https://github.com/TinkoffCreditSystems/angular-open-source-starter) we’ve created -for our projects. It got you covered on continuous integration, pre-commit checks, linting, versioning + changelog, code -coverage and all that jazz. +Other [Web APIs for Angular](https://taiga-family.github.io/ng-web-apis/) by +[@ng-web-apis](https://github.com/taiga-family/ng-web-apis) diff --git a/libs/workers/package.json b/libs/workers/package.json index 0f10c6fbb..cc882d7fd 100644 --- a/libs/workers/package.json +++ b/libs/workers/package.json @@ -10,9 +10,9 @@ "service", "shared" ], - "homepage": "https://github.com/tinkoff/common/blob/main/libs/workers/README.md", - "bugs": "https://github.com/tinkoff/ng-web-apis/issues", - "repository": "https://github.com/tinkoff/ng-web-apis", + "homepage": "https://github.com/taiga-family/ng-web-apis/blob/main/libs/workers/README.md", + "bugs": "https://github.com/taiga-family/ng-web-apis/issues", + "repository": "https://github.com/taiga-family/ng-web-apis", "license": "Apache-2.0", "author": { "name": "Igor Katsuba", diff --git a/package.json b/package.json index aa1b04389..b1a70815b 100644 --- a/package.json +++ b/package.json @@ -11,9 +11,9 @@ "navigator", "user agent" ], - "homepage": "https://github.com/tinkoff/ng-web-apis#README", - "bugs": "https://github.com/tinkoff/ng-web-apis/issues", - "repository": "https://github.com/tinkoff/ng-web-apis", + "homepage": "https://github.com/taiga-family/ng-web-apis#README", + "bugs": "https://github.com/taiga-family/ng-web-apis/issues", + "repository": "https://github.com/taiga-family/ng-web-apis", "license": "Apache-2.0", "author": { "name": "Alex Inkin",