Skip to content

Latest commit

 

History

History
211 lines (110 loc) · 9.25 KB

CHANGELOG.md

File metadata and controls

211 lines (110 loc) · 9.25 KB

Changelog

All notable changes to this project will be documented in this file. See commit-and-tag-version for commit guidelines.

19.0.0 (2024-11-22)

⚠ BREAKING CHANGES

  • Update to Angular 19

Features

18.0.0 (2024-05-24)

⚠ BREAKING CHANGES

  • Upgrade to Angular 18

Features

17.0.0 (2023-11-08)

17.0.0-next.0 (2023-11-06)

⚠ BREAKING CHANGES

  • This library now uses Angular 17

Features

16.0.0 (2023-05-04)

⚠ BREAKING CHANGES

  • Update to Angular 16

Features

15.0.2 (2023-05-04)

Bug Fixes

  • apply mdc migration and fix styles (#39) (8dab948)

15.0.1 (2022-11-24)

Bug Fixes

  • remove rollup-plugin-ts from dependencies (2299cf5)

15.0.0 (2022-11-19)

⚠ BREAKING CHANGES

  • Requires Angular 15 with this update.

Features

14.0.0 (2022-06-05)

⚠ BREAKING CHANGES

  • Switch to Angular 14

  • update to Angular 14 (5aa3de8)

13.0.0 (2021-12-12)

Bug Fixes

  • use $id instead of id in schemas (#8) (8099484), closes #7

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)

11.1.3 (2021-02-09)

Bug Fixes

11.1.2 (2020-11-23)

Bug Fixes

  • use correct json schema for init (69ea706)

11.1.1 (2020-11-23)

Bug Fixes

  • add server script to package files (d11e37f)

11.1.0 (2020-11-20)

Features

11.0.0 (2020-11-13)

⚠ BREAKING CHANGES

  • This package now requires the Angular 11 CLI

build

10.1.0 (2020-10-25)

Features

  • create target xlf file if it does not exist (a0fa5c5)
  • have filter be case insensitive (663abb4)
  • support multiple translation files in the i18n section of angular.json (13cedfc)

10.0.0 (2020-07-12)

0.3.5 (2020-07-11)

Bug Fixes

  • update target information on opening overview (b3f36ff)

0.3.4 (2020-07-11)

Bug Fixes

  • correct package includes (25677b0)

0.3.3 (2020-07-11)

0.3.2 (2020-07-11)

Features

  • implement source orphan migration (57905e9)
  • minor usage improvements in root component (8bacc7f)

Bug Fixes

0.3.1 (2020-01-16)

Bug Fixes

  • import should use target value from file (26e0670)

0.3.0 (2020-01-05)

Features

  • add orphan template link in target response (90b3102)
  • implement unit detail page (9d1b8a5)
  • replace orphan collapsible table with detail page (9aabe0b)

0.2.1 (2020-01-03)

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)
  • remove encoding as an option (245bbea)

0.1.2 (2020-01-02)

Features

  • display project name and source file path in overview (bf7d764)
  • translation server provides project name and source file path (c5823e5)

Bug Fixes

  • assign type="button" to add language modal cancel button (4801c2e)
  • ensure target is only created once (fc8f12c)

0.1.1 (2020-01-01)

Bug Fixes

  • deal with initial input event in ie11 (284470e)

0.1.0 (2020-01-01)

Features