Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DocumentFragments should be rendered conditionally #526

Merged
merged 5 commits into from
Feb 18, 2020
Merged

Conversation

bgrochal
Copy link
Member

@bgrochal bgrochal commented Feb 10, 2020

  • DOM Nodes should be passed to showIf and showIfElse methods as call-by-name parameters to assure consistency with produce and repeat, as well as to enable conditional rendering of mutable nodes (like DocumentFragment)
  • produce API unified (no backwards compatibility violation)

@bgrochal bgrochal self-assigned this Feb 10, 2020
@bgrochal bgrochal changed the base branch from master to 0.8.x February 10, 2020 15:23
 - overloaded data-binding methods reimplemented with chaining,
 - `customElementReplace` renamed to `customElementsReplace` for consistency,
 - unit tests for respecting custom DOM Nodes replacement enabled for both `produce` and `produceWithNested`.
@ddworak ddworak merged commit 2488065 into 0.8.x Feb 18, 2020
@ddworak ddworak deleted the showif-by-name branch February 18, 2020 07:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants