Skip to content

Releases: worldoptimizer/HypeReactiveContent

Hype Reactive Content v1.4.0

20 Jun 22:24
e3ffa93
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare
  • Added hypeDocument.customDataUpdate on Hype document basis
  • Fixed minor misses in the IDE highlighting for effect

Hype Reactive Content v1.2.0

14 Jul 13:31
f808839
Compare
Choose a tag to compare
  • Fixed regressions in highlighting in the IDE

Hype Reactive Content v1.1.9

29 Jun 11:40
eb16211
Compare
Choose a tag to compare
  • Added processValueInScope to streamline the code
  • Added data-effect to trigger code on reactive content changes
  • Fixed a slight regression in the visibility handling
  • Reworked the IDE highlighting to be more robust and include effect

Hype Reactive Content v1.1.8

27 Jun 13:31
879089b
Compare
Choose a tag to compare
  • Updated visibility handling in conjunction with scope in content processing

This commit addresses an issue with the way scope in content and visibility were handled.

Changes made:
Modified the processContent function to handle the "starts with" pattern more accurately.
Updated the data-visibility function to improve visibility handling reflecting the scope of content correctly.

These updates should improve the overall performance and reliability of the system.

Hype Reactive Content v1.1.7

09 Mar 14:46
dadf2df
Compare
Choose a tag to compare
  • Exposed resolveClosestScope to hypeDocument

Hype Reactive Content v1.1.6

03 Aug 09:25
a3b436c
Compare
Choose a tag to compare
  • Added bubble type listener for action and behavior as data-content-changed-action, data-content-changed-behavior, data-visibility-changed-action and data-visibility-changed-behavior.
  • Added $elm and element to code execution even if not used in conjunction with Hype Action Events

Hype Reactive Content v1.1.5

20 Jul 23:59
f7dcca7
Compare
Choose a tag to compare
  • Added the _key getter in the proxy to return a simple object string path
  • This fixes custom behavior notifications for nested keys as a full pseudo key is returned