Skip to content

Commit a49d93e

Browse files
committed
chore(release): 3.4.0
1 parent b8f116f commit a49d93e

File tree

5 files changed

+1849
-1820
lines changed

5 files changed

+1849
-1820
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,23 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## [3.4.0](https://github.com/f0rce/ace/compare/v3.3.3...v3.4.0) (2022-08-26)
6+
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* autocompletion could not be called consecutively
11+
12+
### Features
13+
14+
* add gson as dependency to improve serialization ([8fa25a5](https://github.com/f0rce/ace/commit/8fa25a573573efe307e8a5ab072d3d7bec7dd48b))
15+
* **modes:** create & set custom modes during runtime ([0d28156](https://github.com/f0rce/ace/commit/0d28156ece02047e5773c10c4ab9d2f815661a86))
16+
17+
18+
### Bug Fixes
19+
20+
* autocompletion could not be called consecutively ([a4aed41](https://github.com/f0rce/ace/commit/a4aed4182488c99a48c9ab3a21643fccb7e3a54e)), closes [#36](https://github.com/F0rce/ace/issues/36)
21+
522
## [3.3.3](https://github.com/f0rce/ace/compare/v3.3.2...v3.3.3) (2022-08-03)
623

724

frontend/generated/vaadin.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
import './vaadin-featureflags.ts';
22

33
import './index';
4+
5+
import '@vaadin/flow-frontend/vaadin-dev-tools.js';

0 commit comments

Comments
 (0)