Socket
Socket
Sign inDemoInstall

@odopod/odo-dropdown

Package Overview
Dependencies
5
Maintainers
3
Versions
7
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

2.1.1

Diff

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 2.1.0 •

Changelog

Source

Carousel [2.1.0] - 2018-02-23

Added

  • index.d.ts type definitions.
  • Export CarouselEvent from OdoCarousel (OdoCarousel.CarouselEvent).

Changed

  • JSDoc updates/fixes
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.0.3 •

Changelog

Source

Draggable [1.0.3], Carousel [1.0.3], Dual Viewer [1.0.3] - 2017-12-08

Fixed

  • Toggle grabbable class when the draggable instance is enabled/disabled.
vestride
published 1.0.2 •

Changelog

Source

Scroll Feedback [1.0.2] - 2017-11-13

Fixed

  • Fix disable() not removing a touchmove event listener, preventing touch devices from scrolling the page when they should have been able to.
vestride
published 1.0.1 •

Changelog

Source

Carousel [1.0.1] - 2017-09-01

Fixed

  • Handle a case where getComputedStyle returns "none" when a transform has not yet been applied to the element.
vestride
published 1.0.0 •

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc