Skip to content

Releases: VKCOM/VKUI

v1.5.7

14 May 14:09
Compare
Choose a tag to compare
  • Added market_outline icon, 24px
  • Added flex-shrink: 0 for .Entity__aside

v2.0.0-beta.1

14 May 14:51
Compare
Choose a tag to compare
v2.0.0-beta.1 Pre-release
Pre-release

Breaking changes

ScrollView

Renamed to Panel.

PanelHeader

New paradigm for defining header of Panel.

InnerScroll

Component for creating scrollable blocks. Fixes problem with iOS oversroll.

New design

For <FormLayout />, <Input />, <Button />, <Select />, <Textarea />, <Radio /> property v is new by default.

v1.5.6

29 Apr 18:49
Compare
Choose a tag to compare

ListItem HOTFIX

fixed bug with passing ...restProps into <input />, when ListItem is in selectable mode

v1.5.5

25 Apr 18:38
5b99490
Compare
Choose a tag to compare

Touch

Removed disabling vertical scroll hacks. Using onMoveX handler insetad.

Radio

  • Added transitions for <Radio v="new" /> markers.
  • Changed activeEffectDelay for iOS and Android.

Tappable

Added active state transition for iOS .

PopoutWrapper

Fixed disabling window scroll, when PopoutWrapper is mounted.

v1.5.4

23 Apr 14:36
481cf04
Compare
Choose a tag to compare

Icons

New icon lock_12.

Alert

Fixed action border-radius in vertical mode.

ListItem

  • Fixed .Icon and .Avatar styles, added > selector.
  • Added removePlaceholder property.

v1.5.3

20 Apr 10:00
2c9b27d
Compare
Choose a tag to compare

Radio

Added new design

Textarea

Fixed underline for old design

ListItem

Added removable mode.
Code refactoring:

  • Removed hardcoded svg icons.
  • Removed useless selectable code.

Gallery

Added bullets

v1.5.2

18 Apr 17:26
Compare
Choose a tag to compare

Removed from .npmignore src/ and build/ folders. Now library users can use src files in their projects to reduce bundle size.

Edited package.json scripts: prepublish => prepublishOnly.

Edited package.json dev deps: react and react-dom switched from 15.6.2 to 16.3.2.

Moved cssTransform options in separate file. Now library users can use this config in their projects.

ButtonNew: added disabled state.

Alert: fixed vertical layout buttons.

v1.5.1

11 Apr 07:49
Compare
Choose a tag to compare
package.json

1.5.0 => 1.5.1

v1.5.0

09 Apr 17:59
e5b6110
Compare
Choose a tag to compare
  • Consistent separators design
  • FixedTabs: added shadow for Android
  • NativePopouts: supported popout open on componentDidMount
  • package.json: updated peerDependencies
  • Search:
    • fixed proxing props
    • initialValue => defaultValue
  • Spinner: supported external className
  • Icons update:
    • share_external_24
    • help_outline_24
    • airplay_24
    • artist_24
    • live_24
    • hide_24
    • pin_24
    • unpin_24
    • volume_24
    • view_24
    • mute_24
    • camera_24
    • qr_24
    • locate_24
    • linked_24
    • money_circle_24

v1.5.0-beta.2

04 Apr 15:01
Compare
Choose a tag to compare
v1.5.0-beta.2 Pre-release
Pre-release
  • Pane: fixed borders
  • Search: fixed width calculations
  • View: fixed swipe back finish handling (scroll restoration)
  • ListItem: removed border-bottom for last item