Skip to content

Releases: worldoptimizer/HypeReactiveContent

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

Hype Reactive Content v1.1.4

19 Jul 00:13
6cc4a0b
Compare
Choose a tag to compare
  • Added support for an arbitrary scopeSymbol with arbitrary length, default is still ⇢

Hype Reactive Content v1.1.3

15 Jul 19:19
0ee967c
Compare
Choose a tag to compare
  • Fixed another falsy type bug that forwarded undefined data-scopes to the default scope

Hype Reactive Content v1.1.2

15 Jul 15:41
9a4fccb
Compare
Choose a tag to compare
  • Minor cleanups and fixes

Hype Reactive Content v1.1.1

15 Jul 15:12
c39fdd9
Compare
Choose a tag to compare
  • 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

27 Jun 17:59
28edfac
Compare
Choose a tag to compare
  • 1.1.0 Added hypeDocument.enableReactiveCustomData and the default customData

Hype Reactive Content v1.0.9

27 Jun 17:09
6ca8d91
Compare
Choose a tag to compare
  • 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

24 Jun 20:36
973125a
Compare
Choose a tag to compare
  • Visibility changes switch display none to block if needed, debounced HypeTriggerCustomBehavior
  • Added compatibility with Hype Global Behavior

Hype Reactive Content v1.0.7

23 Jun 09:46
19e0942
Compare
Choose a tag to compare
  • Fixed small regression in the runCode enclosure for has probes

Hype Reactive Content v1.0.6

22 Jun 16:02
a38ad64
Compare
Choose a tag to compare
  • 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