fluent-vue

Internationalization plugin for Vue.js

MIT License

Downloads
5.2K
Stars
235
Committers
11

Bot releases are visible (Hide)

fluent-vue - v3.0.0-beta.16

Published by github-actions[bot] over 3 years ago

v3.0.0-beta.16 (2021-07-19)

⭐ New Features

  • rollup-plugin-fluent-vue

πŸ› Bug Fixes

  • fluent-vue-loader

πŸ“ Documentation

Committers: 1

fluent-vue - v3.0.0-beta.15

Published by github-actions[bot] over 3 years ago

v3.0.0-beta.15 (2021-07-15)

⭐ New Features

  • fluent-vue-loader, fluent-vue
    • #644 Add exports and homepage fields to package.json (@Demivan)

Committers: 1

fluent-vue - v3.0.0-beta.14

Published by github-actions[bot] over 3 years ago

v3.0.0-beta.14 (2021-06-24)

⭐ New Features

πŸ“ Documentation

Committers: 1

fluent-vue - v3.0.0-beta.13

Published by github-actions[bot] over 3 years ago

v3.0.0-beta.13 (2021-06-12)

⭐ New Features

πŸ’₯ Breaking Change

Initialization code changed from:

const enBundle = new FluentBundle('en')
const ukBundle = new FluentBundle('uk')

const fluent = createFluentVue({
  locale: 'en',
  bundles: [enBundle, ukBundle] 
})

to:

const enBundle = new FluentBundle('en')
const ukBundle = new FluentBundle('uk')

const fluent = createFluentVue({
  bundles: [enBundle] 
})

Instead of using locale property to select current locale, bundles property is now used as current negotiated fallback chain of languages.

This allows consumers to choose language negotiation logic suitable for their app.

Committers: 1

fluent-vue - v3.0.0-beta.12

Published by github-actions[bot] over 3 years ago

v3.0.0-beta.12 (2021-06-07)

πŸ› Bug Fixes

  • fluent-vue
    • #621 Fix directive not updating on locale change with Vue 3.1.0 (@Demivan)

Committers: 1

fluent-vue - v3.0.0-beta.11

Published by github-actions[bot] over 3 years ago

v3.0.0-beta.11 (2021-06-06)

πŸ› Bug Fixes

  • fluent-vue
    • #612 Fix error when using useFluent method from Vue 2 (@Demivan)

Committers: 1

fluent-vue - v3.0.0-beta.10

Published by github-actions[bot] over 3 years ago

v3.0.0-beta.10 (2021-05-31)

⭐ New Features

πŸ› Bug Fixes

πŸ“ Documentation

Committers: 1

fluent-vue - v3.0.0-beta.9

Published by Demivan over 3 years ago

v3.0.0-beta.9 (2021-04-13)

⭐ New Features

  • fluent-vue
    • #472 Pass message attributes as i18n component slots props (@davidrios)

Committers: 2

fluent-vue - v2.4.5

Published by Demivan over 4 years ago

2.4.5 (2020-04-13)

Bug Fixes

  • package: update yarn.lock to reduce vulnerabilities (faae0be)
fluent-vue - v2.4.4

Published by Demivan over 4 years ago

2.4.4 (2020-04-13)

Bug Fixes

  • package.json & yarn.lock to reduce vulnerabilities (#59) (8f61162)
fluent-vue - v2.4.3

Published by Demivan over 4 years ago

2.4.3 (2020-03-07)

Bug Fixes

  • package: update @fluent/dedent to version 0.2.0 (2363355)
  • package: update @fluent/sequence to version 0.5.0 (27e5d23)
fluent-vue - v2.4.2

Published by Demivan over 4 years ago

2.4.2 (2020-02-18)

Bug Fixes

  • reduce bundle size by not bundling npm dependencies (6faca34)
  • types: improve typescript type definitions (a07a8e3)
fluent-vue - v2.4.1

Published by Demivan over 4 years ago

2.4.1 (2020-02-16)

Bug Fixes

  • package: make @fluent/bundle a peer dependency and @fluent/dedent a dev dependency (14c487c), closes #43
  • package: update @fluent/bundle to version 0.15.0 (2991da9)
fluent-vue - v2.4.0

Published by Demivan over 4 years ago

2.4.0 (2020-01-20)

Features

  • improve typescript typings (0f3308e)
fluent-vue - v2.3.0

Published by Demivan about 5 years ago

2.3.0 (2019-10-15)

Features

  • directive: add whitelist for allowed attributes on element (ee9c516), closes #11
fluent-vue - v2.2.0

Published by Demivan about 5 years ago

2.2.0 (2019-10-14)

Features

  • method: add a way to get message attrs (48f68bb), closes #9
fluent-vue - v2.1.0

Published by Demivan about 5 years ago

2.1.0 (2019-09-09)

Features

  • component: add component for component interpolation (79bac0a)
fluent-vue - v2.0.0

Published by Demivan about 5 years ago

2.0.0 (2019-08-29)

Features

  • refresh vue components when bundle list changes (bfc3039)
  • plugin: allow passing multiple bundles to plugin (699838f)

BREAKING CHANGES

  • plugin: Instead on bundle option plugin now accepts bundles option with array of bundles
fluent-vue - v1.4.0

Published by Demivan about 5 years ago

1.4.0 (2019-08-10)

Features

  • directive: allow to not set element textContent from translations (b4f67fd)
  • directive: update translations when parameters change (3c7dfe4)
fluent-vue - v1.3.0

Published by Demivan about 5 years ago

1.3.0 (2019-08-08)

Bug Fixes

  • directive: fix localization when element does not have attributes (a3581fd)

Features

  • directive: allow to localize attributes (d395b42)
  • directive: simplify directive arguments (ed4ccff)
Package Rankings
Top 4.33% on Npmjs.org
Badges
Extracted from project README
SWUbanner fluent-vue unplugin-fluent-vue