Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2022-01-05 | 859 Bytes | |
v1.0.0.0.tar.gz | 2022-01-05 | 10.9 MB | |
v1.0.0.0.zip | 2022-01-05 | 10.9 MB | |
Totals: 3 Items | 21.8 MB | 0 |
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 fromPrerender
(i.e.,Prerender js t m
becomesPrerender t m
) and removesHasJS
andHasJSContext
. This resulted in changes to the following Obelisk modules:Obelisk.Configs
:HasJSContext
andHasJS
are no longer derived.Obelisk.Frontend
:ObeliskWidget js t route m
no longer has thejs
type parameter. It is nowObeliskWidget t route m
.Obelisk.Route.Frontend
: There are no longerHasJSContext
orHasJS
instances forRoutedT
,SetRouteT
,RouteToUrlT
.- Various functions that were constrained to
Prerender js t m
have been updated to with the constraintPrerender t m
.