Skip to content
This repository has been archived by the owner on Jul 28, 2019. It is now read-only.

Releases: ngReact/ngReact

0.5.2

15 Feb 12:54
Compare
Choose a tag to compare

Re-compute prop names on every compile - #222 - thanks @matthieuprat

0.5.1

24 Oct 17:23
Compare
Choose a tag to compare

Updates bower version - #201 - thanks @Shuki-L

0.5.0

02 Oct 14:05
Compare
Choose a tag to compare
  • Pass all props if no propTypes defined #194

0.4.1

09 Jun 18:55
Compare
Choose a tag to compare
  • Don't wrap in $apply if configured + allow capitalized props - #191 - thanks @ghermeto

0.4.0

10 Mar 10:22
Compare
Choose a tag to compare
  • Fix in table example - #163 - thanks @thorsten
  • Remove jsx comments - #182 - thanks @katgeorgeek
  • Enable watchDepth for individual properties - #185 - thanks @rosston

0.3.0

16 Apr 18:32
Compare
Choose a tag to compare

0.2.0

25 Oct 04:34
Compare
Choose a tag to compare
  • Upgrade to React 0.14 (Many thanks to @aabenoja) (#109)
  • Bug fix to avoid calling $scope.$apply when you're already in an $apply or $digest (which would cause a bug) (#99)
  • Improvements to docs, tests, and code styles

Thanks to contributions from @aabenoja, @oriweingart, @zpratt, @Fjandin

0.1.7

08 Jul 05:28
Compare
Choose a tag to compare
  • Fix/Enhancement: Return the value from Angular functions invoked within a $scope.$apply, if you require that value (#85). There was mixed discussion on this, and a sufficiently compelling use case was not provided, but I am more so of the opinion that returning is trivial and a generally accepted practice. Using it should not be necessary and could be considered an antipattern, but in the case that a valid use case arises down the road, I'd rather ngReact not be in the way.

Contributions from @oriweingart and @basarat

0.1.6

01 Jul 02:18
Compare
Choose a tag to compare
  • Fix: Address bug where a changing prop causes a function to no longer be wrapped within scope.apply (#78)
  • Enhancement: Utilize $watchGroup in Angular if it exists to avoid superfluous renders (#69)

Contributions from @psalaets, @kasperp, and @ethul

0.1.5

13 May 04:37
Compare
Choose a tag to compare
  • Feature: Add the watchDepth attribute to be able to control the type of scope watcher utilized by Angular ('collection' to use watchCollection, 'reference' to use watch and reference comparison, and defaulting to watch and value comparison (#47)
  • Enhancement: Docs state you cannot use Angular directives from within React components (#50)

Contributions from @ethul, @djett41, and @marekkalnik