Releases: teletha/viewtify
Releases · teletha/viewtify
v2.8.0
2.8.0 (2023-05-23)
Features
- Add Animatable. (ff9cc3c)
- Add AnimateHelper. (b122bf6)
- Add application updater. (c461105)
- Add CollectableHelper#removeItemAt(int...) and #removeItemAt(List) (71c44c3)
- Add DecorationHelper. (f1bfb37)
- Add image UI. (eabdcfa)
- Add print preview. (9e7f5ed)
- Add UIProgressBar. (e76092d)
- Add UserInterface#keybind(Key, WiseRunnable). (8be29f6)
- Add various interpolators. (c6d2f76)
- Add VisibleHelper#opacity. (f5d3544)
- Edito can save editing state. (1007299)
- Provide editing state manager. (2f78cbd)
- UISelectPane implements ValueHelper<UserInterfaceProvide>. (336962e)
Bug Fixes
v2.7.0
2.7.0 (2023-04-24)
Features
- Add monkey patch for text node. (d88ac55)
- Add MonkeyPatch#applyAll to fix UI related bug. (103c130)
- Add shorthand method to register user action. (a745939)
- Add the specialized view for Node. (1e9da17)
- Add various collection manipulators. (eca2147)
- Add various conditional state methods. (acf1918)
- Add various sort pattern. (243cda9)
- Add Viewtify#isActive. (7a4c5d3)
- Support drag and drop on table rows. (c024ea8)
- Support nested context menu. (943c149)
- Support the nested property listener. (e6413ff)
Bug Fixes
v2.6.3
v2.6.2
v2.6.1
v2.6.0
viewtify v2.5.0
Features
- Add animation helper. (65da300)
- Add ContainerHelper. (aa0ad31)
- Add DockSystem#select(tab id). (1d49034)
- Add GuardedOperation#protect(Runnable). (9d02967)
- Add keyboard navigation system. (8736254)
- Add LabelHelper#icon. (2c9fe0b)
- Add noborder css. (9badc77)
- Add some animation effect. (cb09a12)
- Add StorableModel and StorableList. (28d81d4)
- Add UIComboBox#show, #hide and #toggle to operate the popup. (37dd910)
- Add UIFlowView. (412be6a)
- Add UISelectPane. (e6a97c3)
- Add UITableCheckBoxColumn. (58f7413)
- Add UIText#isTextSelected and #isNotTextSelected. (38a1610)
- Add UIText#prefix. (52299c4)
- Add UIText#suffix. (b421619)
- Add UITextArea. (05813a4)
- Add UITileView. (5942c0b)
- Add ValueHelper#isNull. (fd30cb9)
- Add ValueHelper#observe(boolean skipNull). (79ecdc0)
- CollectableHelper can reapply the filter and sorter. (29caa98)
- KeyboardNavigation recognize the verifier. (b95b787)
- KeyboardNavigation supports checkbox input. (1f8205a)
- Support auto focus keyboard navigation. (0114cb4)
- Support style "text-decation: underline". (5c39c75)
- Traverser supports widget focus order. (2ea0f00)
- UIButton can contribute any command. (651ae13)
- UIText supports auto complettion. (418fc19)
- UIWeb#deleteCookies. (8e70c6a)
- ValueHelper implements Consumer. (0532413)
- ValueHelper is Supplier. (b0dbbaa)
- ViewDSL provides generic separator. (979d7d6)
Bug Fixes
- Application policy. (1512789)
- Auto focus for text input. (0e0d532)
- CollectableHelper#items accepts null or empty list properly. (0e6c223)
- Enhance filter and sort function. (1483c29)
- Enhance swap anime. (9c08c6c)
- Key navigated combo box travese to next input when it select value. (e9b59b4)
- LabelHelper#text(icon, style). (1cfdd83)
- Reset selection for redrawing. (959a134)
- Returns the same ummodifiable view. (52c6488)
- scrollbar color (7d49423)
- SelectionHelper#whenSelect is broken on table. (49e0ecd)
- Support virtual flow's size estimation. (6053f65)
- UISelectPane can accept vertical padding. (09cdef9)
- UIText#maximumInput can accept correctly at text replacement. (1a3aae1)
- Viewtify#browser can be invoked more safely. (1048fa4)
viewtify v2.4.0
Features
- Add UIWeb#attribute which accessing to the attribute value. (a794c08)
viewtify v2.3.0
Features
Bug Fixes
viewtify v2.2.1
Bug Fixes
- Stabilize headless mode. (fd5c781)