Skip to content

Latest commit

 

History

History
98 lines (75 loc) · 8.35 KB

File metadata and controls

98 lines (75 loc) · 8.35 KB

0.13.0 (2026-02-17)

Features

  • add undo/redo functionality (#45) (b39d8de)
  • add call to actions presets (927d168)

Other

  • fix types re export (4c1b197)
  • decompose editor feature (#44) (ed11323)
  • add architecture standards skill (a481e66)
  • decompose tree components and simplify naming (#43) (be66145)

0.12.0 (2026-02-16)

Features

  • add duplicate for row/cell/atom (#42) (8bed16a)
  • add drag & drop for rows/cell/atom in tree (#41) (24fac22)
  • add html export & mobile preview (#40) (73850ed)

Bug Fixes

  • preserve manual Width/Height mode when input is cleared (9a2cb5b)
  • adjust insertion point radius for better alignment (cba3af5)

Other

0.11.0 (2026-02-14)

Features

  • add interactive insertion line for creating tree nodes (#38) (9192390)
  • relocate "Empty Block" button from component list to component tree (6cfe37e)
  • migrate email preview catalog blocks to JSON format, add save block functionality in dev mode (#37) (463fa87)

Other

  • reorganize panel tools, remove actions (#39) (d5075fc)
  • update AGENTS (ee75a03)
  • useX concept (#36) (9a5b721)
  • decrease z-index values for preview overlay and label elements to adjust layering (2ec30bf)
  • remove GitHub Release Tag workflow (3ea4ccf)
  • use bumpy for versioning (5f1602d)

0.10.0 (2026-02-13)

Features

  • restructure project with new entities, features, and shared modules (#35) (42dbc0c)
  • complete UI migration to shadcn-vue and Tailwind (#33) (87f5d03)
  • add template import/export (#32) (4e98d2f)
  • add composition architecture & refactoring all components (#31) (bbe7c47)
  • add contents components (#30) (1437fff)
  • split image and imageBlock roles (5068479)
  • add latest header component (882bfaa)
  • schema: add GroupRef-only architecture (#29) (d50046e)
  • add new header components (#28) (c546594)
  • add column width support to email components (#27) (e4b437d)
  • add header components (#24) (16718a4)
  • tools: add spacing & bg image tools (#23) (70aef91)
  • add text editor tool (#22) (4c2f9db)
  • menu: add padding tool for logo & menu (#21) (d1e26fe)
  • add align tool (#19) (3d63b3f)
  • add spot editing, component tree (#17) (e394b9d)
  • add layout padding (#15) (a66deba)
  • menu diagonal movement (#14) (a5f9b06)
  • add general tools & settings (#13) (a940fa8)
  • add menu components (#12) (ff0be27)
  • basic functionality & first component (#8) (8e2dddc)
  • store: add basic functions for update & delete tools (c9fe818)
  • components: add 1 menu component (e676c56)
  • editor: add ColorPicker, Image, Input, Padding, Toggle & Multi tools (3dfdf09)
  • add unicons (82d2129)
  • add elemen-plus (a98d401)
  • editor: add component list (basic), demo menu, preview images (770347a)
  • add editor layout (basic) (fd7983e)
  • add header, layout (basic) (7fc1936)
  • add styles (basic) (a3a31dc)

Bug Fixes

  • normalize image src paths to handle base path correctly (11e1f1b)
  • email template layout width (dc414b5)
  • add preview click handling to prevent default link behavior (80b9290)
  • header 5 markup (9404c2a)
  • normalize path (52bbcbc)
  • hide editing tool panel via outside click (57d2e76)
  • components overflow (a66483a)
  • color picker v-model (1383c8c)
  • increase swap zone (9edeef1)

Breaking Changes

  • feat!: new block-composer architecture, migrate all blocks (#34) (172b0c1)