Releases: Patternslib/pat-code-editor
Releases · Patternslib/pat-code-editor
Release 4.0.1
Release 4.0.0
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)