Skip to content

Releases: VKCOM/VKUI

v1.3.5

21 Feb 11:13
Compare
Choose a tag to compare
  • lib/request: в случае get запроса opts.data будет конвертироваться в query-строку и прибавляться к url.
  • Button: релиз ButtonNew.
  • Gallery: возможность управлять активным слайдом с помощью свойства slideIndex.
  • Оптимизации: убрана зависимость react-prefixify, которая сильно раздувала бандл.

v0.7.0rc

09 Dec 14:15
Compare
Choose a tag to compare
v0.7.0rc Pre-release
Pre-release

Features

  • Modals (beta)
  • Action Sheets (beta)
  • iOS swipe back
  • Gallery
  • Popout Wrapper

Bugfix

  • Fix bug with double animation on iOS native swipes
  • Fix View scroll bugs
  • Fix Alerts
  • Fix Alert Inputs

v0.6.16

26 May 16:17
Compare
Choose a tag to compare
v0.6.16 Pre-release
Pre-release

Features

  • Add AlertInput component. Update styles of Alert for iOS.
  • Add external types for Button component. Update styles of Button component.
  • Add posibility to set tagName for FormLayout component. Initlal value is form.
  • Add animation for input underline on active for Android
  • Add version of library to package. You can use it:
import * as UI from 'vkui';

console.log(UI.v); // 0.6.16

Bugfix

  • Fix bug with blocking rerender of non-active panel.
  • Fix panel transition for Android
  • Fix change handler for Textarea component

Markup fixes

19 May 16:43
Compare
Choose a tag to compare
Markup fixes Pre-release
Pre-release
  • Fix bug with multiple tap selection on multitouch gesture
  • Fix text overflowing in headers
  • Fix header alignment for old versions of iOS
  • Fix iOS header alignment when one of sides is empty
  • Fix iOS list separators for old versions of iOS

v0.6.0

03 May 00:49
Compare
Choose a tag to compare
v0.6.0 Pre-release
Pre-release
v0.6.0

Initial

02 May 20:36
Compare
Choose a tag to compare
Initial Pre-release
Pre-release
v0.5.16

v0.5.16