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

@codebakery/origami

Package Overview
Dependencies
Maintainers
2
Versions
48
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@codebakery/origami - npm Package Versions

1234

1.0.1

Diff

Changelog

Source

1.0.1 (2017-04-28)

Bug Fixes

  • remove bower install as postinstall action (81a8804)

<a name="1.0.0"></a>

hotforfeature
published 1.0.0 •

Changelog

Source

1.0.0 (2017-04-27)

Bug Fixes

  • events: fix bug where value for decorator was cached across all components (507ac23)
  • forms: fix ironControl not updating from selector and incorrectly marking control as dirty (6012359)

<a name="0.6.0"></a>

hotforfeature
published 0.6.0 •

Changelog

Source

0.6.0 (2017-04-17)

Code Refactoring

  • events: rename [polymer], @PolymerProperty, and polymer-template (7d91f89), closes #7

BREAKING CHANGES

  • events: the [polymer] selector has changed to [emitChanges], and [polymer-template] selector has changed to [polymer] to better reflect their purposes. The @PolymerProperty decorator has also changed to @PolymerChanges

<a name="0.5.0"></a>

hotforfeature
published 0.5.0 •

Changelog

Source

0.5.0 (2017-04-13)

Bug Fixes

Features

  • docs: add documentation and demo for production builds (e904a4e), closes #8

<a name="0.4.0"></a>

hotforfeature
published 0.4.0 •

Changelog

Source

0.4.0 (2017-04-12)

Features

  • events: listen and notify Angular of object and array mutations (95dedf3), closes #9

<a name="0.3.0"></a>

hotforfeature
published 0.3.0 •

Changelog

Source

0.3.0 (2017-04-11)

Bug Fixes

  • collections: missing paper-icon selectors (05949c9)
  • collections: missing paper-tab selector (2f3f6a0)
  • events: remove initial polymer property event (fa69915)

Features

  • events: PolymerProperty now works automatically with getters and setters (6081552), closes #6
  • templates: add input to polymer templates to call Angular methods (79004ec)

BREAKING CHANGES

  • events: This allows Angular to set intial property values, which is more natural for when the decorator is used. It does mean that undefined decorated properties may remain undefined even if their Polymer counterpart has a value. The solution is to always set an initial value in Angular for @PolymerProperty properties.
  • events: PolymerProperty.unwrap() has been removed. Decorate setters with @PolymerProperty() instead of unwrapping the value.

<a name="0.2.0"></a>

hotforfeature
published 0.2.0 •

Changelog

Source

0.2.0 (2017-04-10)

Bug Fixes

  • collections: incorrect app-layout selectors (525884b)
  • templates: Safari polyfilled templates not recognizing parent as element (7c857c0), closes #5

Features

  • style: add CustomStyleService to wrap Angular styles with custom-style (b2b2bc5), closes #2

<a name="0.1.0"></a>

hotforfeature
published 0.1.0 •

Changelog

Source

0.1.0 (2017-03-31)

Initial release 🎉

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