Releases: robisim74/qwik-speak
Releases · robisim74/qwik-speak
v0.23.0
v0.22.1
What's new
Added ability to disable local debugging in Speak config. Thanks to @mhuretski
v0.22.0
What's new
v0.21.0
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.20.0
What's new
- Automatic key generation: https://github.com/robisim74/qwik-speak/blob/main/docs/translate.md#automatic-key-generation
inlinePlural
default values: https://github.com/robisim74/qwik-speak/blob/main/docs/translate.md#inlineplural
Thanks to @genox for these new features!
- Logging regarding missing values (#109). Thanks to @nelsonprsousa
v0.19.0
v0.18.0
What's new
- Extract command:
fallback
option: https://github.com/robisim74/qwik-speak/blob/main/docs/extract.md#translations-fallback - Inline:
loadAssets
option: https://github.com/robisim74/qwik-speak/blob/main/docs/inline.md#load-assets - Domain-based routing: https://github.com/robisim74/qwik-speak/blob/main/docs/tutorial-routing.md#domain-based-routing
- Domain-based routing with url rewriting: https://github.com/robisim74/qwik-speak/blob/main/docs/tutorial-routing-rewrite.md#domain-based-routing
v0.17.0: Merge pull request #97 from robisim74/dev-inline-v3
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
andtranslatePath
Breaking changes
- Old
inlineTranslate
=> newinlineTranslate
without context - Rename
useTranslate
toinlineTranslate
- Rename
usePlural
toinlinePlural
- Remove
QwikSpeakProvider
component =>useQwikSpeak
- Remove
Speak
component =>useSpeak
- Testing:
QwikSpeakProvider
component =>QwikSpeakMockProvider
component
Please, check the docs, quick start and tutorials for more details.
v0.16.0
- 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