Skip to content

Commit

Permalink
Release new version.
Browse files Browse the repository at this point in the history
  • Loading branch information
thet committed Dec 8, 2022
1 parent f14bd97 commit 8d49d44
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 1 deletion.
33 changes: 33 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,39 @@



## [4.0.0](https://github.com/patternslib/pat-code-editor/compare/3.0.0...4.0.0) (2022-12-08)


### Features


* **Build:** Include the build in the npm package. ([f14bd97](https://github.com/patternslib/pat-code-editor/commit/f14bd970aa02206001ba04d2b0af314231ae578a))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](https://github.com/patternslib/pat-code-editor/commit/2c94b6c9a0575ac16e34d9523a2131e618331e73))

* Update bundle in demo to correct URL. ([4d14b05](https://github.com/patternslib/pat-code-editor/commit/4d14b05828d79ae0a01fd9e8b088588de783f52d))

* Update webpack and bundle config. ([0ff2c88](https://github.com/patternslib/pat-code-editor/commit/0ff2c886b83e92dae1f250d2b9f0178ce4ea138e))

* Upgrade to class based pattern. ([e7ebe0b](https://github.com/patternslib/pat-code-editor/commit/e7ebe0b75d8afad214fd0994e095e9f6556b29ce))


### Breaking Changes


* Re-implement using highlight.js. ([9b3fb47](https://github.com/patternslib/pat-code-editor/commit/9b3fb477284bb3a88a43832fc9a580f559ee467c))

## [3.0.0](https://github.com/patternslib/pat-code-editor/compare/3.0.0-alpha.0...3.0.0) (2022-06-28)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@patternslib/pat-code-editor",
"version": "3.0.0",
"version": "4.0.0",
"description": "A pattern for a code-editor",
"license": "MIT",
"main": "./src/code-editor.js",
Expand Down

0 comments on commit 8d49d44

Please sign in to comment.