Commit Graph

1040 Commits (380bb55fb20325c666cc7d48371e33719d732551)

Author SHA1 Message Date
Javier Diaz 380bb55fb2 [upload] Spanish Translation 2017-11-11 19:21:52 +08:00
ProgramerGuy 02f67dd309 Update switch.md 2017-11-11 10:42:25 +08:00
Federico Garcia 3764f1a373 Translated to spanish - checkbox, collapse and color-picker 2017-11-10 14:48:24 +08:00
Javier Diaz 122fd84c57 [custom-theme] Spanish translation 2017-11-10 14:46:28 +08:00
Javier Diaz a23fbb7001 [Container] Spanish translation 2017-11-10 14:44:07 +08:00
Gonzalo2310 287b823938 es-doc: add card, carousel translation (#8091)
* Complete french translation 🇫🇷

* card.md Spanish version

* carousel.md spanish version
2017-11-08 14:22:51 +08:00
Santiago García da Rosa 5fc56bccc7 es-docs: add alert, badge, breadcrumb, button translation (#8090)
* docs/es/alert.md - translation to spanish

* docs/es/alert.md - translation to spanish

* docs/es/badge.md - translation to spanish

* docs/es/breadcrumb.md - translation to spanish

* docs/es/button.md - translation to spanish
2017-11-08 14:22:06 +08:00
Javier Diaz 9a79e200d0 es-doc: add color translation (#8092)
* [Color]: Spanish translation

* Fixed typo on translate

* Fixed typo on translation
2017-11-08 14:19:52 +08:00
Leopoldthecoder 7e8a00d2ea scaffolding Spanish docs 2017-11-07 10:48:23 +08:00
Leopoldthecoder 44849f7998 [build] 2.0.3 2017-11-03 15:59:15 +08:00
Leopoldthecoder 03ccdb4fbc Menu: register el-tooltip 2017-11-03 13:21:06 +08:00
Leopoldthecoder 08b80ca467 Steps: fix style for last step when vertical 2017-11-02 19:16:36 +08:00
Leopoldthecoder 88868eebf7 Theme: releasing all variables 2017-11-02 14:01:58 +08:00
Leopoldthecoder 9553e1edba Chore: misc fixes and updates 2017-11-02 14:01:58 +08:00
maran 6a5a3aaa2f remove outline for collapse & upload 2017-11-01 15:01:27 +08:00
Leopoldthecoder 343e9fa438 DatePicker: fix editable and readonly in range pick 2017-11-01 11:51:37 +08:00
WittBulter 2c34b3c804 Notification: improve position attr (en-US) 2017-11-01 10:18:05 +08:00
WittBulter 4403fdc251 Notification: improve position attr 2017-11-01 10:18:05 +08:00
Leopoldthecoder 906580eb88 [build] 2.0.2 2017-10-31 18:48:53 +08:00
Leopoldthecoder 03a52ab38e Table: update sort-by docs 2017-10-31 17:09:48 +08:00
wangfengming 7074a247f4 Table: support sort-by 2017-10-31 11:35:40 +08:00
Leopoldthecoder 409a3c852f Form: fix validate state 2017-10-30 04:03:19 -05:00
Leopoldthecoder c0e9a0f44f [build] 2.0.1 2017-10-28 17:13:24 +08:00
Leopoldthecoder 8479b2fbaf bug fixes 2017-10-28 03:10:52 -05:00
Leopoldthecoder 2e8161e68e Fix checkbox-button and radio-button gap 2017-10-27 04:41:27 -05:00
Leopoldthecoder 6995641d72 [build] 2.0.0 2017-10-27 11:56:27 +08:00
Leopoldthecoder f3aa9b30ad Changelog: update for 2.0.0 2017-10-26 22:42:55 -05:00
Leopoldthecoder cee3154304 update release scripts 2017-10-26 00:25:24 -05:00
Leopoldthecoder 00e8c7454f misc updates and fixes 2017-10-25 22:21:35 -05:00
Leopoldthecoder c195a873b7 [build] 2.0.0-rc.1 2017-10-25 19:03:07 +08:00
Leopoldthecoder 768981c1aa Changelog: update for 2.0.0-rc.1 2017-10-25 05:47:57 -05:00
Cyril Su 25e8503d65 Carbon: Table add features and fix bugs (#7682)
* Table: Fix error in calculate `totalFlexWidth`

* Table: Fix error in caculate `scrollX`

* Table: Watch `max-height` change

* Table: Change `toggleRowExpanded`

* Table: Support `obj[key]`

* Table: Update docs for `toggleRowExpanded`

* Table: Add style and class control for every row and cell

* Table: Add `migrating` mixin for `expand`

* Table: Update test spec

* Table: Add `index` in `table-column` for custom index
2017-10-25 02:35:12 -05:00
Leopoldthecoder 333a010d3b Table: add size 2017-10-25 01:41:17 -05:00
Leopoldthecoder 6d3636fbac Merge remote-tracking branch 'eleme/dev' into carbon
# Conflicts:
#	CHANGELOG.en-US.md
#	CHANGELOG.zh-CN.md
#	examples/app.vue
#	examples/index.tpl
#	examples/versions.json
#	package.json
#	packages/dropdown/src/dropdown.vue
#	packages/theme-default/package.json
#	packages/theme-default/src/date-picker/date-picker.css
#	src/index.js
2017-10-24 18:48:54 +08:00
杨奕 71fca8e051 update custom theme docs (#7679)
* update custom theme docs

* update form docs
2017-10-24 05:43:23 -05:00
Leopoldthecoder ccd36eb01f [build] 1.4.8 2017-10-24 18:21:12 +08:00
杨奕 664f893086 Changelog: update for 1.4.8 (#7683)
* Table: Trigger `doLayout` when display from `none` to others

* Changelog: update for 1.4.8
2017-10-24 05:19:04 -05:00
phongkt 5698e77c72 Dropdown: allow change show/hide timeout by props (#7621)
* Dropdown: Allow change show/hide timeout by props

* Dropdown: Fixes for document mistake
2017-10-24 04:20:03 -05:00
杨奕 4517e3d9be Autocomplete: add value-key (#7671)
* Autocomplete: add value-key

* fix autocomplete test
2017-10-24 02:24:35 -05:00
lltemplar 3b6b9fa5f7 Update form.md 2017-10-24 01:39:12 -05:00
lltemplar f904e964f2 Update form.md 2017-10-23 23:38:28 -05:00
Leopoldthecoder 14ecf86c55 Icon: fix mobile-phone class name 2017-10-23 21:18:11 -05:00
Leopoldthecoder 917b8e78f2 theme-chalk tuning 2017-10-23 21:18:11 -05:00
Leopoldthecoder 9e6f1adafc update landing page for 2.0 2017-10-23 05:38:15 -05:00
杨奕 36dfe304f3 Form: add clearValidate (#7623)
* Form: add clearValidate

* remove dup attrs
2017-10-21 23:35:42 -05:00
Leopoldthecoder 0099a3f283 update beta notice 2017-10-20 03:53:40 -05:00
Leopoldthecoder 44c75ff1af [build] 2.0.0-beta.1 2017-10-20 16:09:07 +08:00
Leopoldthecoder 1786ac75e2 Changelog: update for 2.0.0-beta.1 2017-10-20 03:06:32 -05:00
lirilsu 1310bdee26 Table: Remove `sort-clear` and `filter-clear` event 2017-10-20 02:19:45 -05:00
lirilsu 8c78dc1082 Table: Update docs for carbon table 2017-10-20 02:19:45 -05:00