Releases: VKCOM/VKUI
Releases · VKCOM/VKUI
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