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

@binyamin/eleventy-preact

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@binyamin/eleventy-preact - npm Package Versions

0.2.0

Diff

Changelog

Source

0.2.0 - 2022-03-30

Added

  • you can now disable or rename the shortcode

Changed

  • Preact is now a peerDependency, and must be installed separately.
  • options.doctype now defaults to true
  • Renamed renderFile shortcode to render_jsx. The name conflicts with Eleventy's official "render" plugin.
  • Paths passed to the shortcode are now relative to the includes directory.
b3u
published 0.1.1 •

Changelog

Source

0.1.1 - 2022-03-29

  • Released on NPM
b3u
published 0.1.0 •

Changelog

Source

0.1.0 - 2022-03-29

Added

  • Register JSX as a template engine for both .jsx and .tsx files
  • Add renderFile shortcode, for including JSX in
  • Pass most global data as props
    • Only passed to files which compile to HTML. In other words, it's not passed to components.
    • We can't pass the global collections or eleventyComputed objects, because of the way we render the files. See the comment in .eleventy.js for more details.
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