File tree Expand file tree Collapse file tree 1 file changed +13
-3
lines changed
Expand file tree Collapse file tree 1 file changed +13
-3
lines changed Original file line number Diff line number Diff line change 22
33All notable changes to ` @devwizard/laravel-localizer-react ` will be documented in this file.
44
5+ ## v0.0.2 - 2025-11-09
6+
7+ @beta release
8+ ** Full Changelog** : https://github.com/DevWizardHQ/laravel-localizer-react/compare/v0.0.1...v0.0.2
9+
510## v0.0.1 - 2025-11-09
611
712### 🎉 Initial Beta Release
813
914- ** useTranslation Hook** : React hook for accessing Laravel translations
15+
1016 - ` __() ` - Main translation function with replacements and fallback
1117 - ` trans() ` - Alias for ` __() `
1218 - ` lang() ` - Alias for ` __() `
@@ -16,22 +22,26 @@ All notable changes to `@devwizard/laravel-localizer-react` will be documented i
1622 - ` dir ` - Text direction (ltr/rtl)
1723 - ` availableLocales ` - Available locales with metadata
1824 - ` translations ` - All translations for current locale
19-
25+
2026- ** Vite Plugin** : Automatic TypeScript generation
27+
2128 - Watches ` lang/** ` directory for changes
2229 - Debounced regeneration (300ms)
2330 - Runs ` php artisan localizer:generate --all ` automatically
2431 - Zero configuration required
25-
32+
2633- ** TypeScript Support** : Full type safety
34+
2735 - Comprehensive interfaces for all types
2836 - IntelliSense support in IDEs
2937 - Strict mode compatible
30-
38+
3139- ** Inertia.js Integration** : Seamless integration with Inertia.js
40+
3241 - Works with both Inertia v1 and v2
3342 - Supports React 18 and 19
3443 - Automatic page props detection
44+
3545
3646### 📚 Documentation
3747
You can’t perform that action at this time.
0 commit comments