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: executablebooks/sphinx-tabs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.3.0
Choose a base ref
...
head repository: executablebooks/sphinx-tabs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.1.0
Choose a head ref
  • 8 commits
  • 41 files changed
  • 2 contributors

Commits on Jan 24, 2021

  1. ♻️ REFACTOR: Reduce JS/CSS size and improve accessibility (#94)

    Removes:
    * semantic-ui assets
    * unused 'sphinx_tabs_nowarn' sphinx option
    
    Changes:
    * tab structure to use tab roles
    * tab label colour, to increase contrast with background
    * assets are now copied across by sphinx rather than explicitly in the extension
    
    Adds:
    * tabindex atributes to allow users to focus and switch tabs using a keyboard (left and right arrows, and enter key to change)
    * ARIA labels for tabs and panels
    * ability to close tabs panel by clicking open tab
    * persistence of last selected group or code tab during the session (when session storage is permitted)
    * margin below images inside tab content
    foster999 authored Jan 24, 2021
    Configuration menu
    Copy the full SHA
    a0af17d View commit details
    Browse the repository at this point in the history
  2. 🚀 RELEASE: v2.0.0 (#98)

    foster999 authored Jan 24, 2021
    Configuration menu
    Copy the full SHA
    0ce888a View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2021

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

Commits on Feb 7, 2021

  1. 🐛 FIX: parsing for unsupported builders

    * Fix parsing for unsupported builders, inc pdf
    
    * Add test for building pdf with rinohtype
    foster999 authored Feb 7, 2021
    Configuration menu
    Copy the full SHA
    d29f180 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7490cd6 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2021

  1. 🐛 FIX: tabs with nested content hidden on click (#106)

    * Fix tabset dissapearing when nested element clicked
    
    * Add focus outline offset
    
    * Update linenos test regression for pygments upgrade
    foster999 authored Mar 10, 2021
    Configuration menu
    Copy the full SHA
    7632435 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0f3cbbe View commit details
    Browse the repository at this point in the history
  3. 🚀 RELEASE: v2.1.0

    foster999 committed Mar 10, 2021
    Configuration menu
    Copy the full SHA
    506e69f View commit details
    Browse the repository at this point in the history
Loading