Skip to content

Releases: worldoptimizer/HypeReactiveContent

Hype Reactive Content v1.6.2

12 Sep 15:32
9e95b8a

Choose a tag to compare

  • Removed named custom behavior trigger events for object updates

Hype Reactive Content v1.6.1

16 Jun 09:28
bcc26ad

Choose a tag to compare

  • Exposed parseTemplate to Hype Document API
  • Sandboxed scope resolution to stay within the Hype document container

Hype Reactive Content v1.6.0

07 May 10:41
cc78fec

Choose a tag to compare

  • Added WeakMap cache to reuse existing proxies (fixes identity comparison)
  • Improved template parsing to handle more edge cases

Hype Reactive Content v1.5.1

12 Apr 00:16
ebfd4b0

Choose a tag to compare

  • Moved redraw overlay styling to class-based approach and gated by isHypePreview
  • Added support for returning HTMLElement and DocumentFragment in content expressions

Hype Reactive Content v1.5.0

11 Apr 17:02
d03c37c

Choose a tag to compare

1.4.1

  • Fixed feature regression by removing debouncing in HypeScenePrepareForDisplay

1.5.0

  • Added proper HTML comparison using normalized DOM nodes
  • Added support for explicitly returning null to skip content updates
  • Added customizable redraw tracking functionality to visualize reactive updates

Hype Reactive Content v1.4.1

31 Oct 20:15
c75800f

Choose a tag to compare

  • Fixed feature regression by removing debouncing in HypeScenePrepareForDisplay

Hype Reactive Content v1.4.0

20 Jun 22:24
e3ffa93

Choose a tag to compare

  • Added support for templates and variables using data-content-template and {{variable}} syntax
  • Added new functions: setContentTemplateByName, setContentTemplates, flushContentTemplateByName, flushContentTemplates
  • Added visibility modes: auto (new default), manual and none
  • Added better error handling in runCode when in preview mode

Hype Reactive Content v1.3.0

26 Sep 21:01
16b31a8

Choose a tag to compare

  • Added WeakMap setter for hypeDocument.customData to automatically apply reactivity on reassignments

Hype Reactive Content v1.2.2

13 Sep 09:09
16b31a8

Choose a tag to compare

  • Tweaked color highlighting in the IDE to color unscoped items in scopes correctly

Hype Reactive Content v1.2.1

20 Jul 20:18
57676ef

Choose a tag to compare

  • Added hypeDocument.customDataUpdate on Hype document basis
  • Fixed minor misses in the IDE highlighting for effect