Skip to content

v1.0.0.0

Compare
Choose a tag to compare
@ali-abrar ali-abrar released this 05 Jan 04:31
e7ccc91

v1.0.0.0 - 2022-01-04

  • Update reflex-platform to v0.9.2.0
    • This updated reflex-dom-core to 0.7, which removes the js type parameter from Prerender (i.e., Prerender js t m becomes Prerender t m) and removes HasJS and HasJSContext. This resulted in changes to the following Obelisk modules:
      • Obelisk.Configs: HasJSContext and HasJS are no longer derived.
      • Obelisk.Frontend: ObeliskWidget js t route m no longer has the js type parameter. It is now ObeliskWidget t route m.
      • Obelisk.Route.Frontend: There are no longer HasJSContext or HasJS instances for RoutedT, SetRouteT, RouteToUrlT.
      • Various functions that were constrained to Prerender js t m have been updated to with the constraint Prerender t m.