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: vivliostyle/vivliostyle.js
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.32.1
Choose a base ref
...
head repository: vivliostyle/vivliostyle.js
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.33.0
Choose a head ref
  • 17 commits
  • 27 files changed
  • 2 contributors

Commits on Jun 11, 2025

  1. Configuration menu
    Copy the full SHA
    925b01f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6159906 View commit details
    Browse the repository at this point in the history
  3. docs: Update sponsors

    MurakamiShinyu committed Jun 11, 2025
    Configuration menu
    Copy the full SHA
    3dbd3db View commit details
    Browse the repository at this point in the history
  4. docs: Update sponsors

    MurakamiShinyu committed Jun 11, 2025
    Configuration menu
    Copy the full SHA
    2b8a1fc View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2025

  1. feat: Add page spread inside/outside support for CSS margin, float, e…

    …tc. properties
    
    - resolves #1508
    
    Added `*-inside/outside` properties:
    - `margin-inside`, `margin-outside`
    - `padding-inside`, `padding-outside`
    - `border-inside`, `border-outside`
    - `border-inside-color`, `border-outside-color`
    - `border-inside-style`, `border-outside-style`
    - `border-inside-width`, `border-outside-width`
    - `inset-inside`, `inset-outside`
    
    Extended properties with `inside` and `outside` values:
    - `float`, `clear`
    - `text-align`, `text-align-last`
    MurakamiShinyu committed Jun 20, 2025
    Configuration menu
    Copy the full SHA
    3e7eb1c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d8e9887 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1519 from vivliostyle/feat/spread-inside-outside

    feat: Add page spread inside/outside support for CSS margin, float, etc. properties
    MurakamiShinyu authored Jun 20, 2025
    Configuration menu
    Copy the full SHA
    85e0b75 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2025

  1. Configuration menu
    Copy the full SHA
    56080da View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2025

  1. chore(deps): bump pbkdf2 from 3.1.2 to 3.1.3 in /packages/core/test

    Bumps [pbkdf2](https://github.com/crypto-browserify/pbkdf2) from 3.1.2 to 3.1.3.
    - [Changelog](https://github.com/browserify/pbkdf2/blob/master/CHANGELOG.md)
    - [Commits](browserify/pbkdf2@v3.1.2...v3.1.3)
    
    ---
    updated-dependencies:
    - dependency-name: pbkdf2
      dependency-version: 3.1.3
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Jun 24, 2025
    Configuration menu
    Copy the full SHA
    b24b35b View commit details
    Browse the repository at this point in the history
  2. fix: Fix EPUB footnote (epub:type="footnote") not working (Regression…

    … in v2.31.2)
    
    This bug was a side effect of the change to use the fetch API instead of XMLHttpRequest for fetching documents (PR #1461).
    
    The problem was that the `URL` of the parsed document was set to the URL of the Vivliostyle Viewer with fragment `#src=...`, instead of the original document URL, because the `DOMParser.parseFromString()` method sets the `URL` of the parsed document to the URL of the current `window.document`. This caused the `elem.href == elem.baseURI + elem.hash` check to fail, preventing the EPUB footnote processing from working.
    
    - fix #1521
    MurakamiShinyu committed Jun 24, 2025
    Configuration menu
    Copy the full SHA
    3190e39 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1526 from vivliostyle/fix/issue1521

    fix: Fix EPUB footnote (epub:type="footnote") not working (Regression in v2.31.2)
    MurakamiShinyu authored Jun 24, 2025
    Configuration menu
    Copy the full SHA
    ad2d8f0 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1525 from vivliostyle/dependabot/npm_and_yarn/pac…

    …kages/core/test/pbkdf2-3.1.3
    
    chore(deps): bump pbkdf2 from 3.1.2 to 3.1.3 in /packages/core/test
    MurakamiShinyu authored Jun 24, 2025
    Configuration menu
    Copy the full SHA
    0c75daf View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8cb927f View commit details
    Browse the repository at this point in the history
  6. Merge pull request #1527 from vivliostyle/fix/issue1496

    fix: Fix Vivliostyle Viewer TOC links not working with data URL HTML
    MurakamiShinyu authored Jun 24, 2025
    Configuration menu
    Copy the full SHA
    2c9aa55 View commit details
    Browse the repository at this point in the history
  7. fix: Prevent 404 error for META-INF/encryption.xml when EPUB OPF file…

    … is directly specified
    
    - fix #1523
    MurakamiShinyu committed Jun 24, 2025
    Configuration menu
    Copy the full SHA
    b56a03f View commit details
    Browse the repository at this point in the history
  8. Merge pull request #1528 from vivliostyle/fix/issue1523

    fix: Prevent 404 error for META-INF/encryption.xml when EPUB OPF file is directly specified
    MurakamiShinyu authored Jun 24, 2025
    Configuration menu
    Copy the full SHA
    426128b View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2025

  1. v2.33.0

    MurakamiShinyu committed Jun 25, 2025
    Configuration menu
    Copy the full SHA
    aca0af4 View commit details
    Browse the repository at this point in the history
Loading