Skip to content

Conversation

@github-actions
Copy link

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

@inventage/lit-i18next@4.0.0

Major Changes

  • 4a45615 Thanks @peschee! - BREAKING: The barrel export has been removed. Update all imports to use direct paths with .js extensions:

    Before

    import { localized, t, i18next } from '@inventage/lit-i18next';

    After

    import { localized } from '@inventage/lit-i18next/localized-decorator.js';
    import { t, i18next } from '@inventage/lit-i18next/localized-helpers.js';
    import { updateWhenLocaleChanges } from '@inventage/lit-i18next/localized-controller.js';

    All exports are now in their respective files:

    • localizedlocalized-decorator.js
    • t, i18nextlocalized-helpers.js
    • updateWhenLocaleChanges, LocalizeController, LocalizeOptionslocalized-controller.js

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant