@patternslib/pat-redactor
Advanced tools
Comparing version 5.0.0 to 5.0.1
@@ -7,3 +7,4 @@ { | ||
"requireBranch": "master", | ||
"commitMessage": "maint(Release): Release new version." | ||
"commitMessage": "Release new version.", | ||
"commitArgs": ["-n"] | ||
}, | ||
@@ -10,0 +11,0 @@ "plugins": { |
@@ -0,1 +1,17 @@ | ||
### [5.0.1](https://github.com/patternslib/pat-redactor/compare/5.0.0...5.0.1) (2021-04-23) | ||
### Bug Fixes | ||
* Fix this reference and do throw the input-chaged event after updates. ([c9484e9](https://github.com/patternslib/pat-redactor/commit/c9484e930e1a2411f3b97eb6f8e0d9e033aed5f1)) | ||
* **Webpack:** Fix alias for redactor. ([e59624e](https://github.com/patternslib/pat-redactor/commit/e59624e64b81140504205d27864dda7fec4cc166)) | ||
### Maintenance | ||
* **make release-patch:** Add missing patch for patch level releases. ([360ca15](https://github.com/patternslib/pat-redactor/commit/360ca15266114bea56085d650bd6d292b1dcc0d4)) | ||
* **Release:** Remove the release-web target. Only Patternslib releases are pushed to Patterns-releases on Github. ([d8430b5](https://github.com/patternslib/pat-redactor/commit/d8430b510449d4779100f78d13e905e76494362d)) | ||
* **Release process:** Do not include the release commit in the changelog. ([0e5d47a](https://github.com/patternslib/pat-redactor/commit/0e5d47aecab602d33e7216d8763a3485c93470cd)) | ||
* Fix demo to include correct bundle. ([d799c4c](https://github.com/patternslib/pat-redactor/commit/d799c4c60addb8a2ea26566c20b36d1d34ebbdb8)) | ||
## [5.0.0](https://github.com/patternslib/pat-redactor/compare/0.0.2...5.0.0) (2021-04-20) | ||
@@ -2,0 +18,0 @@ |
{ | ||
"name": "@patternslib/pat-redactor", | ||
"version": "5.0.0", | ||
"version": "5.0.1", | ||
"description": "A pattern for redactor", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
@@ -220,3 +220,3 @@ import "regenerator-runtime/runtime"; // needed for ``await`` support | ||
options.callbacks = { | ||
changed: function () { | ||
changed: () => { | ||
this.$el.trigger("input-change"); | ||
@@ -223,0 +223,0 @@ }, |
@@ -15,3 +15,3 @@ process.traceDeprecation = true; | ||
config.resolve.alias.moment = path.resolve(__dirname, "node_modules/moment"); // prettier-ignore | ||
config.resolve.alias.redactor: path.resolve(__dirname, '../redactor'); | ||
config.resolve.alias.redactor = path.resolve(__dirname, "../redactor"); | ||
@@ -18,0 +18,0 @@ if (argv.mode === "production") { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
23252
363