Releases: kongying-tavern/elysia-typewriter
Releases · kongying-tavern/elysia-typewriter
v2.2.0
v2.1.0
2.1.0 (2023-11-29)
Bug Fixes
- action-bar: fix action layout padding (5d8ad41)
- action-bar: fix dropdown arrow direction in action bar (165be83)
- fix icon alignment in font selector (af2ae54)
- fix selection of text when click on panels (a30968d)
- svg-icon: adjust svg icon mask mechanism to CSS mask (00afd65)
- svg-icon: fix image size adjustment for SvgIcon (4fb899b)
Features
- action-bar: change action bar styles to theme friendly (d69d6f0)
- action-bar: change keyboard icon color to theme friendly (ab7e92b)
- button-basic: change basic button styles to theme friendly (a4202f3)
- caps: add caps lock function to keyboard for Starrail characters (76f70e8), closes #12
- card-basic: change basic card styles to theme friendly (2ec6c33)
- dropdown-arrow: make dropdown arrow to single component with theme friendly styles (03fd2af)
- font-selector: change font selector styles to theme friendly (4b1f1f1)
- font-selector: change font selector to new ui (e30f6f4)
- input-area: change input area clear button styles to theme friendly (dfeb635)
- input-area: change input area styles to theme friendly (876cb92)
- keyboard-layout: add key pressed styles to keyboard (6bcfae4)
- keyboard-layout: change keyboard layout styles to theme friendly (05ed12b)
- keyboard-layout: change keyborad layout icon styles to theme friendly (7e77878)
- portrait-layout: make portrait layout to separate component with theme friendly styles (fb071ed)
- scrollbar: change scrollbar styles to theme friendly (84b0414)
- shadow: change shadow styles to theme friendly (d2ac237)
- textarea-basic: change basic textarea styles to theme friendly (fae7ccf)
- transform-switcher: change conversion arrow color to theme friendly (ca5360a)
v2.0.0
2.0.0 (2023-05-10)
Features
- button: add clickable action emits and cursor control to button widget (c3333b6)
- button: add primary style to button ui (4ffa048)
- font-selector: add font selector panel (6a4d1c5)
- input-area: add clear button to input area (776d3b6)
- input-area: add dynamic rows control to input area (fd37025)
- input-area: add focus outline to input area (b31f27a)
- input-area: add text display and input reactivity for input area (e7ecf6a)
- input-area: change input-area to new ui (375d9e5)
- keyboard-layout: add config button to show / hide keyboard (de5a95a)
- keyboard-layout: add enter, backspace and space keys to keyboard layout (3bbaad4)
- keyboard-layout: change keyboard layout to new ui (bb8cd60)
- preview-area: change preview area to new ui (c708db9)
- transform-switcher: add conversion direction switching (2aab736)
- transform-switcher: add toggle action control to transform switcher (4b44751)
- ui: make new transform switcher layout ui (8a86c6b)
- ui: reform new ui design (3d4ceb1)
BREAKING CHANGES
- keyboard-layout: New keyboard layout take conversion direction into consideration. When converting
to English, the keyboard will show as game fonts, and vice versa. - preview-area: This change takes conversion direction into consideration. When the conversion is
from English, preview will display in game fonts, and vice versa. - input-area: In this change, conversion direction affects how input area displays. When the
conversion is to English, the input area will display game fonts, and vice versa.
v1.3.0
v1.2.1
v1.2.0
v1.1.1
v1.1.0
1.1.0 (2023-04-11)
Bug Fixes
- fix config input method and remove magic word (0814489)
- fix full width of text input component (2834624)
Features
- add hover & click styles to distinguish key state (45ee9d4)
- add Input Keyboard layout (791566c)
- add key button press action to keyboard layout (29ef266)
- add text / keyboard input method switch (5057e06)
- add text clear action button (176b0d9)
- add toggle function for display keyboard in target characters (685cc14)
- change text / keyword side-by-side layout (368f99b)
- change text input to dynamic rows height (3a9c665)