Skip to content

v0.1.5

Compare
Choose a tag to compare
@qq99 qq99 released this 09 Jan 20:20
· 231 commits to master since this release

Changes

  • #53: With the tg-static attribute decorating a node, we can make sure that this node is not replaced during a fullpage refresh. Though, if you were to refresh the page at a higher level -- e.g., refreshing an ancestor of the tg-static, the static aspect is no longer obeyed and it is replaced.
  • #53: Fixed up refresh-always key to literally always refresh the node annotated. Previously, it was refreshing only if you did a Page.refresh(onlyKeys: [...]) with some keys, which was a very misleading name for something called refresh-always