erl-mathtextx-editor 0.2.0 → 0.2.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -5,6 +5,38 @@ All notable changes to `erl-mathtextx-editor` will be documented in this file.
5
5
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
6
6
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
 
8
+ ## [0.2.2] - 2026-05-20
9
+
10
+ ### Added
11
+
12
+ - **🖐️ Draggable Dialogs** — Semua dialog (MathType, Link, Image, Table, Cell Properties, Table Properties, Table Templates) sekarang bisa di-drag bebas
13
+ - Hook `useDraggable` untuk drag behavior yang konsisten
14
+ - Drag handle di header setiap dialog
15
+ - Posisi dialog tersimpan saat drag
16
+ - **🌐 Localized Table Dialogs** — Dialog insert/edit table dalam Bahasa Indonesia
17
+ - Insert Table, Table Properties, Cell Properties, Table Templates
18
+ - Label, placeholder, dan pesan error diterjemahkan
19
+ - **🔣 Enhanced Math Symbols** — Symbol palette diperluas
20
+ - Tambahan simbol matematika untuk kategori yang ada
21
+ - MathToolbar dengan konfigurasi yang lebih fleksibel
22
+
23
+ ### Changed
24
+
25
+ - **💅 TipTap Table CSS** — Perbaikan styling table untuk tampilan yang lebih rapi
26
+ - Border, spacing, dan hover state yang lebih konsisten
27
+ - Resizable column handle yang lebih jelas
28
+ - Selected cell highlight yang lebih visible
29
+ - **🔧 MainToolbar Refactoring** — Arsitektur toolbar data-driven
30
+ - Konfigurasi toolbar via `toolbar-config.ts` (Basic/Advanced/Olimpiade)
31
+ - Icon SVG ter-ekstrak di `toolbar-icons.tsx`
32
+ - Dialog state management terpusat via `useDialogManager` hook
33
+ - Kode lebih bersih dan mudah maintain (~430 lines, turun dari 1311)
34
+
35
+ ### Fixed
36
+
37
+ - **IndentBackspace** — Perbaikan backspace behavior di awal paragraph dengan indentasi
38
+ - **Serializer** — Improved HTML serialization untuk table elements
39
+
8
40
  ## [0.2.0] - 2026-05-13
9
41
 
10
42
  ### Added