New to Kendo UI for Angular? Start a free 30-day trial

Internationalization (Archive)

4.1.1

2022-11-17

Bug Fixes

  • mark as compatible with Angular v15

4.1.0

2022-07-11

Bug Fixes

  • bump kendo-intl to v3.1

Features

  • update locale data to CLDR v41
  • use data from cldr-json

4.0.1

2022-06-10

Bug Fixes

  • bump kendo-intl dependency

4.0.0

2022-04-20

Features

  • update to Angular v12
  • mark as compatible with Angular v14

Breaking Changes

  • No longer compatible with Angular v8 - 11

3.1.3

2022-03-02

Bug Fixes

  • cdn bundles global imports

3.1.2

2021-11-03

Bug Fixes

  • add support for RxJS 7
  • mark as compatible with Angular 13

3.1.1

2021-05-05

Bug Fixes

  • mark as compatible with Angular v12

3.1.0

2021-01-19

Features

  • add millisecond support

3.0.0

2020-12-16

Bug Fixes

  • add homepage URL

Features

  • update locales to CLDR v37
  • drop support for Angular 6 and 7
  • enable licensing

Breaking Changes

2.0.4

2020-11-11

Bug Fixes

  • add Angular 11 to peer dependencies

2.0.3

2020-09-09

Bug Fixes

  • short weekday names in pt-* locales

2.0.2

2020-06-25

Bug Fixes

  • mark as compatible with Angular 10

2.0.1

2020-01-14

Bug Fixes

  • mark as compatible with Angular 9.x
  • update to cldr 36
  • add currencyData to prebuilt locales

2.0.0

2019-06-21

Features

  • Add weekendRange method
  • Add weekendRange function
  • Update to RxJS 6

Breaking Changes

  • Custom implementations of the IntlService must implement the weekendRange method
  • Angular 4 and 5 are no longer supported.

1.7.1

2019-05-29

Bug Fixes

  • mark as compatible with Angular 8
  • update locales to CLDR v35.1

1.7.0

2019-02-21

Features

  • add flat ES module bundles
  • expose loaded cldr data
  • provide prebuilt json locales

1.6.1

2018-11-21

Bug Fixes

  • update to cldr 34

1.6.0

2018-10-19

Features

  • mark as compatible with Angular 7.x

1.5.0

2018-08-16

Bug Fixes

  • stale dependencies in browser bundle

Features

  • update lоcales to cldr 33.0.0

1.4.1

2018-05-09

Bug Fixes

  • mark module as side-effects free
  • mark as compatible with Angular 6.x, RxJS 6.x

1.4.0

2018-04-04

Features

  • date and number pipes support for optional locale id
  • support for locale changes notifications

1.3.2

2018-02-27

Bug Fixes

  • flatten metadata

1.3.1

2018-02-14

Bug Fixes

  • bundle metadata and type definitions alongside CommonJS modules
  • serve CDN bundle for UNPKG and jsDelivr
  • build errors when targeting es2015

1.3.0

2017-11-06

Bug Fixes

  • update to cldr 32
  • accept Angular 5.x as a peer dependency

Features

  • support for k,K hour specifiers

1.2.2

2017-07-26

Bug Fixes

  • use official version for intl dependency

1.2.1

2017-06-28

Bug Fixes

  • update license

1.2.0

2017-06-15

Bug Fixes

  • bundle build with Angular 4.2

Features

  • add currency accounting formatting

1.1.0

2017-06-06

Features

  • add pregenerated locales

1.0.0

2017-05-04

Features

  • official release

0.12.0

2017-04-05

Features

  • upgrade to Angular 4.0

0.11.1

2017-03-21

Bug Fixes

  • number pipe should format zero

0.11.0

2017-03-06

Features

  • Export kendo intl methods
  • re-export splitDateFormat method
  • re-export dateFieldName method in favor of dateFormatString method

0.10.0

2017-02-13

Features

  • re-export kendo-intl methods and interfaces

0.9.1

2017-01-30

Bug Fixes

  • cdn bundle name

0.9.0

2017-01-16

Features

  • add dateFormatString function

0.8.0

2017-01-13

Bug Fixes

  • add missing Injectable decorator for the ErrorHandler

Features

  • cldr-service: expose number symbols information
  • intl-service: add an abstract numberSymbols method

0.7.4

2017-01-11

Bug Fixes

  • error detail links

0.7.3

2016-11-26

Bug Fixes

  • update dependencies

0.7.2

2016-11-26

Bug Fixes

  • npm entry point
  • include ES modules for dependencies

0.7.1

2016-11-24

Bug Fixes

  • AoT compilation

0.7.0

2016-11-23

Features

  • add ES module bundle

0.6.5

2016-11-21

Bug Fixes

  • rxjs dependency

0.6.4

2016-11-18

Bug Fixes

  • build docs bundle

0.6.3

2016-11-11

Bug Fixes

  • pin typescript to 2.0.x

0.6.2

2016-10-14

Bug Fixes

  • relax the angular dev dependencies version
  • ignore aot tsconfig for npm package

0.6.1

2016-10-13

Bug Fixes

  • broken slugs in api reference

0.6.0

2016-10-13

Features

  • support for AoT

0.5.0

2016-10-04

Bug Fixes

  • toString should accept format object

Features

  • add support for passing locale id

0.4.2

2016-09-28

Bug Fixes

  • moved @angular packages as peerDependencies

0.4.1

2016-09-21

Bug Fixes

  • bump patch version

0.4.0

2016-09-20

Bug Fixes

  • address typescript declaration issues

Features

  • intercept Kendo-Intl errors. merge pull request #5 from telerik/troubleshooting
  • generate IntlErrors with troubleshooting link
  • add custom error handler

0.3.0

2016-09-15

Features

  • upgrade to Angular 2.0 final

0.2.1

2016-09-14

Bug Fixes

  • downgrade TypeScript to 1.8

0.2.0

2016-09-13

Initial public release

  • IntlService abstract base class
  • CldrIntlService default implementation based on @telerik/kendo-intl
  • IntlModule with kendoDate and kendoNumber pipes