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

@embroider/macros

Package Overview
Dependencies
Maintainers
9
Versions
471
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@embroider/macros - npm Package Versions

1
47

0.19.0-alpha.0

Diff

ef4
published 0.18.0 •

Changelog

Source

0.18.0

  • COMPAT: updated to new proposed fastboot v5 format (https://github.com/ember-fastboot/fastboot/pull/272)
  • COMPAT: avoid spurious testem error when running tests directly in browser
  • ENHANCEMENT: support static resolution of components named like foo/index.js as opposed to foo.js, by @NullVoxPopuli
ef4
published 0.17.0 •

Changelog

Source

0.17.0

  • COMPAT: tolerate broken in-repo-addons for compatibility with ember-cli by @thoov
  • ENHANCEMENT: add data-fastboot-ignore to scripts that shouldn't run in fastboot by @thoov
ef4
published 0.16.1 •

Changelog

Source

0.16.1

  • BUGFIX: addons that return undefined from treeForFastboot caused a build-time exception
  • BUGFIX: apps with sufficiently modern preset-env configuration saw webpack parse errors
ef4
published 0.16.0 •

Changelog

Source

0.16.0

  • BUGFIX: improved support for in-repo addons, including in-repo addons inside in-repo addons
  • ENHANCEMENT: full fastboot support (depends on upstream changes in fastboot that are still in a PR)
  • ENHANCEMENT: addon rebuilding improvements
  • BUGFIX: make @embroider/router coexist correctly with ember-engines
ef4
published 0.15.0 •

Changelog

Source

0.15.0

  • ENHANCEMENT: lazy engines' own JS is now loaded lazily by @thoov
  • HOUSEKEEPING: updated to node 12 by @SparshithNR
  • ENHANCEMENT: apps with ember-engines can now build and run correctly
  • ENHANCEMENT: macro system can now evaluate many more kinds of expressions, and supports optional chaining syntax, by @SparshithNR
  • BUGFIX: support running test suites via ember s, not just ember test
  • COMPAT: support in-repo-addons inside other addons, by @thoov
  • HOUSEKEEPING: switch to github actions for our own CI, by @thoov
ef4
published 0.14.0 •

Changelog

Source

0.14.0

  • ENHANCEMENT: multiple additions and bugfixes to the macro system by @simonihmig
  • COMPAT: ast transforms in stage1 didn't see the same moduleNames as under stock ember-cli, by @SparshithNR
  • COMPAT: always define runningTests by @thoov
  • COMPAT: resolve ambiguous addon merges in the same order as stock ember-cli by @thoov
  • COMPAT: more progress on engines support
  • COMPAT: more progress on fastboot support by @SparshithNR
  • BUGFIX: correctly handle ember-auto-import's dynamic import()
  • DOCS: add info about disabling the webpack bundle analyzer browser by @ohcibi
ef4
published 0.13.0 •

Changelog

Source

0.13.0

  • COMPAT: follow the stock build's special-case behavior that forbids "template.hbs" as a template-only component
  • ENHANCEMENT: add support for apps with custom app-boot content by @dnalagatla
  • ENHANCEMENT: allow explicitly declared relative externals, which makes it easier to workaround some badly-behaved addons
  • BUGFIX: fixed a bug in the way we make module paths relative
  • COMPAT: support ember-cli 3.16, which dropped a function we were calling.
ef4
published 0.12.0 •

Changelog

Source

0.12.0

  • ENHANCEMENT: support for Octane's component template colocation.
ef4
published 0.11.1 •

Changelog

Source

0.11.1

  • BUGFIX: the previous release broke CSS rebuilding if you were using the experimental BROCCOLI_ENABLED_MEMOIZE feature flag due to the way ember-cli constructs the app styles tree that Embroider relies on. This release includes a workaround.
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