Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 288 Bytes

CHANGELOG.md

File metadata and controls

7 lines (5 loc) · 288 Bytes

2.0.1

Add support to Ember >= 3.13

2.0.0

Convert addon from a 100% AST approach to a runtime glimmer component named <MaybeInElement @destinationElement={{foo}} @renderInPlace={{bar}}> and a AST transform that allows us to invoke that component as {{#maybe-in-element foo bar}}.