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

feat(design)!: add tree renderMode #2777

Merged
merged 4 commits into from
Apr 27, 2024
Merged

feat(design)!: add tree renderMode #2777

merged 4 commits into from
Apr 27, 2024

Commits on Apr 26, 2024

  1. feat(design)!: add tree renderMode

    BREAKING CHANGE: Previously, the now-named renderMode "not-in-dom" was
    the default. This is no longer the case. If one was rendering immensely
    large trees and you now notice a significant slow-down, you can
    change the renderMode like:
    
    ```ts
    <ul daff-tree ... renderMode="not-in-dom">
     ...
    </ul>
    ```
    
    Which will restore the original behavior.
    damienwebdev committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    15232d7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f644cf0 View commit details
    Browse the repository at this point in the history
  3. adjust filename

    damienwebdev committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    dd11deb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4b6d5af View commit details
    Browse the repository at this point in the history