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: motiondivision/motion
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v11.13.0
Choose a base ref
...
head repository: motiondivision/motion
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v11.13.1
Choose a head ref
  • 11 commits
  • 19 files changed
  • 5 contributors

Commits on Dec 3, 2024

  1. Updating changelog

    mattgperry committed Dec 3, 2024
    Configuration menu
    Copy the full SHA
    42b2b57 View commit details
    Browse the repository at this point in the history
  2. Updating versions

    mattgperry committed Dec 3, 2024
    Configuration menu
    Copy the full SHA
    c6ea900 View commit details
    Browse the repository at this point in the history
  3. docs: fix typos and update links in documentation files (#2910)

    Co-authored-by: Matt Perry <mattgperry@gmail.com>
    kangju2000 and mattgperry authored Dec 3, 2024
    Configuration menu
    Copy the full SHA
    4b9e61e View commit details
    Browse the repository at this point in the history
  4. Fixing typo

    mattgperry committed Dec 3, 2024
    Configuration menu
    Copy the full SHA
    25105a5 View commit details
    Browse the repository at this point in the history
  5. Updating Three.js (#2922)

    * Updating changelog
    
    * Latest
    mattgperry authored Dec 3, 2024
    Configuration menu
    Copy the full SHA
    46d662e View commit details
    Browse the repository at this point in the history
  6. Updating yarn lock

    mattgperry committed Dec 3, 2024
    Configuration menu
    Copy the full SHA
    dcb5fc5 View commit details
    Browse the repository at this point in the history
  7. Fixing

    mattgperry committed Dec 3, 2024
    Configuration menu
    Copy the full SHA
    54f3c53 View commit details
    Browse the repository at this point in the history
  8. docs: update README.md (#2882)

    Co-authored-by: Matt Perry <mattgperry@gmail.com>
    himself65 and mattgperry authored Dec 3, 2024
    Configuration menu
    Copy the full SHA
    718c219 View commit details
    Browse the repository at this point in the history
  9. exports DynamicAnimationOptions and DOMKeyframesDefinition (#2892)

    * exports DynamicAnimationOptions and DOMKeyframesDefinition
    
    * add type keyword to export statement
    CRBroughton authored Dec 3, 2024
    Configuration menu
    Copy the full SHA
    7c6b174 View commit details
    Browse the repository at this point in the history
  10. SVG elements (like motion.text) now update when given a MotionValue a…

    …s children, matching HTML element behavior (#2841)
    
    * Update the motion value of a child via its firstChild text node instead of innerText
    
    * Added changelog entry
    
    * Improved changelog entry
    
    * Added a test for motion.text inside an svg
    
    * Still use textContent where possible
    
    * An example of providing a MotionValue to a component directly. Testing both a SVG text and HTML h1 element
    
    * SVG also supports updating through textContent
    
    * Since the implementation in HTMLVisualElement and SVGVisualElement is now identical, move logic to DOMVisualElement
    
    * Updated tests and changelog entry to reflect latest changes
    
    ---------
    
    Co-authored-by: Matt Perry <mattgperry@gmail.com>
    simonkarman and mattgperry authored Dec 3, 2024
    Configuration menu
    Copy the full SHA
    7c66534 View commit details
    Browse the repository at this point in the history
  11. v11.13.1

    mattgperry committed Dec 3, 2024
    Configuration menu
    Copy the full SHA
    d8b700a View commit details
    Browse the repository at this point in the history
Loading