Skip to content

Commit 2814931

Browse files
authored
Merge pull request #40 from phrase/new-release
chore: Prepare for 1.0.0 release
2 parents 015ae03 + 0073503 commit 2814931

File tree

3 files changed

+1322
-1445
lines changed

3 files changed

+1322
-1445
lines changed

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
ngx-translate-phraseapp is an addon for ngx-translate that lets you connect localized Angular applications to the Phrase In-Context Editor.
44

5+
6+
## Ivy
7+
Since Angular 13 the View Engine has been removed, and since 1.0.0 the `ngx-translate-phraseapp` package uses new version of Angular which might cause old projects to break. In this case try major version 0 package of this repository.
8+
59
## Prerequisites
610

711
To use ngx-translate-phraseapp with your application you have to:

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "./node_modules/ng-packagr/package.schema.json",
33
"name": "ngx-translate-phraseapp",
4-
"version": "0.4.3",
4+
"version": "1.0.0",
55
"description": "Phrase adapter for ngx-translate",
66
"author": "Phrase <support@phrase.com> (https://phrase.com)",
77
"homepage": "https://phrase.com",

0 commit comments

Comments
 (0)