Skip to content

Releases: robisim74/qwik-speak

v0.23.0

26 May 19:26
Compare
Choose a tag to compare

Qwik version: ^1.5.5

  • Upgrade packages b057c5e
  • Perf: use preserve modules & different Qwik versions in workspace bcf841e
  • Tools(inline): fix load translations 07327e9

v0.22.1...v0.23.0

v0.22.1

16 May 06:42
Compare
Choose a tag to compare

What's new
Added ability to disable local debugging in Speak config. Thanks to @mhuretski

  • Merge pull request #128 from mhuretski/debug-in-config eea17f3

v0.22.0...v0.22.1

v0.22.0

12 Mar 20:03
Compare
Choose a tag to compare

v0.21.0

03 Feb 14:44
Compare
Choose a tag to compare

Qwik version: ^1.4.3

What's new
Automatic removal of unused keys: https://github.com/robisim74/qwik-speak/blob/main/docs/extract.md#automatic-removal-of-unused-keys

v0.20.1...v0.21.0

v0.20.1

01 Feb 13:14
Compare
Choose a tag to compare

v0.20.0...v0.20.1

v0.20.0

30 Jan 20:31
Compare
Choose a tag to compare

What's new

Thanks to @genox for these new features!

v0.19.0...v0.20.0

v0.19.0

21 Dec 20:30
Compare
Choose a tag to compare

Qwik version: ^1.3.1

v0.18.0...v0.19.0

v0.18.0

v0.17.0: Merge pull request #97 from robisim74/dev-inline-v3

25 Nov 14:29
2b1ed24
Compare
Choose a tag to compare

Qwik version: ^1.2.18

What's new
This release adds support for inlining also in dev mode, removes the context for inlined translations and replace translation functions:

  • same behavior in dev and prod mode
  • reduce the usage of scoped translation
  • hot reload for json changes
  • inlineTranslate & inlinePlural functions:
    • work in props and attributes
    • work out of context
    • translating meta tags in head no longer requires dynamic translations
    • can work on server
  • routing functions: localizePath and translatePath

Breaking changes

  • Old inlineTranslate => new inlineTranslate without context
  • Rename useTranslate to inlineTranslate
  • Rename usePlural to inlinePlural
  • Remove QwikSpeakProvider component => useQwikSpeak
  • Remove Speak component => useSpeak
  • Testing: QwikSpeakProvider component => QwikSpeakMockProvider component

Please, check the docs, quick start and tutorials for more details.

  • Merge pull request #97 from robisim74/dev-inline-v3 2b1ed24

v0.16.0...v0.17.0

v0.16.0

24 Sep 16:17
Compare
Choose a tag to compare
  • Merge pull request #92 from claudioshiver/translated-paths 71187a3
  • Perf: add warnings for duplicate or conflicting assets 025bfa7

Thanks to @claudioshiver for the new feature: localized routing with url rewriting

v0.15.3...v0.16.0