New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

ember-block-slots

Package Overview
Dependencies
Maintainers
1
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ember-block-slots - npm Package Versions

234

1.1.11

Diff
ciena
published 1.1.11 •
ciena
published 1.1.10 •

Changelog

Source

1.1.10 (2017-04-26)

Delay the initialization of the block-slot to the didInsertElement callback.

Assertion Failed: You modified "isActive" twice on <xxx@component:yield-slot::ember1525> in a single render. It was rendered in "component:yield-slot" and modified in "component:block-slot". This was unreliable and slow in Ember 1.x and is no longer supported. See https://github.com/emberjs/ember.js/issues/13948 for more details.

<!-- Reviewable:start -->

This change is <img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>

<!-- Reviewable:end -->
ciena
published 1.1.9 •

Changelog

Source

1.1.9

Expand ember-prop-types dependency range and remove unnecessary installation blueprint.

<!-- Reviewable:start -->

This change is <img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>

<!-- Reviewable:end -->
ciena
published 1.1.8 •

Changelog

Source

1.1.8

  • Added a PULL_REQUEST_TEMPLATE.md file
<!-- Reviewable:start -->

This change is <img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>

<!-- Reviewable:end -->
ciena
published 1.1.7 •

Changelog

Source

1.1.7

  • 2.10.0 now freezes params, need to clone Array before Ember.Aing
<!-- Reviewable:start -->

This change is <img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>

<!-- Reviewable:end -->
ciena
published 1.1.6 •

Changelog

Source

1.1.6

  • Forgot one instance where contains was used. Converting that to includes fixes the deprecations in 2.8.
<!-- Reviewable:start -->

This change is <img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>

<!-- Reviewable:end -->
ciena
published 1.1.5 •

Changelog

Source

1.1.5

  • Use includes method over contains to fix deprecation in Ember 2.8
<!-- Reviewable:start -->

This change is <img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>

<!-- Reviewable:end -->
ciena
published 1.1.3 •

Changelog

Source

1.1.3

  • Yield slots will now find the nearest component with slots to register against - a direct parent with slots is no longer required
ciena
published 1.1.2 •

Changelog

Source

1.1.2

  • Added ember-prop-types to the addon blueprint to install the dependency during ember install
ciena
published 1.1.1 •

Changelog

Source

1.1.1

  • Added ember-prop-types to the addon blueprint to install the dependency during ember install