Skip to content

2.1

Compare
Choose a tag to compare
@Daniel15 Daniel15 released this 24 Jan 07:01
· 715 commits to main since this release
  • #189 - If errors occur while loading a JS file, don't throw an exception until we actually try to use the script. This ensures that a syntax error in a file loaded with AddScriptWithoutTransform will not crash IIS.
  • #186 - Expose ReactDOM just in case it's used in some script.
  • #182 - Use SHA1 rather than MD5 for cache hashing so that it can be used in a FIPS-compliant environment. Thanks to Ruaidhri Primrose
  • Added a console sample to show how ReactJS.NET can be used outside of a web context.
  • #195 - Add ReactEnvironment.Current property as a shortcut to get the current React environment. This replaces the old method of directly using the DI container (React.AssemblyRegistration.Container.Resolve<IReactEnvironment>()).