Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: neg4n/d3-no-dom
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.0.0
Choose a base ref
...
head repository: neg4n/d3-no-dom
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.0.0
Choose a head ref
  • 12 commits
  • 7 files changed
  • 2 contributors

Commits on Jun 30, 2024

  1. Configuration menu
    Copy the full SHA
    cc1c1e0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f8063c6 View commit details
    Browse the repository at this point in the history
  3. chore: remove useless newline

    neg4n committed Jun 30, 2024
    Configuration menu
    Copy the full SHA
    30e410e View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2024

  1. feat!: decouple jsdom from the internal mechanisms

    BREAKING CHANGE: From now on, the d3-no-dom does
    not depend on any DOM-filling library undernath
    and it is up to end user to provide such
    functionality via the prepareServerSideSvgRenderer
    options (`domProvider`), just like it was done
    before with d3 (`d3Instance`)
    neg4n committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    f0d1029 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7c18bc8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0a8eb1c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    38b633a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2f26813 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    297275d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5997762 View commit details
    Browse the repository at this point in the history
  8. docs: tweak formatting

    neg4n committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    3491518 View commit details
    Browse the repository at this point in the history
  9. chore(release): 2.0.0 [skip ci]

    # [2.0.0](v1.0.0...v2.0.0) (2024-07-01)
    
    * feat!: decouple jsdom from the internal mechanisms ([f0d1029](f0d1029))
    
    ### Bug Fixes
    
    * remove encodeURIComponent in converting to b64 ([297275d](297275d))
    
    ### Features
    
    * add ability to modify svg's viewbox ([38b633a](38b633a))
    
    ### BREAKING CHANGES
    
    * From now on, the d3-no-dom does
    not depend on any DOM-filling library undernath
    and it is up to end user to provide such
    functionality via the prepareServerSideSvgRenderer
    options (`domProvider`), just like it was done
    before with d3 (`d3Instance`)
    semantic-release-bot committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    28f2a01 View commit details
    Browse the repository at this point in the history
Loading