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

ember-paper

Package Overview
Dependencies
Maintainers
0
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

13
10

1.0.0-beta.27

Diff

Changelog

Source

1.0.0-beta.27

  • refactor paper-menu to use new ember-basic-dropdown version
  • refactor paper-select, paper-autocomplete and paper-chips to use new ember-power-select version
  • replace RippleMixin with a <PaperRipple/> component
  • remove paper-virtual-repeat (paper autocomplete uses html-next/vertical-collection internally)
  • because of these updates, ember-paper now requires Ember 3.11.0+.
miguelcobain
published 1.0.0-beta.26 •

Changelog

Source

1.0.0-beta.26

  • f117ca0 fix paper-input not clearing text
miguelcobain
published 1.0.0-beta.25 •

Changelog

Source

1.0.0-beta.25

  • #1073 fixed paper-autocomplete options highlighting style
  • 2652581 update angular material styles
  • #1083 Add md-input-has-placeholder class to input with placeholder
  • #1089 Prevent submitting a form when clicking clear in paper-autocomplete
  • #1076 Fix paper-autocomplete value being overriden when changed
  • c9022e9 clamp tooltip position to the visible area of the viewport. closes #1041
  • #1084 Add guard against missing original.parentNode (fixes backdrop error in tests)
miguelcobain
published 1.0.0-beta.24 •

Changelog

Source

1.0.0-beta.24

  • #1048 fix paper-tabs issues (fixes #858, #759, #893)
  • 6a1fff3 depend on angular-material-styles npm package instead of angular-material-source git dependency (fixes #1069)
miguelcobain
published 1.0.0-beta.23 •

Changelog

Source

1.0.0-beta.23

  • #1050 Fix paper select click-catcher to call dropdown.actions.close on click
  • 55858e8 add nodelist forEach polyfill to fix paper-dialogs on IE11 (fixes 1058)
  • #1064 support module unification blueprint
  • ebbeaef fix paper-switch not working when used in paper-item (fixes #1051)
miguelcobain
published 1.0.0-beta.22 •

Changelog

Source

1.0.0-beta.22

  • 444c762 bump ember-composability-tools to remove new A() deprecation
  • #1044 ensure parentNode is not null in translate3d
  • #1045 ensure component is not destroyed in next() callback in paper-select
miguelcobain
published 1.0.0-beta.21 •

Changelog

Source

1.0.0-beta.21

  • #1036 Fix infinite rendering issue with paper-tabs (fixes #990)
  • #1032 Make paper-radio and paper-radio-group button accessible. paper-radio-group now yields a label component.
  • 01229ae fix paper-menu not closing when backdrop is clicked
miguelcobain
published 1.0.0-beta.20 •

Changelog

Source

1.0.0-beta.20

  • 9503337 fix changing paper-input value to empty string
miguelcobain
published 1.0.0-beta.19 •

Changelog

Source

1.0.0-beta.19

  • #794 forward primary/warn arguments to the toasts' paper-button.
  • dd7979e correctly escape paper-autocomplete-highlight output (fixes #985).
  • #997 remove autoprefixer. Users should install ember-cli-autoprefixer on their apps from now on. This makes autoprefixer to run according to your target browsers in your project.
  • This ember-paper version no longer relies on jQuery. Credits to @betocantu93 for the inumerous PRs to refactor this.
  • #1024 Associate input field with corresponding info messages for better a11y
  • #1026 support aria-hidden argument on paper-icon
  • #588 Allow paper-autocomplete to be blockless
  • #1021 #1028 you can now whitelist/blacklist components (JS and CSS)
  • #1027 fix paper-select with searchEnabled=true
  • #1029 add title attribute to paper-input
  • #1031 a11y for paper-checkbox
  • 7abaeaa fix paper-tabs ink bar placement when using isSelected on {{tabs.tab}} (partially reverts #980)
  • 14e3f0f update project's ember and ember-cli and fix linting errors. update AM to 1.1.10.
miguelcobain
published 1.0.0-beta.18 •

Changelog

Source

1.0.0-beta.18

  • 68ca72e not using ember-cli-sass-variables-export addon anymore since it doesn't output the generated files when using ember build (just ember s). We're manually including the generated files until we find a better solution. The palettes aren't likely to change anyway.
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