Skip to content

React 18 & comparison Strategy

Latest
Compare
Choose a tag to compare
@delmendo delmendo released this 06 Nov 21:02
· 1 commit to master since this release

comparisonStrategy={"by_semantic_version"}

by_semantic_version This is the default - it does a semantic comparison.
by_equality - if they aren't the same then a new verison is out
by_iso_date - use iso dates for releases - and if the date is new it forces a reload

Full Changelog: v0.2.0...v0.5.0