i18next-phrase-in-context-editor-post-processor
Advanced tools
Comparing version 1.5.1 to 1.5.2
@@ -0,1 +1,8 @@ | ||
## [1.5.2](https://github.com/phrase/i18next-phrase-in-context-editor-post-processor/compare/v1.5.1...v1.5.2) (2023-08-28) | ||
### Bug Fixes | ||
* **TSE-1157:** Improve US datacenter documentation and typings ([#146](https://github.com/phrase/i18next-phrase-in-context-editor-post-processor/issues/146)) ([80d091d](https://github.com/phrase/i18next-phrase-in-context-editor-post-processor/commit/80d091d8eaf3cea9feea4ce33017ffdd0f4d2e5a)) | ||
## [1.5.1](https://github.com/phrase/i18next-phrase-in-context-editor-post-processor/compare/v1.5.0...v1.5.1) (2023-05-25) | ||
@@ -2,0 +9,0 @@ |
@@ -24,2 +24,3 @@ export declare type PhraseConfig = { | ||
loginDialogMessage: string; | ||
datacenter: 'eu' | 'us'; | ||
autoLogin: { | ||
@@ -26,0 +27,0 @@ perform: boolean; |
{ | ||
"name": "i18next-phrase-in-context-editor-post-processor", | ||
"description": "Plugin for i18next that paires well with Phrase In-Context Editor", | ||
"version": "1.5.1", | ||
"version": "1.5.2", | ||
"source": "index.ts", | ||
@@ -6,0 +6,0 @@ "main": "dist/i18next-phrase-in-context-editor-post-processor.js", |
@@ -40,6 +40,14 @@ # i18next Phrase In-Context Editor Post Processor | ||
## :exclamation: Issues, Questions, Support | ||
## :white_check_mark: Commits & Pull Requests | ||
Please use [GitHub issues](https://github.com/phrase/i18next-phrase-in-context-editor-post-processor/issues) to share the problem, and we will do our best to answer any questions or to support you in finding a solution! | ||
We welcome anyone who wants to contribute to our codebase, so if you notice something, feel free to open a Pull Request! However, we ask that you please use the [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/) specification for your commit messages and titles when opening a Pull Request. | ||
Example: `chore: Update README` | ||
We have an automated version management and release process based off of this message convention, so it'd be highly appreciated if you could follow this coding guideline. | ||
## :question: Issues, Questions, Support | ||
Please use [GitHub issues](https://github.com/phrase/i18next-phrase-in-context-editor-post-processor/issues) to share your problem, and we will do our best to answer any questions or to support you in finding a solution! | ||
## :memo: Changelog | ||
@@ -46,0 +54,0 @@ |
Sorry, the diff of this file is not supported yet
46772
128
63