Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Jul 29, 2025

Bumps @ngx-translate/http-loader from 4.0.0 to 5.0.0.

Release notes

Sourced from @​ngx-translate/http-loader's releases.

v5.0.0

<a name"5.0.0">

5.0.0 (2016-12-20)

Bug Fixes

  • TranslateService:
    • make TranslateParser public (df7fe29c, closes #347)
    • emit all translations on merge instead of just added ones (807cb15d, closes #367)
    • the onTranslationChange event is now triggered for all setTranslation calls (not just merges) (20881950)
  • Translate Directive:
    • the directive listens to onTranslationChange events now (20881950)

Features

  • Added default fallback language to English (15a75c24)
  • TranslationService: getting translations for default lang when it's set (20881950, closes #332, #336)

Breaking Changes

  • we will now fetch the translations for the default lang when it is set (if they are not already available). Also the default lang is now automatically set to the first lang that receives translations (if it is still undefined at that time). Setting the default lang will override this default behavior, so this will probably not break anything for you, but if you set the translations for the default lang first then you don't even have to call setDefaultLang anymore. (20881950)

v4.2.0

<a name"4.2.0">

4.2.0 (2016-12-05)

Bug Fixes

  • TranslateDirective:
    • update dom content on lang change (a209ad25)
    • support ng2-translate attribute (for protractor) (fb1ac1d4)
  • TranslateParser: fixed params error due to exporting util methods (e3f1fb5c)

Features

  • parser: allow using custom parser (22f20385)

v4.1.0

<a name"4.1.0">

4.1.0 (2016-12-05)

Features

  • TranslateDirective: the directive if finally here! (98a2350a, closes #31)

Usage:

<div [translate]="'HELLO'" [translateparams]="{param: 'world'}"></div>

Or even simpler using the content of your element as a key:

... (truncated)

Commits
  • 38ab093 Merge branch 'pndewit-master'
  • 2088195 feat(TranslationService): getting translations for default lang when it's set
  • 38e0cd9 Merge branch 'master' of https://github.com/pndewit/ng2-translate into pndewi...
  • 7cb84e0 chore(npm): updated dependencies
  • df7fe29 fix(TranslateService): make TranslateParser public
  • 807cb15 fix(TranslateService): emit all translations on merge instead of just added ones
  • 13bb77f test(npm): fixed karma-remap-coverage version
  • b798cc6 docs(README): Fix wrong key for the parameters of the directive
  • d664d28 docs(example): added copy-webpack-plugin for webpack
  • b404188 docs(README): fixing font case for directive
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [@ngx-translate/http-loader](https://github.com/ngx-translate/core) from 4.0.0 to 5.0.0.
- [Release notes](https://github.com/ngx-translate/core/releases)
- [Commits](ngx-translate/core@v4.0.0...v5.0.0)

---
updated-dependencies:
- dependency-name: "@ngx-translate/http-loader"
  dependency-version: 5.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jul 29, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant