Skip to content

Commit d9f2ada

Browse files
chore(release): 1.5.0 [skip ci]
# [1.5.0](v1.4.0...v1.5.0) (2026-03-05) ### Bug Fixes * allow inline text editing by removing preventDefault from block wrapper ([7513973](7513973)) * hide samples drawer toggle when samplesDrawerEnabled is false ([e568c0e](e568c0e)) * remove platform-specific @rollup/rollup-linux-x64-gnu dependency ([bb05e6e](bb05e6e)) * remove unused imports and variables breaking DTS build ([addbf39](addbf39)) * reorder package.json exports so types condition is checked first ([53bc320](53bc320)) * **test:** fix flaky e2e tests and remove unreliable ones ([bdc7e6e](bdc7e6e)) * **test:** update e2e test selectors for reliability ([4096eac](4096eac)) ### Features * add block copy/paste and delete keyboard shortcuts ([f817036](f817036)) * add inline editors for Button, Html, and Signature blocks ([fe07818](fe07818)) * add Signature block with personal and company presets ([3e56130](3e56130))
1 parent addbf39 commit d9f2ada

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
# [1.5.0](https://github.com/kontakto-fi/email-editor/compare/v1.4.0...v1.5.0) (2026-03-05)
2+
3+
4+
### Bug Fixes
5+
6+
* allow inline text editing by removing preventDefault from block wrapper ([7513973](https://github.com/kontakto-fi/email-editor/commit/751397327db41d032f7b3f0de8d3c2eb693188f3))
7+
* hide samples drawer toggle when samplesDrawerEnabled is false ([e568c0e](https://github.com/kontakto-fi/email-editor/commit/e568c0eccbe8d1f5c8ac30da97478df33bf03921))
8+
* remove platform-specific @rollup/rollup-linux-x64-gnu dependency ([bb05e6e](https://github.com/kontakto-fi/email-editor/commit/bb05e6ea4a5026391dcb9943f1e770f04bdc223a))
9+
* remove unused imports and variables breaking DTS build ([addbf39](https://github.com/kontakto-fi/email-editor/commit/addbf395fbeb771a14081e37fc55f89afbcf1101))
10+
* reorder package.json exports so types condition is checked first ([53bc320](https://github.com/kontakto-fi/email-editor/commit/53bc320062a0b73bdaf5ebf724cb45ad49722f7a))
11+
* **test:** fix flaky e2e tests and remove unreliable ones ([bdc7e6e](https://github.com/kontakto-fi/email-editor/commit/bdc7e6e2534f5c69cdb7f0dc18dd26f3a58eab5c))
12+
* **test:** update e2e test selectors for reliability ([4096eac](https://github.com/kontakto-fi/email-editor/commit/4096eac865a5ab33ca1b2b9d2b6d2b7a891ae4ae))
13+
14+
15+
### Features
16+
17+
* add block copy/paste and delete keyboard shortcuts ([f817036](https://github.com/kontakto-fi/email-editor/commit/f817036c598beae5c2609971e320375384c32589))
18+
* add inline editors for Button, Html, and Signature blocks ([fe07818](https://github.com/kontakto-fi/email-editor/commit/fe07818f7efc7ff422baf131b6d996cb22f8f967))
19+
* add Signature block with personal and company presets ([3e56130](https://github.com/kontakto-fi/email-editor/commit/3e561301372dfef84d05a89d02f3e1829c8a4a5b))
20+
121
# [1.4.0](https://github.com/kontakto-fi/email-editor/compare/v1.3.3...v1.4.0) (2026-03-05)
222

323

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@kontakto/email-template-editor",
3-
"version": "1.4.0",
3+
"version": "1.5.0",
44
"type": "module",
55
"main": "dist/index.cjs",
66
"module": "dist/index.js",

0 commit comments

Comments
 (0)