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: rust-lang/mdBook
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.4.30
Choose a base ref
...
head repository: rust-lang/mdBook
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.4.31
Choose a head ref
  • 16 commits
  • 10 files changed
  • 5 contributors

Commits on Jun 7, 2023

  1. Configuration menu
    Copy the full SHA
    3c7795c View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2096 from tshepang/patch-1

    main branch is not always "master" these days
    ehuss authored Jun 7, 2023
    Configuration menu
    Copy the full SHA
    a204946 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2023

  1. Avoid menu border flash during page navigation

    Partially addresses #443
    zqianem committed Jun 18, 2023
    Configuration menu
    Copy the full SHA
    1ef8d70 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2023

  1. Merge pull request #2101 from zqianem/gh-443/menu-border

    Avoid menu border flash during page navigation
    ehuss authored Jun 19, 2023
    Configuration menu
    Copy the full SHA
    a51f8a6 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2023

  1. Fix flicker when setting sidebar scroll position

    Previously, sidebar scroll was set in an external script which caused a
    flicker as the sidebar is initially rendered without any scroll before
    being scrolled to the desired location.
    
    Switching to an inline script right after the HTML tags for the sidebar
    seems to avoid the flicker in most cases. In addition, logic is added to
    avoid scrolling jumps when navigating via links within the sidebar.
    zqianem committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    72b3227 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2023

  1. Fix typo

    Spartan2909 authored Jun 24, 2023
    Configuration menu
    Copy the full SHA
    056e45a View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2105 from Spartan2909/patch-1

    Fix typo
    Dylan-DPC authored Jun 24, 2023
    Configuration menu
    Copy the full SHA
    d4edbd1 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2023

  1. Merge pull request #2104 from zqianem/gh-443/sidebar-scroll

    Fix flicker when setting sidebar scroll position
    ehuss authored Jun 25, 2023
    Configuration menu
    Copy the full SHA
    e18113a View commit details
    Browse the repository at this point in the history
  2. Fix some spellings

    ehuss committed Jun 25, 2023
    Configuration menu
    Copy the full SHA
    a38b854 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #2106 from ehuss/spelling

    Fix some spellings
    ehuss authored Jun 25, 2023
    Configuration menu
    Copy the full SHA
    f37486a View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2023

  1. Update proc-macro2

    ehuss committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    ab3eb81 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2109 from ehuss/update-proc-macro2

    Update proc-macro2
    ehuss authored Jun 29, 2023
    Configuration menu
    Copy the full SHA
    222166c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4f15a3f View commit details
    Browse the repository at this point in the history
  4. Merge pull request #2110 from ehuss/strikethrough-single

    Document that strikethrough can also use a single tilde.
    ehuss authored Jun 29, 2023
    Configuration menu
    Copy the full SHA
    41d19e7 View commit details
    Browse the repository at this point in the history
  5. Update to 0.4.31

    ehuss committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    fa316f3 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #2111 from ehuss/bump-version

    Update to 0.4.31
    ehuss authored Jun 29, 2023
    Configuration menu
    Copy the full SHA
    904aa53 View commit details
    Browse the repository at this point in the history
Loading