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

ember-paper

Package Overview
Dependencies
Maintainers
1
Versions
96
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ember-paper - npm Package Versions

1
10

1.0.0-alpha.7

Diff

Changelog

Source

1.0.0-alpha.7 (November 2, 2016)

  • #531 paper-select focus fix - doesn't call focusTarget.focus if there is no focusTarget (which is perfectly possible)
  • #507 replace all instances of attribute based flex layout and replace with class based ones
  • #469 Set the value before growing the textarea on render
  • #541 allow touch devices to interact with autocomplete
miguelcobain
published 1.0.0-alpha.6 •

Changelog

Source

1.0.0-alpha.6 (October 27, 2016)

  • #395 The Great Update of paper-menu et al:
    • paper-menu was updated. It uses ember-basic-dropdown under the hood and the API is the same
    • paper-select and paper-autocomplete were updated. They use ember-power-select under the hood and the API is the same
    • See the referenced projects and ember-paper's documentation examples to understand the new API
    • Special thanks to the champions of this update @xomaczar and @ibarrick
miguelcobain
published 1.0.0-alpha.5 •

Changelog

Source

1.0.0-alpha.5 (October 13, 2016)

  • #521 Update Angular SCSS import to work with yarn and npm3 flat node_modules
  • #520 fixes issues with people seeing regeneratorRuntime is not defined
  • #515 paper-icon: set md-font-icon attribute to apply correct width
miguelcobain
published 0.2.15 •

miguelcobain
published 1.0.0-alpha.4 •

Changelog

Source

1.0.0-alpha.4

  • #466 added autoprefixer configuration option
  • #472 update ember-css-transitions
  • #511 allow inner dialog clicks to bubble
  • 5f35cf5 Glimmer 2 compatible
  • #506 Add super calls inside paper-input lifecycle hooks (fixes paper-form)
miguelcobain
published 1.0.0-alpha.3 •

Changelog

Source

1.0.0-alpha.3

  • #441 fixed fastboot service check
  • #449 Update ember-css-transitions to 0.1.4
  • #446 update ember-wormhole to ^0.4.0
miguelcobain
published 1.0.0-alpha.2 •

Changelog

Source

1.0.0-alpha.2

  • This version uses an updated version of ember-css-transitions from github rather than npm.
  • #384 update sidenav
    • paper-nav-container was renamed to paper-sidenav-container
    • locked-open was renamed to lockedOpen
    • sidenav opening now follows DDAU with the open attribute and onToggle action
    • animations work
    • there is a paperSidenav service that allows sidenav toggling across the application
    • paper-sidenav-toggle no longer sets a class to hide at certain breakpoints
    • paper-sidenav-toggle is now tagless. It is essentially a functional component that yields an action to its block
    • paper-sidenav now can use a position param that positions the sidenav left (default) or right
    • paper-backdrop action onTap changed to onClick
  • #408 added paper-form component. paper-input's onInvalid action renamed to onValidityChange
  • #430 added fastboot support. Removed errors associated with document when running ember fastboot
saladfork
published 1.0.0-alpha.1 •

Changelog

Source

1.0.0-alpha.1

  • #365 paper-button: Support for fab and mini.
  • #362 paper-toolbar: Support for tall.
  • #364 Support installation via both npm versions 2 and 3.
  • #367 You should now use paper-toolbar-tools component (or respective contextual component) instead of the md-toolbar-tools class.
  • #370 paper-icon now once again supports kebab cased icon names, and a size in pixels.
  • #372 paper-button can generate a link elements, with an href and optional target attribute.
saladfork
published 0.2.14 •

Changelog

Source

0.2.14

  • Updated the dependency on Hammer.js from hammerjs to hammer.js.
    • Update your project's bower.json to require "hammer.js": "^2.0.8". Remove bower_components/hammerjs. Run bower cache clean, then bower install.
saladfork
published 0.2.13 •

Changelog

Source

0.2.13

  • #322 Remove documentation for searchTest in inverse block for {{paper-autocomplete}}.
  • #323 Pass item through as expected rather than label to itemComponent for {{paper-autocomplete}}.
  • #347 Don't import Hammer or matchMedia when building in node (FastBoot support)
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