Skip to content

Releases: loadingio/ldview

1.5.0

20 Jun 12:59
Compare
Choose a tag to compare
  • add merge class api
  • support multiple configuration in constructor arguments.

1.4.3

11 Apr 03:57
Compare
Choose a tag to compare
  • fix bug: '' treated as undefined and thus can't be mapped to a node, causing node not found issue.

1.4.2

28 Feb 12:28
Compare
Choose a tag to compare
  • fix bug: incorrect variable used in checking consumed.

1.4.1

28 Feb 12:28
Compare
Choose a tag to compare
  • fix bug: duplicated keys in ld-each list may leave orphan nodes undeleted.
  • npm audit fix

1.4.0

11 Jan 14:15
Compare
Choose a tag to compare
  • by default update ctx via functional ctx before rendering

1.3.2

19 Nov 12:24
Compare
Choose a tag to compare
  • remove unnecessary log

1.3.1

19 Nov 11:46
Compare
Choose a tag to compare
  • fix bug: subview rendering should update ctxs
  • add internal ctxs api for updating ctxs
  • upgrade dependencies

1.3.0

19 Sep 05:34
Compare
Choose a tag to compare
  • support functional ctx parameter for returning customized context especially useful for nested views.

1.2.1

24 Jun 05:30
Compare
Choose a tag to compare
  • fix bug: ctx() should test argument's existence with arguments.length

1.2.0

24 Jun 05:17
Compare
Choose a tag to compare
  • add ctx() function to replace setCtx().