Skip to content

Children inheritance on append mode.

Compare
Choose a tag to compare
@eoussama eoussama released this 09 Dec 12:45
· 139 commits to master since this release
  • Added children inheritance on append mode.
  • Added more control over how children are inherited.
    • placement = after: Children are appended after the referencing object's.
    • placement = before: Children are appended before the referencing object's.
  • Few bug fixed.