Skip to content

Releases: talyssonoc/react-laravel

Update to React 0.14

20 Jan 16:21
Compare
Choose a tag to compare
Merge pull request #61 from TomCaserta/react-fix

Fixes script race condition, updates react to latest and fixes travis tests

Remove React from assets

02 Oct 05:02
Compare
Choose a tag to compare

Changes:

  • React dependency now comes from npm with composer-extra-assets

Fix error with deferred service provider

25 Jul 05:14
Compare
Choose a tag to compare

Changes:

  • Remove defer flag from service provider.

Namespaced elements

13 Jul 21:42
Compare
Choose a tag to compare

Features:

  • Components now can be namespaced

Updates:

  • Update React from 0.13.1 to 0.13.3

Fix directive not rendering

11 Jun 13:02
Compare
Choose a tag to compare

Fixes:

  • Blade directive now renders properly again

Defer provider and change config file location

27 May 12:55
Compare
Choose a tag to compare

Features:

  • The ReactServiceProvider is now deferred.
  • Configs are now on a separated file from config/app.php, it's config/react.php now.

Use cache in production

09 May 03:14
Compare
Choose a tag to compare

Features:

  • React and component's source are now cached at production.

Fix bugs with PHPUnit and autoload

23 Apr 03:51
Compare
Choose a tag to compare
Merge pull request #19 from talyssonoc/fix_relative_path_issue

Finally fix relative path issue

Fix relative path issue

21 Apr 01:33
Compare
Choose a tag to compare
v0.5

Fix relative path error

Change JSON value when no props are passed and add tests

19 Apr 13:00
Compare
Choose a tag to compare