Skip to content

viewtify v2.5.0

Compare
Choose a tag to compare
@github-actions github-actions released this 30 Jun 05:43
7546376

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)