Skip to content

Releases: VKCOM/VKUI

v1.4.2

20 Mar 20:00
Compare
Choose a tag to compare

common.css, FixedTabs, FixedLayout, docs

FixedTabs: default blue background for Android
common.css: fixed bg for gray ScrollView theme
FixedLayout: adding bottom safe area inset only for FixedLayout--bottom
docs: removed submodule

v1.4.1

14 Mar 16:34
Compare
Choose a tag to compare

Button, Textarea, Link, FixedTabs, View

Button: removed list type, added cell type
Textarea: added font-family
ListItem: changed indicator prop type
View: removed useless preventDefault in onMove ()
Link: new component

v1.4.0

14 Mar 13:34
Compare
Choose a tag to compare
  • Input. Редизайн
  • Select
    • Редизайн
    • Controlled/uncontrolled
  • Textarea. Редизайн
  • FormLayout. Редизайн

v1.3.8

01 Mar 10:36
Compare
Choose a tag to compare
  • Gallery: #48
  • Slider
    • #47
    • Редизайн
    • controlled/uncontrolled behaviour

v1.3.7

26 Feb 14:54
Compare
Choose a tag to compare
  • Пофикшен accessibility в шапке View (iOS only)
  • В FixedLayout учитывается safe-area-inset-bottom (iOS only)

v1.3.6

21 Feb 18:50
15621d0
Compare
Choose a tag to compare
  • lib/querystring.
    • Покрыть тестами.
    • Добавить опциональный encodeURIComponent для querystring.create. Encode включен по-умолчанию. Чтобы выключить, вызывать нужно вот так: create(data, { encode: false })
  • Header – новый компонент
  • request
    • Хот фикс для запроса, в котором нет opts.data

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