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

@embroider/macros

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

0.38.0-alpha.2

Diff

ef4
published 0.38.0-alpha.1 •

ef4
published 0.38.0-alpha.0 •

rwjblue
published 0.37.0 •

Changelog

Source

v0.37.0 (2021-03-08)

:rocket: Enhancement
  • core
    • #713 Avoid monkey patching template compiler for 3.24.3 and 3.25.2+. (@rwjblue)
    • #705 Avoid patching the template compiler on Ember 3.26. (@rwjblue)
    • #700 TemplateCompiler fixes / improvements (avoid monkey patch for Ember 3.27+) (@rwjblue)
  • macros
:bug: Bug Fix
  • compat
    • #710 Fix case where autoRun is false but no other addon set content into the {{content-for 'app-boot'}} (@thoov)
    • #674 adjust paths seen by css preprocessors (@ef4)
    • #702 Handle case where node_modules are symlinked (@thoov)
    • #690 Exclude 'babel-plugin-compact-reexports' during Stage 1 build (@charlespierce)
    • #687 Strip main field from v1 addons' package.json once they are rewritten as V2 (@ef4)
  • compat, core
  • core
    • #686 Prevent accidental duplication of babel plugin during rebuilds (@ef4)
:house: Internal
  • compat
    • #706 Remove ember-cli-htmlbars dependency in @embroider/compat. (@rwjblue)
  • Other
    • #711 Add release automation setup. (@rwjblue)
    • #704 Avoid running CI jobs on both push and pull_request events. (@rwjblue)
    • #697 Refactor suite-setup-util to avoid knock on errors. (@rwjblue)
  • core, macros
  • router, util
Committers: 5
ef4
published 0.36.0 •

Changelog

Source

0.36.0 (2021-01-21)

  • BUGFIX: fix non-legacy CSS handling in production builds when using @embroider/webpack
  • DOCS: fix a bug in ensureSafeComponent docs, by @patocallaghan
  • HOUSEKEEPING: upgrade terser by @GCheung55
ef4
published 0.35.1 •

Changelog

Source

0.35.1 (2021-01-11)

  • BUGFIX: don't try to read nonexistent package.json when combining multiple v1 package instances, by @mattmcmanus.
ef4
published 0.35.0 •

Changelog

Source

0.35.0 (2020-12-20)

  • BUGFIX: support disabled in-repo addons.
  • COMPAT: implement insertRuntimeErrors option on the hbs inline compiler
  • BUGFIX: conditionally import lazy engine css by @thoov
  • HOUSEKEEPING: split hbs-loader into its own package (so ember-auto-import can also use it)
  • COMPAT: updates to @embroider/util to follow latest ember canary
ef4
published 0.34.0 •

Changelog

Source

0.34.0 (2020-12-09)

  • ENHANCEMENT: add publicAssetURL option to @embroider/webpack to support CDN deploys (the built-in webpack options for this didn't let you manipulate your index.html, since we take care of that directly in @embroider/webpack).
  • COMPAT: update @embroider/util to follow internal refactoring on ember canary.
  • HOUSEKEEPING: broccoli-related dependency updates
  • DOCS: split the "Replacing the Component Helper" guide into its own document and expanded the use cases.
ef4
published 0.33.0 •

Changelog

Source

0.33.0 (2020-11-25)

  • ENHANCEMENT: new staticAppPaths option
  • ENHANCEMENT: fingerprint legacy scripts and styles in production by @simonihmig
  • COMPAT: added packageRules for several more popular addons
  • BUGFIX: don't include node-only types in @embroider/macros main entrypoint
  • BUGFIX: correctly apply packageRules inside co-located templates
  • ENHANCEMENT: add types for @embroider/util
  • HOUSEKEEPING: eslint update
ef4
published 0.32.0 •

Changelog

Source

0.32.0 (2020-11-24)

  • ENHANCEMENT: added a new allowUnsafeDynamicComponents option to support testing of apps that are partially-working under staticComponents mode
  • BUGFIX: Fix ensureSafeComponent to not reuse registered component across owners by @simonihmig
  • ENHANCEMENT: added a new pluginHints option that lets you achieve parallel builds even if some of your babel or htmlbars plugins are misbehaved
  • HOUSEKEEPING: refactored plugin portability system to make pluginHints practical
  • HOUSEKEEPING: updated to use broccoli-node-api types
  • ENHANCEMENT: test coverage for ensureSafeComponent stability
  • ENHANCEMENT: minimize CSS in prod by @thoov
  • ENHANCEMENT: fix REUSE_WORKSPACE for in-repo-addons
  • COMPAT: update @embroider/util usage of private API for ember 3.24 compatibility
  • ENHANCEMENT: configure @babel/plugin-transform-runtime by default, making all apps smaller, especially if they support IE11.
  • HOUSEKEEPING: update to released version of fixturify-project by @rwjblue
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