Releases: VKCOM/VKUI
Releases · VKCOM/VKUI
v1.4.2
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
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
- Input. Редизайн
- Select
- Редизайн
- Controlled/uncontrolled
- Textarea. Редизайн
- FormLayout. Редизайн
v1.3.8
v1.3.7
- Пофикшен accessibility в шапке View (iOS only)
- В FixedLayout учитывается safe-area-inset-bottom (iOS only)
v1.3.6
- lib/querystring.
- Покрыть тестами.
- Добавить опциональный encodeURIComponent для querystring.create. Encode включен по-умолчанию. Чтобы выключить, вызывать нужно вот так:
create(data, { encode: false })
- Header – новый компонент
- request
- Хот фикс для запроса, в котором нет opts.data
v1.3.5
- lib/request: в случае get запроса opts.data будет конвертироваться в query-строку и прибавляться к url.
- Button: релиз ButtonNew.
- Gallery: возможность управлять активным слайдом с помощью свойства slideIndex.
- Оптимизации: убрана зависимость react-prefixify, которая сильно раздувала бандл.
v0.7.0rc
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
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
- 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