Skip to content

Releases: ibm-js/decor

0.8.0

13 Dec 07:40
Compare
Choose a tag to compare

What's new in this release?

New Feature
  • New observe() and bind() methods to work on POJOs.
Enhancements
  • Upgrade to DCL V2.
  • iOS 13 support.

Also, numerous bug fixes.

See 0.7.0...0.8.0 for details.

0.7.0

13 Nov 10:57
Compare
Choose a tag to compare
0.7.0 Pre-release
Pre-release

What's new in this release?

New Feature
  • Move ObservableArray from liaison to decor. (#48)
Enhancements
  • remove has("mozilla") flag (#58)
  • add has("edge") flag for Edge (#57)
  • Invalidating enhancements (for dynamic templates) (#56)
  • Stateful: call custom setters/getters for function properties too (#52)
  • call deliver() automatically for Invalidating (#40)

0.7.0-beta

11 Sep 02:05
Compare
Choose a tag to compare
0.7.0-beta Pre-release
Pre-release
  • Stateful: all custom setters for function properties too.
  • Move ObservableArray from liason to decor.
  • Invalidating enhancements (call computeProperties() and refreshRendering() on startup, etc.)

See 0.6.0...0.7.0-beta for details.

0.6.2

21 Aug 08:39
Compare
Choose a tag to compare
0.6.2 Pre-release
Pre-release

ObservableArray

0.6.1

07 Jul 23:43
Compare
Choose a tag to compare
0.6.1 Pre-release
Pre-release
bump version to 0.6.1 so that delite can use changes in #52

0.6.0

11 May 13:44
Compare
Choose a tag to compare
0.6.0 Pre-release
Pre-release

What's new in this release?

Enhancement
  • Stateful: add deliver() and discardChanges() methods (#42)

0.6.0-beta.2

23 Mar 02:37
Compare
Choose a tag to compare
0.6.0-beta.2 Pre-release
Pre-release

Added deliver() and discardChanges() to Stateful. Needed by delite/CustomElement.

0.6.0-beta

20 Mar 11:05
Compare
Choose a tag to compare
0.6.0-beta Pre-release
Pre-release
Change decor version number to 0.6.0.

0.5.0

02 Feb 12:02
Compare
Choose a tag to compare

0.5.0-beta

27 Jan 13:50
Compare
Choose a tag to compare
0.5.0-beta Pre-release
Pre-release

Minor changes:

  • notifyCurrentValue() can take variable number of arguments.

See 0.4.0...0.5.0-beta for details.