title | toc |
---|---|
Change Log |
hidden |
2021-07-22
- Feat
- Add more i18n support in the project
2021-05-14
- Fix
- Fix the problem of incorrect image size modification by
image-reader
- Fix the problem that
stepper
can't enter the decimal point - Fix the problem that the
process.env.MAND_ENV
environment variable is not injected correctly
- Fix the problem of incorrect image size modification by
2021-04-02
- Fix
- Fix the problem that the initial value of
stepper
is-
.
incorrectly parsed - Fix the problem of incorrect image size modification by
image-reader
- Fix the problem that the initial value of
2021-03-02
- Feat
- Add i18n support in the project
2021-02-26
- Fix
- Fix the issue of picture angle correction
2021-02-04
- Fix
- Replace
NODE_ENV
withMAND_ENV
in some components
- Replace
2021-01-15
- Feat
Dialog
supports passing intransition
when using static methods#716
- Fix
- Fix
Tip
error when no attributes in subcomponent - Fix the conflict of
InputItem
component instance method sharingdebounce
internal variables
- Fix
2020-09-17
-
Feat
TextareaItem
support formation#699
-
Fix
2020-07-24
- Fix
- Avoid repeated triggering of click and touchstart in
NumberKeyboard
component
- Avoid repeated triggering of click and touchstart in
2020-05-29
- Fix
- Fix the issue of incorrect Chinese currency unit of
Amount
component#675
- Fix the issue of incorrect Chinese currency unit of
2020-04-30
- Fix
- Fix the issue of incorrect font line-height of
Button
under text link type#663 - Fix the issue that
jpgencoder
inImageReader
may be repeatedly loaded (such as in micro front-end mode) - Fix
TabBar
size calculation compatibility issue
- Fix the issue of incorrect font line-height of
2020-03-26
-
Feat
CheckGroup
adds methodtoggleAll
, used to Select All or Deselect#648
-
Fix
- Fix
TextAreaItem
has wrong height,when it's filled with asynchronous content
- Fix
2020-02-04
-
Feat
Captcha
add propauto-send
, used to control whether thesend
event is automatically triggered when the captcha popup is first displayedResultPage
props add dynamic change response
-
Fix
- Fix the issue of
Picker
andDatePicker
that when scrolled multiple columns, the selected item was abnormal#632 - Fix the incorrect timing of the refreshActive event in
ScrollViewRefresh
#642 - Fix
Amount
displaying wrong numbers with thousands characters#644 - Fix the issue that the size calculation of
TextAreaItem
is incorrect when nesting inPopup
- Fix the issue that auto-play would not work when sliding up and down in
Swiper
- Fix
Tip
incorrect placement in ScrollView
- Fix the issue of
2019-12-26
-
Feat
Landscape
add proptransition
, used to customize the display animation
-
Fix
2019-11-23
- Fix
- Fix
Stepper
has initial values, maximum and minimum values are the problem of not being able to enter numbers, and optimized boundary check logic#614
- Fix
2019-11-08
- Fix
- Fix the problem of size exception caused by window size change when
TabBar
were used inkeep-alive
#608 - Fix
Skeleton
title exception shows when it is empty
- Fix the problem of size exception caused by window size change when
2019-11-02
-
Feat
ScrollView
adds methodgetOffsets
, used to get scroll distance
-
Fix
- Fix the problem that
Swiper
changes back to the first screen due to window size change#596 - Fix the problem of size exception caused by window size change when
Swiper
andTabBar
were used inkeep-alive
#599 - Fix
TabBar
size calculation compatibility issue - Update the presentation logic of the
TextareaItem
empty button, only when the form value is not empty and focused#589
- Fix the problem that
2019-10-11
-
Feat
TextareaItem
add propclearable
#589
-
Fix
2019-09-20
-
Feat
Picker
andDatePicker
add propkeep-index
, used to set the last stop position when the column data changes
-
Fix
- Fix the problem that
Toast
is covered byLandscape
- Fix the problem of
TabBar
rendering crash#567 - Remove the useless style variables of
Textarea
- Fix the problem that
2019-09-04
-
Feat
- Add part of global reset style
- Add new component
Skeleton
- Add new component
TextareaItem
- Add new components
RadioGroup
andRadioBox
- Add options
type
,plain
,round
,inactive
,loading
,icon
,iconSvg
toActionBar
andResultPage
button configration#544 - Add handlers
onShow
andonHide
to singleton modeDialog
InputItem
add proppreview-type
, used to set the type of pre-filled impression
<md-input-item type="bankCard" <!-- type when entering normally --> preview-type="text" <!-- type when pre-filling display --> title="银行卡号" value="6222 **** **** 1234" <!-- pre-filled value with mask --> ></md-input-item>
-
Fix
- fix page flipping problem when sliding out of touch area in
Swiper
#540 - modify button background color setting property to
background
and the container element todiv
- fix page flipping problem when sliding out of touch area in
2019-08-13
- Fix
- fix style issues with
FieldItem
andInputItem
headers and content alignment#528 - bolder font weight in android devices of
FieldItem
andInputItem
- fix style issues with
2019-08-03
- Fix
- Fix the problem that
InputItem
cannot limit the max length of characters when using virtual keyboard input#524 - Fix
Amount
with the loss of precision in animation mode
- Fix the problem that
2019-07-29
-
Design
- 🍭Financial design specification update, the title bar
border-radius
ofPopup
based components changed from8px
to40px
(Large-Radius pattern),border-radius
ofDialog
changed from8px
to12px
- 🍭Financial design specification update, the title bar
-
Feature
-
PopupTitleBar
adds following Props:large-radius
for supporting Large-Radius patternonly-close
, used to quickly set a single close buttontitle-align
, used to set the position of title and description(left/right/center)
-
Picker
,DatePicker
,TabPicker
,Selector
,Cashier
add Proplarge-radius
for supporting Large-Radius pattern -
Selector
adds Prophide-title-bar
, used to support hiding the title bar in no confirmation mode, and adds slotsheader
,footer
-
Button
adds Proploading
, used to set the loading status -
Dialog
Propbtns
adds two status settingsdisabled
/loading
, and passing back thebtn
instance inhandler
#500export default { data () { return { btns: [{ text: 'Search', handler: this.btnHandler }] } }, methods: { btnHandler (btn) { this.$set(btn, 'loading', true) this.$set(btn, 'text', 'Searching') }, } }
-
-
Fix
2019-07-18
- Fix
- Fix compatibility issues when fixing
Toast
custom positions#485 - Fix
TabPicker
when settingdefault-value
,TabBar
can't automatically select the last item#488 - Fix
Selector
andCheckList
click icons can't select current item#491 - Fix this problem
Popup
can't coverNoticeBar
#492 - Fix partial
stylus
variable assignment error inStepper
- Fix compatibility issues when fixing
2019-07-05
- Fix
- fix
Codebox
value could not be assigned when initializing - fix the problem that the
NumberKeyboard
keys may be clicked incorrectly#477
- fix
2019-06-22
-
Feature
NumberKeyboard
adds propertyisHideConfirm
, used to control whether the confirmation button click action automatically hides the keyboard#474NumberKeyboard
add default slot
-
Fix
2019-06-13
-
Feature
Check
andCheckList
increase the icon size, location and other related configuration properties#383CheckList
slot addsindex
,selected
field
<template> <md-check-list :options="data"> <template slot-scope="{ option, index, selected }"> <!-- xxx --> </template> </md-check-list> </template>
RadioList
slot addsindex
,selected
fields, and does not display icons whenicon
is emptySelector
adds propertymulti
to support multiple selections#296Toast
adds the attributecomponent
, which is used and customized in component form#445- ScrollView
adds property
is-prevent` to support setting whether to prevent the default behavior when scrolling in non-scrollable areas#454
-
Fix
2019-05-26
- Fix
- Fix the problem that the first and last items of
TabBar
cannot be automatically repaired after they are selected#434 - Texts of
TabBar
items cannot be selected
- Fix the problem that the first and last items of
2019-05-25
- Fix
- Utility style
hairline
replaceswidth
andheight
withborder
- Utility style
2019-05-11
-
Feature
TabPicker
add eventselect
#436
-
Fix
- When the option in the tab list of each level of
TabPicker
is selected, the internal container is reset to the top RadioList
automatically clears the filled out text box when switching to a non-text optionDatePicker
propcustom-types
supportHH
#433- Add
onCancel
to the type declaration ofDialog
- Optimize some components documentation
- When the option in the tab list of each level of
2019-04-22
-
Feature
-
Fix
- Fix the exception thrown by
Picker
when setting a wrongdefault-index
#416 - Optimize some component styles
- Fix the exception thrown by
2019-04-13
-
Feature
- New
Ruler
Component ScrollViewRefresh
add proprollerColor
, used to set the progress bar color of pull-down refreshing#399- Optimize
WaterMark
component by usingcanvas
to render watermark Stepper
addincrease
,decrease
events
- New
-
Fix
2019-03-22
- Fix
InputItem
not update when slots changeCodebox
bottom border not shown on some devices
2019-03-15
2019-03-08
-
Feature
- Optimize
Swiper
gestures
- Optimize
-
Fix
- Some build bugs
ScrollView
move out screen not trigger scroll end actionPopup
synchronously operate problem#341
2019-02-25
- Fix
- Fix
ScrollView
is not able to trigger the problem when the content is not full.#335 - Fixed a problem with the line break when the
InputItem
title floated
- Fix
2019-02-23
- Fix
- Fix the problem that
postcss
is not in effect at build time, causing assets such as images inmand-mobile.css
not to be processed by url inline。
- Fix the problem that
2019-02-22
-
Feature
Seletor
:defaultValue
prop remove type limits#305ScrollView
: addimmediateCheckEndReaching
prop,in order to check reach bottom immediately and emitendReached
event#312Picker
andDatePicker
: addlineHeight
prop, which is used to customize option line height#323ScrollView
: addtouchAngle
prop, in order to control scroll angle#326Amount
: use system default font
-
Fix
2019-01-30
-
Feature
DetailItem
increase supported types ofcontent
#285Dialog
add default valuetrue
ofpreventScroll
#286Radio
increase supported types ofvalue
#289Icon
font type increases without prefix class name#295Check
,CheckBox
increase supported types ofname
andvalue
#297InputItem
add propvirtual-keyboard-vm
, used to support external custom financial keyboardsCashier
add scoped slotfooter
andchannels
add propertyimg
-
Fix
InputItem
remove setting cursor for native type #268- supplement
index.d.ts
- fix part of components style issues
2019-01-04
-
Feature
- Add
PascalCase
name to global components#261 ScrollView
add propmanual-init
and methodinit
TabBar
,Tabs
add propimmediate
Swiper
add proptransition-duration
- Add
-
Fix
- fix part of components style issues
2018-12-21
-
Feature
- Optimize
NumberKeyboard
input experience Cashier
adds slotscene
Picker
adds propdefault-value
#255
- Optimize
-
Fix
- Fix
Popup
continuous "show & hide" invalidation problem - Fix
Steps
style compatibility issues - Fix
InputItem
style problem, increase close button click area setError
ofCaptcha
no longer clears codes
- Fix
2018-12-14
🎉🎉🎉 👏👏👏 Learn more in theMigration from 1.x.
Visit GitHub to read 1.x
change logs.