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: matatk/landmarks Loading
base: 2.11.1
Choose a base ref
...
head repository: matatk/landmarks Loading
compare: 2.12.0
Choose a head ref
  • 12 commits
  • 16 files changed
  • 2 contributors

Commits on Aug 28, 2022

  1. Configuration menu
    Copy the full SHA
    c54e1a5 View commit details
    Browse the repository at this point in the history
  2. feat: Highlight landmark on button focus or hover (#478)

    * Draw the border—but don't scroll the page—when focusing on, or
    hovering over, a landmark button in the GUI.
    * Don't allow the border addition/removal to flash excessively.
    * Add documentation for the next release.
    matatk committed Aug 28, 2022
    Configuration menu
    Copy the full SHA
    b98f04b View commit details
    Browse the repository at this point in the history
  3. feat: Option to close the pop-up immediately on using a landmark butt…

    …on (#480)
    
    * Add an option to close the pop-up at the point of activating a
    landmark's button.
    * Ensure "pop-up" is used consistently in the codebase.
    * Open the browser console when starting Firefox via web-ext.
    
    Closes #477
    matatk committed Aug 28, 2022
    Configuration menu
    Copy the full SHA
    9ebb1d7 View commit details
    Browse the repository at this point in the history
  4. fix: Remove redundant code from builds (#481)

    This removes calls to Object.freeze() and Object.assign() from the built
    code. The code could not be tree-shook (?) and needed to be flagged as
    free of side effects.
    matatk committed Aug 28, 2022
    Configuration menu
    Copy the full SHA
    35aeebe View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2022

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

Commits on Sep 24, 2022

  1. fix: Validate border size setting (#486)

    If the user enters an empty string, the default value is used instead.
    
    Fixes #484
    matatk committed Sep 24, 2022
    Configuration menu
    Copy the full SHA
    4399f82 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2022

  1. fix: Don't un-highlight persistent border (#487)

    Don't hide the border of the current element when highlighting or
    un-highlighting via the pop-up when borders are persistent.
    
    Note: if the user has the mouse hovered over a button when the pop-up is
    closed by pressing the Escape key, that one will remain highlighted. The
    blur event fires on the button if focused, but apparently the mouseleave
    event doesn't. It also doesn't seem possible to detect the pop-up window
    closing.
    matatk committed Oct 9, 2022
    Configuration menu
    Copy the full SHA
    67a8006 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2022

  1. build: Use release-it (#488)

    matatk committed Oct 10, 2022
    Configuration menu
    Copy the full SHA
    8ccf7c5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bbddfed View commit details
    Browse the repository at this point in the history
  3. fix: Don't double-up on making releases

    Oops!
    matatk committed Oct 10, 2022
    Configuration menu
    Copy the full SHA
    c2841c3 View commit details
    Browse the repository at this point in the history
  4. build: Clean up CHANGELOG.md

    matatk committed Oct 10, 2022
    Configuration menu
    Copy the full SHA
    b53bb69 View commit details
    Browse the repository at this point in the history
  5. chore(release): 2.12.0

    matatk committed Oct 10, 2022
    Configuration menu
    Copy the full SHA
    1ef7cbd View commit details
    Browse the repository at this point in the history
Loading