Releases: worldoptimizer/HypeReactiveContent
Releases · worldoptimizer/HypeReactiveContent
Hype Reactive Content v1.4.1
- Fixed feature regression by removing debouncing in HypeScenePrepareForDisplay
Hype Reactive Content v1.4.0
- 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
- Added WeakMap setter for hypeDocument.customData to automatically apply reactivity on reassignments
Hype Reactive Content v1.2.2
- Tweaked color highlighting in the IDE to color unscoped items in scopes correctly
Hype Reactive Content v1.2.1
- Added hypeDocument.customDataUpdate on Hype document basis
- Fixed minor misses in the IDE highlighting for effect
Hype Reactive Content v1.2.0
- Fixed regressions in highlighting in the IDE
Hype Reactive Content v1.1.9
- 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
- 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
- Exposed resolveClosestScope to hypeDocument
Hype Reactive Content v1.1.6
- 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