New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@odopod/odo-dialog

Package Overview
Dependencies
Maintainers
3
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@odopod/odo-dialog - npm Package Versions

2.0.2

Diff

Changelog

Source

Dialog [2.0.2] - 2018-6-7

Fixed

  • Use the new OdoDevice.HAS_PASSIVE_LISTENERS in ScrollFix to prevent scrolling the page behind the dialog in iOS 11.3+ again.
vestride
published 2.0.1 •

Changelog

Source

Sassplate [2.0.1] - 2018-6-7

Fixed

  • Add min-width, max-width, min-height, max-height, letter-spacing to numeric props.

Added

  • !default flag to component framework variables so they can be overriden by the consumer.
vestride
published 2.0.0 •

Changelog

Source

Helpers [2.0.0] - 2018-02-12

Removed

  • Polyfills (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.

Changed

  • Helpers are no longer prefixed to a category object. Every helper is exported from the main entry point. This is a huge win for bundlers which can determine which exports are unused and remove them. To use onTransitionEnd, for example, you now need to import it like this:
    import { onTransitionEnd } from '@odopod/odo-helpers';
    
  • All function names remain the same except:
    • animation.Stepper => Stepper
    • animation.Classes => animationClasses
    • array.remove => pull
    • string.random => randomString
vestride
published 1.2.0 •

Changelog

Source

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

Added

  • index.d.ts type definitions.

Changed

  • JSDoc updates/fixes
vestride
published 1.1.3 •

Changelog

Source

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.

vestride
published 1.1.2 •

Changelog

Source

Background Video [1.1.2] - 2018-02-28

Fixed

  • Update OdoVideo dependency.
vestride
published 1.1.1 •

Changelog

Source

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

Changed

  • JSDoc updates/fixes
vestride
published 1.1.0 •

Changelog

Source

Responsive classes [1.1.0] - 2018-02-12

Fixed

  • Error when data-class.xs was not defined. data-class.xs is now optional.
vestride
published 1.0.0 •

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc