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

Using QuerySelecor instead of id #243

Merged
merged 26 commits into from Jan 18, 2021
Merged

Using QuerySelecor instead of id #243

merged 26 commits into from Jan 18, 2021

Conversation

jamowei
Copy link
Collaborator

@jamowei jamowei commented Jan 18, 2021

Fixes #241 and fixes #226

chausknecht and others added 26 commits December 16, 2020 10:16
- choose better fitting start strategy for handling a single mount point
- renamed old ``RenderContext`` interface into ``HtmlElements``
- introduced new type alias called ``RenderContext`` as meaningful shorthand for ``Tag<HtmlElement>``
- adopt parameter naming to new interface name
- reworked changes of PR#230 to make components more flexible again which kind of HTML content they accept (the new type ``RenderContext`` should be the preferred one in general until there are good reasons to restrict it!)
- retype ``HtmlElements`` to new ``RenderContext`` type for components
- add missing render function variant
- improve readability by making boolean parameter explicit in order
  to enhance readability of the ``render`` function call.
- improve API documentation
@jamowei jamowei added this to the 0.9 milestone Jan 18, 2021
@jwstegemann jwstegemann merged commit 7748677 into master Jan 18, 2021
@jwstegemann jwstegemann deleted the jamowei/querySelecor branch January 18, 2021 19:48
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.

Support querySelecor for global render function mount does not remove existing content
2 participants