* Fix the translation of the title of CONTRIBUTING.fr-FR.md
* Doc: update i18n.md with the croatian language
* Doc: Fix some typos after proofreading in french translation
* Doc: update translation of color.md (fr-FR)
* Doc: translate border.md into french (fr-FR)
* Docs: add french translation (fr-FR) in "components.json".
* Docs: add french translation (fr-FR) in "page.json"
* Docs: add french translation (fr-FR) in "route.json"
* Docs: add french translation (fr-FR) in "title.json"
* Docs: remove a comma in "title.json"
* Docs: translate alert.md into french (fr-FR)
* Docs: remove a comma in "component.json"
* Docs: translate badge.md into french (fr-FR)
* * a77b5518 Docs: translate breadcrumb.md into french (fr-FR)
* * a77b5518 Docs: translate breadcrumb.md into french (fr-FR)
* Docs: translate button.md into french (fr-FR)
* Docs: translate card.md into french (fr-FR)
* Docs: translate carousel.md into french (fr-FR)
* Docs: translate cascader.md into french (fr-FR)
* Docs: translate checkbox.md into french (fr-FR)
* Docs: translate collapse.md into french (fr-FR)
* Docs: translate color-picker.md into french (fr-FR)
* Docs: translate color.md into french (fr-FR)
* Docs: translate container.md into french (fr-FR)
* Docs: translate custom-theme.md into french (fr-FR)
* Docs: translate date-picker.md into french (fr-FR)
* Docs: translate datetime-picker.md into french (fr-FR)
* Docs: translate dialog.md into french (fr-FR)
* Docs: translate form.md into french (fr-FR)
* Docs: translate i18n.md into french (fr-FR)
* Docs: translate icon.md into french (fr-FR)
* Docs: translate input-number.md into french (fr-FR)
* Docs: translate input.md into french (fr-FR)
* Docs: translate installation.md into french (fr-FR)
* Docs: translate dropdown.md into french (fr-FR)
* Docs: translate layout.md into french (fr-FR)
* Docs: translate loading.md into french (fr-FR)
* Docs: translate menu.md into french (fr-FR)
* Docs: translate message-box.md into french (fr-FR)
* Docs: translate message.md into french (fr-FR)
* Docs: translate notification.md into french (fr-FR)
* Docs: translate pagination.md into french (fr-FR)
* Docs: translate popover.md into french (fr-FR)
* Docs: translate progress.md into french (fr-FR)
* Docs: translate quickstart.md into french (fr-FR)
* Docs: translate radio.md into french (fr-FR)
* Docs: translate rate.md into french (fr-FR)
* Docs: translate select.md into french (fr-FR)
* Docs: translate slider.md into french (fr-FR)
* Docs: translate steps.md into french (fr-FR)
* Docs: translate switch.md into french (fr-FR)
* Docs: translate table.md into french (fr-FR)
* Docs: translate tabs.md into french (fr-FR)
* Docs: translate tag.md into french (fr-FR)
* Docs: translate time-picker.md into french (fr-FR)
* Docs: translate tooltip.md into french (fr-FR)
* Docs: translate transfer.md into french (fr-FR)
* Docs: translate transition.md into french (fr-FR)
* Docs: translate tree.md into french (fr-FR)
* Docs: translate typography.md into french (fr-FR)
* Docs: translate upload.md into french (fr-FR)
* Docs: update the configuration for the french translation
* Docs: update the french documentation from 2.4.4 to 2.4.11
* Changelog: translate to line 408 into french (fr-FR)
* Changelog: finish the translation into french (fr-FR)
* Changelog: update from 2.4.11 to 2.5.4
* Doc: update french translation from 2.4.11 to 2.5.4
* Changelog: fix a display bug with the subtitles
* Examples: add french language (fr-FR) in search.vue component
* Doc: change some french titles
* Doc: add the french locale to app.vue
* Created Armenian locale
* Added Armenian locale in example docs
* Created Armenian locale in example docs
* Created Armenian locale in example docs
* Update hy-AM.js
* Fix issue with popover displaying on focus when configuration is for it to show on hover.
Fix issue with popover timer still running when button clicked and parent element no longer visible (e.g. keepalive component).
* Updated to pass tests
* Correct documentation for el-date-picker
* Changes as per ziyoung review
* DatePicker: Allowed to customize range-seprator with a slot
Currently, the only possible option for "range-selector" is a string, would be nice to use a slot, so we could have custom svg-icon there.
* update doc
* Table: clearFilter can clear the filters of specified columns
* optimize code and add resetFilter example in doc
* Table: Improve documentation of clearFilter
* Table: Adds header rendering slot
Fixes#4909 and #4908
* Add translation to spanish
* Include render-header deprecation warning
* Add chinese translation and scoped slot description at bottom
* Fix documentation and warnings. Fix custom-header docs
* Fix redundant columns and cleanup example
* Prevent scopedSlot from working on selection column
* Typo
* Dropdown: Added slots to documentation
Added slots section in english to documentation for dropdown component. Chinese and Spanish missing.
* Update dropdown.md
* Form: adds prop to make asterisk optional on required fields
* Form: adds prop to make asterisk optional on required fields
* ElForm: Reverses attribute name to hide-required-asterisk, which defaults to false
* Update form-item.vue
* Update form.scss
* Update form.md
* Docs: Document el-form label-position attribute
Adds improved documentation to the el-form `label-position` attribute, which behaves differently when used with and without `label-width`. This has been a source of confusion for myself and others:
https://github.com/ElemeFE/element/issues/8477
Thanks!
* Document el-form label-position attribute (zh-CN, needs translation)
* Document el-form label-position attribute (es)
* Update form.md
* date-picker: refactor type='dates'
fix issue #12323
{month, year} table highlights all selected dates
nuke selectedDates to provide cleaner data flow
* doc: correct date-picker's array usage
empty value must be falsy (empty array should not be used)