Skip to content

Releases: loadingio/ldview

0.2.7

28 Oct 05:29

Choose a tag to compare

  • fix bug: nested ld-eachs are not proper scoped.
    • to proper fix this we may need a breaking changes with upgraded ldquery dependency.
    • we workaround this for now and expect to remove the workaround in next major release.
  • fix bug ( caused by 0.2.5 ): context for nested views from ld-each doesn't updated by its data

0.2.6

24 Oct 06:27

Choose a tag to compare

  • dont insert ld-each comment if host provided since we don't need pivot from comment.

0.2.5

22 Oct 14:55

Choose a tag to compare

  • support nested local view

0.2.4

20 Oct 10:07

Choose a tag to compare

  • support virtual container

0.2.3

24 Sep 14:09

Choose a tag to compare

  • fix main entry point file name

0.2.2

16 Aug 15:57

Choose a tag to compare

  • add template to support recursive views
  • prevent internal view from overwriting options provided by ldview logic

0.2.1

06 Aug 16:55

Choose a tag to compare

  • support refering to view root with name @.
  • support multiple arguments in render function.

0.2.0

26 Jun 18:17

Choose a tag to compare

  • only check direct parent instead of ancestor to verify if ld-each node has been processed.

0.1.1

03 Jun 05:10

Choose a tag to compare

  • fix bug: ldview is not in window

0.1.0

03 Jun 03:55

Choose a tag to compare

v0.1.0

  • add ctxs for nested views.
  • add ctx as context shorthand. deprecate context and expect it to be removed in future major update.
  • add views for nested views. views are passed with baseViews option.
  • tweak building script and output file names / paths
  • generate with --no-header and wrap code with -p in livescript compilation.