Skip to content

Releases: fortedigital/Forte.Web.React

1.0.3

09 Aug 08:00
5a19df1
Compare
Choose a tag to compare

What's Changed

  • Added global context to render in renderToString.js script. by @smydolf in #37
  • missing version upgrade by @smydolf in #38

New Contributors

Full Changelog: 1.0.2...1.0.3

1.0.2

28 Nov 08:13
f80eb82
Compare
Choose a tag to compare

What's Changed

  • Added client-only fallback for RenderAsync method by @AyronK in #35

Full Changelog: 1.0.1...1.0.2

1.0.1

24 Nov 13:52
1b0020b
Compare
Choose a tag to compare

What's Changed

Added

  • Added examples with readmes for .NET Core and .NET Framework by @AyronK in #29

Fixed

  • Fixed identifier prefix support and added an optional setting to switch it on by @AyronK in #31
  • Fixed createRoot parameters order by @AyronK in #31

Full Changelog: 1.0.0...1.0.1

1.0.0

08 Aug 11:26
443388f
Compare
Choose a tag to compare

Breaking changes

  • Package was renamed to Forte.Web.React
  • Root namespace was renamed to Forte.Web.React

What's Changed

New Contributors

Full Changelog: 0.3.1...1.0.0

0.3.1

19 Jul 08:05
32942ed
Compare
Choose a tag to compare

What's Changed

  • Allow own implementation of json serializer by @AyronK in #20

Full Changelog: 0.3.0...0.3.1

0.3.0

19 May 07:56
901a82d
Compare
Choose a tag to compare

What's Changed

  • Added IReactService.GetAvailableComponentNames

Breaking Changes

  • Components are now expected to be available as properties of global.__react (vs global previously)
  • IReactService.WriteHtmlOutputToAsync has been renamed to IReactService.RenderAsync

0.2.2

18 May 11:08
2761ad2
Compare
Choose a tag to compare

What's Changed

0.2.1

18 May 09:14
db13b55
Compare
Choose a tag to compare

What's Changed

  • Added rendering mode setting for component by @AyronK in #17

Release with support .NET Framework 4 8

11 May 09:12
a1895b6
Compare
Choose a tag to compare
Pre-release
Merge pull request #16 from fortedigital/feature/support-framework-4_8

Added support for .NET Framework 4 8

Release alpha with streaming data

27 Apr 08:03
d2f3693
Compare
Choose a tag to compare
Merge pull request #14 from fortedigital/feature/streaming

Added function to render to pipeable stream