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: honojs/hono
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v4.5.2
Choose a base ref
...
head repository: honojs/hono
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v4.5.3
Choose a head ref
  • 6 commits
  • 9 files changed
  • 3 contributors

Commits on Jul 28, 2024

  1. Configuration menu
    Copy the full SHA
    0417830 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cdd48f4 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2024

  1. fix(jsx): fix handling of SVG elements in JSX. (#3204)

    * fix(jsx): preserve "title" element position in SVG
    
    * fix(jsx): convert SVG attribute name from camelCase to kebab-case
    usualoma authored Jul 29, 2024
    Configuration menu
    Copy the full SHA
    3a56ec5 View commit details
    Browse the repository at this point in the history
  2. fix(jsx/dom): fix performance issue with adding many new node listings (

    #3205)
    
    * fix(jsx/dom): fix performance issue with adding many new node listings
    
    * First time rendering does not need to look for elements from child nodes
    ** Avoid unnecessary checks with `node.pP`.
    * Sibling elements are always searched, so there is no need for a for loop.
    ** Need only `findInsertBefore(node.vC[0])`
    
    * test(jsx/dom): add test for performance
    usualoma authored Jul 29, 2024
    Configuration menu
    Copy the full SHA
    43fe52c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f0b012d View commit details
    Browse the repository at this point in the history
  4. v4.5.3

    yusukebe committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    1fafc7a View commit details
    Browse the repository at this point in the history
Loading