Skip to content

Release 4.0.0

Compare
Choose a tag to compare
@thet thet released this 08 Dec 02:17
· 6 commits to master since this release

4.0.0 (2022-12-08)

Features

  • Build: Include the build in the npm package. (f14bd97)The compiled build is now included in npm packages by including the dist
    directory in .npmignore. To not increase the package size too much the
    JavaScript map files are not included. Now you can include Patternslib
    by using unpkg or jsDelivr like so:

https://unpkg.com/@patternslib/[email protected]/dist/bundle.min.js
or
https://cdn.jsdelivr.net/npm/@patternslib/[email protected]/dist/bundle.min.js

Maintenance

  • Add HTML example to demo. (2c94b6c)

  • Update bundle in demo to correct URL. (4d14b05)

  • Update webpack and bundle config. (0ff2c88)

  • Upgrade to class based pattern. (e7ebe0b)

Breaking Changes

  • Re-implement using highlight.js. (9b3fb47)