Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Sep 22, 2022. It is now read-only.
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: github/details-dialog-element
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.1.4
Choose a base ref
...
head repository: github/details-dialog-element
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 7 commits
  • 4 files changed
  • 4 contributors

Commits on Aug 9, 2022

  1. Trap focus when connected in <details open>

    When the `<details-dialog>` element is connected to the document as a
    child of a `<details>` element rendered with `[open]`, trap focus
    immediately.
    
    In support of this change, extract the `trapFocus` and `releaseFocus`
    functions, then call `trapFocus` within the `connectedCallback` if the
    ancestor detail is `[open]`.
    seanpdoyle committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    56499c5 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2022

  1. Configuration menu
    Copy the full SHA
    fb7e398 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dd3d685 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #90 from seanpdoyle/trap-focus-when-connected-as-open

    Trap focus when connected in `<details open>`
    manuelpuyol authored Aug 15, 2022
    Configuration menu
    Copy the full SHA
    e1aece5 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2022

  1. Configuration menu
    Copy the full SHA
    77964a8 View commit details
    Browse the repository at this point in the history
  2. deprecated not depreciated

    Co-authored-by: Manuel Puyol <[email protected]>
    owenniblock and manuelpuyol authored Sep 21, 2022
    Configuration menu
    Copy the full SHA
    efa494e View commit details
    Browse the repository at this point in the history
  3. Merge pull request #92 from github/depreciate-this-component

    Add depreciated note to README
    manuelpuyol authored Sep 21, 2022
    Configuration menu
    Copy the full SHA
    df1df8d View commit details
    Browse the repository at this point in the history
Loading