github spaansba/ForesightJS V3.1.3
V3.1.3 - Added configurable meta data to registered elements

latest releases: V3.3.2, V3.3.1, V3.3.0...
3 months ago

js.foresight V3.1.3

Features

  • Added new meta prop when registering an element as Record<string, unknown>.

Example:

ForesightManager.instance.register({
  element: elementRef.current,
  callback: () => {},
  meta: {path: "/about"} // For example store the path to the fetchable page
})

js.foresight-devtools V1.0.6

  • Added meta prop to all log events and the element tab

Don't miss a new ForesightJS release

NewReleases is sending notifications on new releases.