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: zpao/qrcode.react
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: trunk
Choose a base ref
...
head repository: aptivada/qrcode.react
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: trunk
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 12 commits
  • 3 files changed
  • 4 contributors

Commits on Aug 18, 2023

  1. Add new shape prop

    This allows specifying a shape that should be rendered instead of a
    rectangle for each non-corner module. This is a purely aesthetic
    customization similar to the `bgColor` and `fgColor` props.
    macuyler committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    d473fad View commit details
    Browse the repository at this point in the history
  2. Add background shape and border configuration

    * Rename `shape` prop to `fgShape`.
    * Add `bgShape` prop for toggling the circle background shape.
    * Add `borderSize` prop for displaying a border around the QR code.
    macuyler committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    e015c6c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0148397 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2024

  1. Configuration menu
    Copy the full SHA
    93ca8be View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    03c1034 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2024

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

Commits on Jun 28, 2024

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

Commits on Jul 1, 2024

  1. Merge pull request #1 from aptivada/port-mods-to-svg

    Port mods to svg
    macuyler authored Jul 1, 2024
    Configuration menu
    Copy the full SHA
    7045834 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2024

  1. Configuration menu
    Copy the full SHA
    20d2bf4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5b8ea4c View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2025

  1. preserve aspect ratio

    Audience User authored and Audience User committed Dec 9, 2025
    Configuration menu
    Copy the full SHA
    6d6750e View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2025

  1. Merge pull request #2 from aptivada/preserve-aspect-ratio

    preserve aspect ratio
    macuyler authored Dec 10, 2025
    Configuration menu
    Copy the full SHA
    a10d1a7 View commit details
    Browse the repository at this point in the history
Loading