@odopod/odo-dialog
Advanced tools
Changelog
Dialog [2.0.2] - 2018-6-7
OdoDevice.HAS_PASSIVE_LISTENERS
in ScrollFix
to prevent scrolling the page behind the dialog in iOS 11.3+ again.Changelog
Sassplate [2.0.1] - 2018-6-7
min-width
, max-width
, min-height
, max-height
, letter-spacing
to numeric props.!default
flag to component framework variables so they can be overriden by the consumer.Changelog
Helpers [2.0.0] - 2018-02-12
Element#closest
Element#matches
, requestAnimationFrame
).animation.fadeElement
is now private.array.getLongestString
. Not used in anything we (odopod) do.device.getTranslate
.dom.getFirstElementChild
. Use element.firstElementChild
instead.dom.getChildren
. Use Array.from(element.children)
instead.math.getAugmentedRect
. The Rect
class now includes right
and bottom
(getter) properties.style.getWindowHeight
. Was only an alias for window.innerHeight
.onTransitionEnd
, for example, you now need to import it like this:
import { onTransitionEnd } from '@odopod/odo-helpers';
animation.Stepper
=> Stepper
animation.Classes
=> animationClasses
array.remove
=> pull
string.random
=> randomString
Changelog
Affix [1.2.0], Device [1.2.0], Draggable [1.2.0], Dropdown [2.1.0], Responsive Images [1.2.0], Scroll Animation [1.2.0], Scroll Feedback [1.2.0], Sticky Headers [1.2.0], Window Events [1.2.0] - 2018-02-23
index.d.ts
type definitions.Changelog
Carousel [2.1.2] Draggable [1.2.2] Dropdown [2.1.1] Dual-viewer [1.1.3] Expandable [0.2.2] Helpers [2.0.2] On-swipe [1.1.2] Pointer [1.2.1] Reveal [2.0.2] Tabs [2.0.2] Tap [1.1.2] - 2018-6-7
Bumped because OdoDevice
is a dependency.
Changelog
Background Video [1.1.1], Dual-viewer [1.1.1], Expandable [0.1.1], Helpers [2.0.1], Hotspots [1.2.1], Module [1.2.1], Object-fit [1.1.1], On-swipe [1.1.1], Responsive Attributes [1.1.1], Responsive Classes [1.1.1], Reveal [2.0.1], Share [1.1.1], Tabs [2.0.1], Tap [1.1.1], Video [1.2.1], Viewport [1.1.1] - 2018-02-23
Changelog
Responsive classes [1.1.0] - 2018-02-12
data-class.xs
was not defined. data-class.xs
is now optional.