Marco Ciampini
Marco Ciampini
The concept of selected changes from "selected view" to "selected group". Slides would transition together as a group. TBD: how to treat the trailing slides? (most probably with leaving gaps...
- [ ] `autoplay`, `autoplay-duration`, `autoplay-stop-on-interaction` attributes - [ ] play() and pause() methods - [ ] a11y (see next comment) - [ ] CSS vars to styles play/pause button
Allow a `` element Think about specs for what type of element is allowed as "pagination" It may be difficult as the slider adds/removes pagination buttons. Maybe split pagination and...
Currently, the library doesn't handle very well scenarios in which the reference and the floating elements are rendered in two different documents — for example, when the reference is inside...
Closes #1869 ## What This PR adds better support for cases where the reference and the floating elements are in two different documents — for example, if the reference is...
[core] `limitShift`: add option to pass an offset amount that is always added to the min/max values
Currently, the `limitShift` function considers two types of "offsets" [when computing the min/max limits](https://github.com/floating-ui/floating-ui/blob/15d1f49b966f9cf472141749f6ebdb4c75e62d5d/packages/core/src/middleware/shift.ts#L176-L213) for the `shift` middleware: - the offset from the `offset` middleware (added - the offset from...
## What? TODO: verify if instead we need to make a non-breaking change (introduce placement, deprecate position, convert from position to placement internally) ## Why? ## How? ## Testing Instructions...