Releases: worldoptimizer/HypeReactiveContent
Releases · worldoptimizer/HypeReactiveContent
Hype Reactive Content v1.1.5
- 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
Hype Reactive Content v1.1.4
- Added support for an arbitrary scopeSymbol with arbitrary length, default is still ⇢
Hype Reactive Content v1.1.3
- Fixed another falsy type bug that forwarded undefined data-scopes to the default scope
Hype Reactive Content v1.1.2
- Minor cleanups and fixes
Hype Reactive Content v1.1.1
- Fixed null case and added reactive highlighting in IDE
- Added data-scope and scope indicator at beginning of expressions with the arrow symbol (⇢)
- Added the ability to inline the scope in data-content before the arrow symbol (⇢)
Also added production version without IDE features
Hype Reactive Content v1.1.0
- 1.1.0 Added hypeDocument.enableReactiveCustomData and the default customData
Hype Reactive Content v1.0.9
- Added isCode and setting a function in customData will not trigger and 'equals' behavior anymore
- Added setDefault and getDefault, added customDataUpdate (callback) as default possibility
Hype Reactive Content v1.0.8
- Visibility changes switch display none to block if needed, debounced HypeTriggerCustomBehavior
- Added compatibility with Hype Global Behavior
Hype Reactive Content v1.0.7
- Fixed small regression in the runCode enclosure for has probes
Hype Reactive Content v1.0.6
- Added Hype Data Magic support, disable with HypeDataMagic.setDefault('refreshOnCustomData', false)
- Added and exposed HypeReactiveContent.disableReactiveObject, Exposed HypeReactiveContent.enableReactiveObject
- Improved runCode running in hypeDocument scope while still accessing customData