Releases: kode-team/easylogic.studio
Releases · kode-team/easylogic.studio
v0.10.74
Improvement
- support property variable
- change layer tree style
- add property editor in canvas
- Support to measure distance between objects
- support skewXY, transform cache
- add command name in refreshHistory message
- support vscode build
- support index.d.ts
- support to write when text mode is clicked
Modified
- update rotate shortcut
- modify matrix cache
- modify color preset load
v0.10.22
Major
- Refactoring plugin system
Modify
- refactoring editor layout
- remove dynamic import
- update gradient picker popup design
- support to add custom component
- modify export code view
Fixed
v0.10.11
Fxied
- fixed viewport scale
- fixed ruler
Implement
- support template layer for svg icon
- Support OpenSource Icon Library
- Support player.html
- Support plugin system
- Support BarChart, AreaChart, LineChart plugins
- Add react component plugin
- Update tui-chart Series Editor
- Add SelectionInfoView for artboard title
- Support vue component plugin
- Add ChartXAxisEditor
v0.10.7
Fixed
- fixed chrome extension csp
- fixed snap point for path segment
- fixed path bug
- fixed path interaction for esc key
Impement
- Support hover view
- update image rate when image is loaded
- support to lock image aspect ratio
- Support IFrameLayer
- support degree snap with shift key
Modify
- remove text bouding rect
- modify layer append view
- refactoring ruler
- modify webpack dev server
- modify selection icon
- modify path drag epsilon
v0.10.4
v0.10.3
Implement
- support multi artboards
- support to change artboard when layer is moved
- implement panzoom
- support to panning by space key + drag
- support to copy for layer when metaKey + pointerstart event is running
- support artboard to center on viewport
- support artboard preview cache
- support async load function
- support index page no-cache
- implement path reverse
Fix
- fixed to apply artboard size preset
- fixed image selector, support doubletab event
- fixed artboard selection
- fixed import path
- fixed sort
- modify scale pointer and rotate pointer
- improve performance
- modify duplicate key
- fixed rotate
- fixed item copy
- fixed group selection
- modify background-color position
- fixed to drag layer tree view, fixed selection
v0.10.1
Improvement
- support multi artboard
- support to group
- support to ungroup
- support artboard selection
- support to resize rotated rectangle
- support footer resizable
- support svg renderer
- support history.removeLayer
- modify curve editor
- modify path selection
- implement to bbox for svg path
- implement editor scale matrix
- implement group scale and rotation
- implement to save project information
- support to snap in LayerAppendView
- support to snap for path segment
- support to smart guides
- implement to snap to object by resize
- implement to snap to object by move
Fixed
- fixed cached rect
- fixed path totalLength check
- refactoring rendering structure
- fixed project selection
- fixed path editing bug
- fixed svg rect cache
- fixed shortcut trigger
- fixed to change css property
- fixed to modify rotate
- apply to prevent default to pointermove
전반적으로 matrix 기반으로 모든 좌표 연산을 할려고 하고 있습니다. 그래서 좀 더 정교한 컨트롤을 할 수 있도록 할 예정입니다.
I am trying to do all coordinate calculations based on matrix. So, we're going to be able to get precise control.
v0.9.54
Fixed
- fxied offset bug in SVG Element
- fixed transform editor bug
- fixed shortcut manager bug
- fixed svg clipped bug
- fixed transform editor
- fixed vdom for layer tree
- fixed init value when load.json
Improvement
- add toon theme
- support shortcut to add layer
- add notification for save button
- move timeline object from artboard to project
- modify textshadow ui
- modify layer tree depth size
- add size info for drag area in layer add panel
- add shortcut window
- support shortcut for grouping item
- implement to group with selected items
- Support to move item by depth
- modify theme style by css variables