This repository has been archived by the owner on Jun 3, 2021. It is now read-only.
Releases: apache/incubator-weex-ui
Releases · apache/incubator-weex-ui
V0.6.8
- [+] wxc-tab-page supports more settings about tab-item, More can see here
- [+] wxc-lightbox add params about
index
andinterval
- [!] wxc-rich-text remove the old hack about wxc-special-rich-text
v0.6.7
- [!] Modifying the location attribute of loading pull/323
- [!] English document grammar correction pull/329、pull/330
- [+] New judgement method about iPhoneXS Max/ iPhoneXR in util utils pull/337
- [!] Update the npm version of querystringify and url-parse pull/329
- [+] wxc-button add a green theme pull/291
- [+] wxc-indexlist add a
need-animation
param to disable the index animation issue/341 - [!] Fixed the bug about wxc-slider-bar When drag can still be dragged after Android dragging the slider. issue/331
- [+] wxc-minibar add bar-style param to cover style pull/326
v0.6.6
v0.6.5
- [+]
wxc-button
supports to set the disabled style for replace - [!] Fixed the link click callback for
wxc-rich-text
issue/298 - [+] wxc-city supports show or hidden nav header by
show-nav-header
param. issue/294 - [+] wxc-tab-bar supports set selected when is not tabView. issue/292
- [+] wxc-popover supports to replace text style. issue/289
v0.6.4
- [+]
wxc-searchbar
supports the type of setting the keyboard return key. issues/287 - [!] Fixed the wxc-slider-bar bug about position. issues/282
- [+] wxc-slider-bar supports dynamic modification of data and style in real time display.
- [!] Fixed the bug about wxc-button when set the
type
. issues/268 - [+] Fixed the bug about wxc-grid-select when using more than one.
- [!] Fixed the bug about
wxc-ep-slider
when slide to last one. issues/277
v0.6.3
- [!] Fixed the bug about
wxc-minibar
when setting right slot. issue/263 - [+]
wxc-ep-slider
supports pull more by settingpull-more
slot. - [!] Fixed the bug about wxc-icon when requesting font source. issues/253
- [+] wxc-popup supports setting
stand-out
. issue/251 - [+] supports to auto generate entry
index.js
. pull/259 - [!] Fixed the bug about wxc-searchbar barStyle return default value is
undefined
. pull/255 - [+] wxc-result supports to add customer result type. pull/252
v0.6.2
- [+]
utils
more powerful, addobjToParams
、paramsToObj
、getPageHeight
、getScreenHeight
new functions, More you can see utils/index.js. - [!] Fixed the bug about
wxc-ep-slider
when only two sliders [pull/248].(#248) - [!] Fixed the bug about
wxc-searchbar
when setting up custom styles and background conflicts at the same time issues/242/pull/245 - [+]
wxc-mask
Supportstop
param to control height at the top of the distance. issues/240/pull/241 - [!] Fixed the demo bug about
wxc-popover
pull/236
v0.6.1
- [+]
wxc-tab-page
addwxc-full-page
of immersion full screen effect, more you can see the component document. - [+]
wxc-tab-page
add a param aboutneed-slider
. - [!] Fixed the bug about
import {BindEnv} from 'weex-ui'
. - [!] wxc-cell supports setting extra content.
- [!] Fixed the show about
wxc-slider-bar
in web and iOS - [+]
wxc-refresher
supports refresh and pullingdown event.
v0.6.0
- [+] wxc-button supports more
type
settings, removenormal
/highlight
,add newtype
ahoutwhite
andblue
,new buttonsize
settings, pay attention to the upgrade. - [!] Solve the problem of too big packaging bundle of bindingx,
Binding related judgments
are transferred fromUtils.env
toBindEnv
,pay attention to the upgrade. issue 191 - [+] New Binding component:
wxc-refresh
, at the present stage of beta, suggestions are welcome. - [-] Remove the hints for
default style of the component
in weex-vue-loader high version. issue 198 - [+] wxc-popover support animation. pr 184
- [+] wxc-searchbar support setting
bar-style
style to cover theme color. - [!] wxc-rich-text enhanced compatibility with iPad and Android.
- [+] Document update for Faq and Binding.
v0.5.3
- [!] wxc-city support not to display the location, direct incoming
currentLocation
is empty. - [+] wxc-checkbox add
has-top-border
/has-bottom-border
for whether show top-border or bottom-border. - [+] wxc-progress add
bar-radius
for setting border-radius.