From ff6883e282354b6bc0cc5bd77bf497f4f3756432 Mon Sep 17 00:00:00 2001 From: Darkhan Nausharipov Date: Tue, 25 Mar 2025 18:35:40 +0500 Subject: [PATCH] Bump version, v0.3.3 --- CHANGELOG.md | 5 +++++ pubspec.yaml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1d8bdd13..fdb8126e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 0.3.3 + +- Added `smartDashesType` and `smartQuotesType` to `CodeField` (https://github.com/akvelon/flutter-code-editor/pull/278). +- Added named sections support for JavaScript and TypeScript (https://github.com/akvelon/flutter-code-editor/pull/291). + ## 0.3.2 - Flutter 3.22 WASM fixes diff --git a/pubspec.yaml b/pubspec.yaml index 0cd5720b..4453c681 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: flutter_code_editor description: A customizable code field supporting syntax highlighting and code folding. -version: 0.3.2 +version: 0.3.3 repository: https://github.com/akvelon/flutter-code-editor environment: