UNPKG

angular-t9n

Version:

A translation tool for Angular i18n

212 lines (110 loc) 9.47 kB
# Changelog All notable changes to this project will be documented in this file. See [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines. ## [19.0.0](https://github.com/kyubisation/angular-t9n/compare/18.0.0...19.0.0) (2024-11-22) ### ⚠ BREAKING CHANGES - Update to Angular 19 ### Features - update to Angular 19 ([#49](https://github.com/kyubisation/angular-t9n/issues/49)) ([b40f7dd](https://github.com/kyubisation/angular-t9n/commit/b40f7dd4a16dd7761f5713f4dc1f2dc6656cac0e)) ## [18.0.0](https://github.com/kyubisation/angular-t9n/compare/17.0.0...18.0.0) (2024-05-24) ### ⚠ BREAKING CHANGES - Upgrade to Angular 18 ### Features - upgrade to Angular 18 ([#48](https://github.com/kyubisation/angular-t9n/issues/48)) ([33d0713](https://github.com/kyubisation/angular-t9n/commit/33d07139e56fb81ff6036663c3e849d2b51280ce)) ## [17.0.0](https://github.com/kyubisation/angular-t9n/compare/17.0.0-next.0...17.0.0) (2023-11-08) ## [17.0.0-next.0](https://github.com/kyubisation/angular-t9n/compare/16.0.0...17.0.0-next.0) (2023-11-06) ### ⚠ BREAKING CHANGES - This library now uses Angular 17 ### Features - upgrade to Angular 17 ([#42](https://github.com/kyubisation/angular-t9n/issues/42)) ([a6d5471](https://github.com/kyubisation/angular-t9n/commit/a6d5471382a7aa49943eabf350a34c6c3129904c)) ## [16.0.0](https://github.com/kyubisation/angular-t9n/compare/15.0.2...16.0.0) (2023-05-04) ### ⚠ BREAKING CHANGES - Update to Angular 16 ### Features - update to Angular 16 ([#40](https://github.com/kyubisation/angular-t9n/issues/40)) ([aa35b4a](https://github.com/kyubisation/angular-t9n/commit/aa35b4a1b86928b4ca450c29ad4af7e3b6c5e928)) ### [15.0.2](https://github.com/kyubisation/angular-t9n/compare/15.0.1...15.0.2) (2023-05-04) ### Bug Fixes - apply mdc migration and fix styles ([#39](https://github.com/kyubisation/angular-t9n/issues/39)) ([8dab948](https://github.com/kyubisation/angular-t9n/commit/8dab948cda31688177e25e06dd30aed4d59f1396)) ### [15.0.1](https://github.com/kyubisation/angular-t9n/compare/15.0.0...15.0.1) (2022-11-24) ### Bug Fixes - remove rollup-plugin-ts from dependencies ([2299cf5](https://github.com/kyubisation/angular-t9n/commit/2299cf53b91af737252930560cf614cbebc13749)) ## [15.0.0](https://github.com/kyubisation/angular-t9n/compare/14.0.0...15.0.0) (2022-11-19) ### ⚠ BREAKING CHANGES - Requires Angular 15 with this update. ### Features - update to Angular 15 ([#30](https://github.com/kyubisation/angular-t9n/issues/30)) ([cb94dcf](https://github.com/kyubisation/angular-t9n/commit/cb94dcfa4f21cdf82564cefe625dc99261f376d3)) ## [14.0.0](https://github.com/kyubisation/angular-t9n/compare/13.0.0...14.0.0) (2022-06-05) ### ⚠ BREAKING CHANGES - Switch to Angular 14 - update to Angular 14 ([5aa3de8](https://github.com/kyubisation/angular-t9n/commit/5aa3de8a5135dacd76d9248edd98b4baa6eea652)) ## [13.0.0](https://github.com/kyubisation/angular-t9n/compare/12.0.0...13.0.0) (2021-12-12) ### Bug Fixes - use $id instead of id in schemas ([#8](https://github.com/kyubisation/angular-t9n/issues/8)) ([8099484](https://github.com/kyubisation/angular-t9n/commit/809948484b6b28b6d568606c548f4f184bd57ece)), closes [#7](https://github.com/kyubisation/angular-t9n/issues/7) ## [12.0.0](https://github.com/kyubisation/angular-t9n/compare/11.1.3...12.0.0) (2021-05-19) ### ⚠ BREAKING CHANGES - This package now depends on Angular 12 schematics. - update to Angular 12 and latest nestjs release ([9dcd53d](https://github.com/kyubisation/angular-t9n/commit/9dcd53db95717e55fa74551acc9f592b75265669)) ### [11.1.3](https://github.com/kyubisation/angular-t9n/compare/11.1.2...11.1.3) (2021-02-09) ### Bug Fixes - synchronize sources ([beab5c7](https://github.com/kyubisation/angular-t9n/commit/beab5c704f42b5d111b6308c89b41abe343e31e0)) ### [11.1.2](https://github.com/kyubisation/angular-t9n/compare/11.1.1...11.1.2) (2020-11-23) ### Bug Fixes - use correct json schema for init ([69ea706](https://github.com/kyubisation/angular-t9n/commit/69ea706bc520250d64102bdda6de2c5e91cbd1b6)) ### [11.1.1](https://github.com/kyubisation/angular-t9n/compare/11.1.0...11.1.1) (2020-11-23) ### Bug Fixes - add server script to package files ([d11e37f](https://github.com/kyubisation/angular-t9n/commit/d11e37f8b6f243c294749e000d7ff0d755b4194f)) ## [11.1.0](https://github.com/kyubisation/angular-t9n/compare/11.0.0...11.1.0) (2020-11-20) ### Features - add standalone variant ([2436d4f](https://github.com/kyubisation/angular-t9n/commit/2436d4f661981c26a85502e5b20cf460e0f034c4)) ## [11.0.0](https://github.com/kyubisation/angular-t9n/compare/10.1.0...11.0.0) (2020-11-13) ### ⚠ BREAKING CHANGES - This package now requires the Angular 11 CLI ### build - update to Angular 11 ([936ff59](https://github.com/kyubisation/angular-t9n/commit/936ff59d53a253547bdeb8f4704c9c6a3b904ff2)) ## [10.1.0](https://github.com/kyubisation/angular-t9n/compare/10.0.0...10.1.0) (2020-10-25) ### Features - create target xlf file if it does not exist ([a0fa5c5](https://github.com/kyubisation/angular-t9n/commit/a0fa5c540c479c6ea53d9598a6b0927d01c89402)) - have filter be case insensitive ([663abb4](https://github.com/kyubisation/angular-t9n/commit/663abb443c7f8653973386b5d2b09c6e31f1b45f)) - support multiple translation files in the i18n section of angular.json ([13cedfc](https://github.com/kyubisation/angular-t9n/commit/13cedfc2124b5351ba46f5dc2c094600812e7159)) ## [10.0.0](https://github.com/kyubisation/angular-t9n/compare/0.3.5...10.0.0) (2020-07-12) ### [0.3.5](https://github.com/kyubisation/angular-t9n/compare/0.3.4...0.3.5) (2020-07-11) ### Bug Fixes - update target information on opening overview ([b3f36ff](https://github.com/kyubisation/angular-t9n/commit/b3f36ff9e1e6afd383e55bfa9cc9e8869fcd46eb)) ### [0.3.4](https://github.com/kyubisation/angular-t9n/compare/0.3.3...0.3.4) (2020-07-11) ### Bug Fixes - correct package includes ([25677b0](https://github.com/kyubisation/angular-t9n/commit/25677b0bd23b3985e6f2512232e0bfca8f6d6346)) ### [0.3.3](https://github.com/kyubisation/angular-t9n/compare/0.3.2...0.3.3) (2020-07-11) ### [0.3.2](https://github.com/kyubisation/angular-t9n/compare/0.3.1...0.3.2) (2020-07-11) ### Features - implement source orphan migration ([57905e9](https://github.com/kyubisation/angular-t9n/commit/57905e96877aad8a08e46626a198c89cd8494bea)) - minor usage improvements in root component ([8bacc7f](https://github.com/kyubisation/angular-t9n/commit/8bacc7fb888e77b0a2daae8b97c4e0522d7afa23)) ### Bug Fixes - configure correct websocket address ([cbd7743](https://github.com/kyubisation/angular-t9n/commit/cbd7743ba48e6291d4b85df86169c96f21fc0386)) - linting ([009fd8a](https://github.com/kyubisation/angular-t9n/commit/009fd8ab27574ccaa8a549c4301e3b37da6cdc5d)) ### [0.3.1](https://github.com/kyubisation/angular-t9n/compare/0.3.0...0.3.1) (2020-01-16) ### Bug Fixes - import should use target value from file ([26e0670](https://github.com/kyubisation/angular-t9n/commit/26e0670358c8d065fa4171cbfa6fcbd157a3c227)) ## [0.3.0](https://github.com/kyubisation/angular-t9n/compare/0.2.1...0.3.0) (2020-01-05) ### Features - add orphan template link in target response ([90b3102](https://github.com/kyubisation/angular-t9n/commit/90b3102e22a45a08df13293cc4a54c24f1cc9b4a)) - implement unit detail page ([9d1b8a5](https://github.com/kyubisation/angular-t9n/commit/9d1b8a53d1a46f10ece217e210278d8418a39270)) - replace orphan collapsible table with detail page ([9aabe0b](https://github.com/kyubisation/angular-t9n/commit/9aabe0b749d6522db3eb63904f374153a41fd913)) ### [0.2.1](https://github.com/kyubisation/angular-t9n/compare/0.2.0...0.2.1) (2020-01-03) ## [0.2.0](https://github.com/kyubisation/angular-t9n/compare/0.1.2...0.2.0) (2020-01-02) ### ⚠ BREAKING CHANGES - remove encoding as an option, since it might be problematic for the web app. ### Bug Fixes - validate for existing target in add language modal ([83afd29](https://github.com/kyubisation/angular-t9n/commit/83afd29701423c4d7d030eddbee86a2689bf1104)) * remove encoding as an option ([245bbea](https://github.com/kyubisation/angular-t9n/commit/245bbea327b598630da7c6f0aeedd0d45ba68274)) ### [0.1.2](https://github.com/kyubisation/angular-t9n/compare/0.1.1...0.1.2) (2020-01-02) ### Features - display project name and source file path in overview ([bf7d764](https://github.com/kyubisation/angular-t9n/commit/bf7d7643e0100ae50dda4bf44857329655666bd6)) - translation server provides project name and source file path ([c5823e5](https://github.com/kyubisation/angular-t9n/commit/c5823e56e3ac54b5f9fcdc0b9980a8bbe82d5e61)) ### Bug Fixes - assign type="button" to add language modal cancel button ([4801c2e](https://github.com/kyubisation/angular-t9n/commit/4801c2e885fd5d8000073b52a92e93ad4afe15e5)) - ensure target is only created once ([fc8f12c](https://github.com/kyubisation/angular-t9n/commit/fc8f12c1133737af1c9f9429bf7acddf309782af)) ### [0.1.1](https://github.com/kyubisation/angular-t9n/compare/0.1.0...0.1.1) (2020-01-01) ### Bug Fixes - deal with initial input event in ie11 ([284470e](https://github.com/kyubisation/angular-t9n/commit/284470e36aca702f482893adda272047a5f2792e)) ## 0.1.0 (2020-01-01) ### Features - implement initial version ([#2](https://github.com/kyubisation/angular-t9n/issues/2)) ([1b5502c](https://github.com/kyubisation/angular-t9n/commit/1b5502cf80926817583eee674cf56c7e5b26301d))