File tree Expand file tree Collapse file tree 1 file changed +12
-3
lines changed
Expand file tree Collapse file tree 1 file changed +12
-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.4 - 2025-11-09
6+
7+ @beta
8+
59## v0.0.1 - 2025-11-09
610
711### 🎉 Initial Beta Release
812
913- ** useTranslation Hook** : React hook for accessing Laravel translations
14+
1015 - ` __() ` - Main translation function with replacements and fallback
1116 - ` trans() ` - Alias for ` __() `
1217 - ` lang() ` - Alias for ` __() `
@@ -16,22 +21,26 @@ All notable changes to `@devwizard/laravel-localizer-react` will be documented i
1621 - ` dir ` - Text direction (ltr/rtl)
1722 - ` availableLocales ` - Available locales with metadata
1823 - ` translations ` - All translations for current locale
19-
24+
2025- ** Vite Plugin** : Automatic TypeScript generation
26+
2127 - Watches ` lang/** ` directory for changes
2228 - Debounced regeneration (300ms)
2329 - Runs ` php artisan localizer:generate --all ` automatically
2430 - Zero configuration required
25-
31+
2632- ** TypeScript Support** : Full type safety
33+
2734 - Comprehensive interfaces for all types
2835 - IntelliSense support in IDEs
2936 - Strict mode compatible
30-
37+
3138- ** Inertia.js Integration** : Seamless integration with Inertia.js
39+
3240 - Works with both Inertia v1 and v2
3341 - Supports React 18 and 19
3442 - Automatic page props detection
43+
3544
3645### 📚 Documentation
3746
You can’t perform that action at this time.
0 commit comments