Skip to content

Latest commit

 

History

History
178 lines (82 loc) · 7.65 KB

CHANGELOG.md

File metadata and controls

178 lines (82 loc) · 7.65 KB

Changelog

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

0.8.0 (2024-02-23)

⚠ BREAKING CHANGES

  • deps: drop jsdom <20 from peer dependencies

Features

  • deps: drop jsdom <20 from peer dependencies (554db59)

Bug Fixes

  • deps: update dependency jsdom to v24 (c5478ea)
  • deps: update dependency jsdom to v24 (c8d412a)

0.7.0 (2023-07-17)

Features

  • add cjs build of rollup plugin for legacy rollup projects like sapper (74b49e8)

0.6.2 (2023-06-16)

Bug Fixes

  • prevent exception in svelte-devtools (f3259d0)

0.6.1 (2023-06-02)

Bug Fixes

  • build: reintroduce peer dependency on jsdom due to SSR errors when bundled in sveltekit apps (02e094b)

0.6.0 (2023-03-07)

Features

  • new localize store for localizations in component scripts (867e444)

Bug Fixes

  • packaging: add types reference to package.json (5cbfb1e)

0.5.0 (2023-02-24)

⚠ BREAKING CHANGES

  • ESM/UMD builds for usage outside of svelte applications are not generated any more
  • wrapper element of Overlay component changed to div

Features

  • export typescript type definitions (da86e4b)

Bug Fixes

  • deps: update dependency jsdom to v20.0.2 (1b2a3f1)
  • handle translations with empty pattern that define attributes (7971653), closes #695

Code Refactoring

  • wrapper element of Overlay component changed to div (da86e4b)

Build System

  • use @sveltejs/package for publishing (da86e4b)

0.4.3 (2022-02-15)

Bug Fixes

  • deps: update dependency @fluent/dom to v0.8.1 (ee9342b)
  • rollup-plugin: ensure ssr plugin option rewrites imports to SSR entry point (d4aa9dc)

0.4.2 (2021-12-13)

Features

  • vite 2.7 plugin api compatibility (1ef7266)

Bug Fixes

  • deps: update dependency jsdom to v18.0.1 (dd7be12)
  • deps: update dependency jsdom to v18.1.0 (ee50e23)
  • deps: update dependency jsdom to v18.1.1 (7454c16)

0.4.1 (2021-09-15)

0.4.0 (2021-07-14)

⚠ BREAKING CHANGES

  • add bundler plugin for conditional SSR entrypint

Features

  • add bundler plugin for conditional SSR entrypint (2f47cbc)

0.3.1 (2021-05-31)

0.3.0 (2021-05-31)

Features

  • add support for Vite / SvelteKit (fa86229)

0.2.1 (2020-12-18)

Bug Fixes

  • fix for translate store always returning undefined (3525142)

0.2.0 (2020-12-18)

Features

  • expose stores for retrieving translations directly from FluentProvider (12ad13d)

0.1.5 (2020-10-14)

0.1.4 (2020-08-20)

Bug Fixes

  • process message attributes with FluentBundle.formatPattern (0fa5741)

0.1.3 (2020-08-06)

Bug Fixes

  • ensure FluentProvider updates store when bundles change (697d399)
  • wrap bundles in CachedSyncIterable (8f356f3)

0.1.2 (2020-07-02)

0.1.1 (2020-07-01)

Bug Fixes

  • update broken imports in README example (6b657fd)

0.1.0 (2020-07-01)

Features

  • add support for DOM overlays (experimental) and finish FluentProvider and Localized components (3960bdb)

Bug Fixes

  • prevent Overlay detach error if translation id does not exist (19cd78a)
  • webpack compatibility (89ee4ee)