Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

cupertino-pane

Package Overview
Dependencies
Maintainers
1
Versions
105
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cupertino-pane - npm Package Versions

1
11

1.1.83

Diff

roman-rr
published 1.1.82 •

roman-rr
published 1.1.81 •

roman-rr
published 1.1.8 •

Changelog

Source

1.1.8 - 2020-08-29

BREAKING CHANGES

  • Property offset for breaks are not more under support. Renamed with height
breaks: {
    ...
    middle: {
      enabled: true,
      height: 400
    }
}

Features

  • Added upperThanTop settings property
  • Added touchMoveStopPropagation settings property. Set true to prevent all move events behind pane and backdrop #55
  • Added bounce property for breakpoints (transition in apple stocks style)
breaks: {
    ...
    middle: {
      enabled: true,
      height: 400,
      bounce: true
    }
}
  • Added touchAngle settings property which allow user set possible pane move angle. Helps to handle horizontal slider elements inside pane such as ion-item-sliding #23
  • Added 3d push effect within pushElement and pushMinHeight properties
 const settings = {
  ...
  parentElement: 'ion-tabs',
  pushElement: 'app-home',
  pushMinHeight: 350
}

Bug Fixes

  • Improved drag top gesture
  • Auto-preventing accidental unwanted clicks events during pane move gestures by preventClicks parameter
  • Close button touch area fixed
roman-rr
published 1.1.7 •

Changelog

Source

1.1.7 - 2020-07-22

Features

  • Changelog created to keep user informed #47
  • Better issues templates #48
  • Show/Hide backdrop method #43
myPane.backdrop({show: true}); // show
myPane.backdrop({show: false}); // hide
  • Element or selector on class creation #40
// String selector
new CupertinoPane('.cupertino-pane');

// HTML element
let element = document.querySelector('.cupertino-pane');
new CupertinoPane(element); // HTMLElement

Bug Fixes

  • Mobile chrome pull-to-refresh function disabled with overscroll-behavior-y #46
  • Resize frame after hide keyboard on Android device with Ionic apps #49
roman-rr
published 1.1.652 •

roman-rr
published 1.1.651 •

roman-rr
published 1.1.65 •

roman-rr
published 1.1.64 •

roman-rr
published 1.1.63 •

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