Releases: talyssonoc/react-laravel
Releases · talyssonoc/react-laravel
Update to React 0.14
Merge pull request #61 from TomCaserta/react-fix Fixes script race condition, updates react to latest and fixes travis tests
Remove React from assets
Changes:
- React dependency now comes from npm with
composer-extra-assets
Fix error with deferred service provider
Changes:
- Remove
defer
flag from service provider.
Namespaced elements
Features:
- Components now can be namespaced
Updates:
- Update React from 0.13.1 to 0.13.3
Fix directive not rendering
Fixes:
- Blade directive now renders properly again
Defer provider and change config file location
Features:
- The
ReactServiceProvider
is now deferred. - Configs are now on a separated file from
config/app.php
, it'sconfig/react.php
now.
Use cache in production
Features:
- React and component's source are now cached at production.
Fix bugs with PHPUnit and autoload
Merge pull request #19 from talyssonoc/fix_relative_path_issue Finally fix relative path issue
Fix relative path issue
v0.5 Fix relative path error
Change JSON value when no props are passed and add tests
v0.3 Update README