Commit Graph

504 Commits (747334f06e701b54743d3bdd55484694e5779cbd)

Author SHA1 Message Date
Leopoldthecoder ce27b5b396 [build] 2.0.10 2017-12-29 18:09:56 +08:00
Leopoldthecoder ae4d29cff5 Chore: misc updates 2017-12-29 17:34:26 +08:00
Mathieu TUDISCO 74d4267a34 Add a comment in fr.js
cf: https://github.com/ElemeFE/element/pull/9053

Add a comment to explain why year must be empty, because we definitely will not remember that!
(I am the one who filled it the last time :/)
2017-12-28 17:44:21 +08:00
Nicolas Kirchner cdc2f48de7 Update fr.js
In french, like in english, we don't say "Année" after the year number.
2017-12-28 17:21:55 +08:00
vsambor 1eba6fda98 Create ro.js 2017-12-28 16:36:09 +08:00
Leopoldthecoder 8d49e17303 [build] 2.0.9 2017-12-24 19:35:10 +08:00
佘小马 b05462a6cc fixed utils.dom.addClass 2017-12-15 16:49:09 +08:00
Leopoldthecoder 03635d1935 [build] 2.0.8 2017-12-12 17:07:23 +08:00
Gabor Apagyi 051b03f4a6 Added Hungarian language to the locale (#8764)
* Added Hungarian language to the locale

Added Hungarian language to the locale

* removed // to be translated

* remove trailing space
2017-12-11 18:50:04 +08:00
Leopoldthecoder 1fb98ef172 Chore: misc updates 2017-12-11 10:52:31 +08:00
Jaha96 038f1221ac Added Kazakh language to the locale :) (#8664)
* Added Kazakh language to the locale

* removed space
2017-12-05 11:58:17 +08:00
Батмөнх 2d8e73bc02 update mn locale (#8599)
* Complete Mongolian translation :mn:

* removed // to be translated

* Fixed translation

* Update mn.js

* Update mn.js

* Update mn.js
2017-12-01 15:16:18 +08:00
redaced 6ced3a654a removed // to be translated 2017-11-30 19:52:26 +08:00
redaced 4f0343fc6b Complete Mongolian translation :mn: 2017-11-30 19:52:26 +08:00
Leopoldthecoder 12e12758e7 [build] 2.0.7 2017-11-29 16:57:22 +08:00
Leopoldthecoder 57f7dc766f [build] 2.0.6 2017-11-29 14:32:44 +08:00
Leopoldthecoder 9998d13e9c Popper: increase arrow offset to 8px 2017-11-26 16:57:41 +08:00
Tadasb 0a23a310e4 Create lt.js
Create a Lithuanian translation.
2017-11-20 10:26:18 +08:00
杨奕 2566e48218 Update fa.js 2017-11-19 16:27:47 +08:00
Morteza Dehghani 7dd10da28b Translate some words
...
2017-11-19 16:27:47 +08:00
Leopoldthecoder 46bd165fb1 [build] 2.0.5 2017-11-17 15:27:06 +08:00
Leopoldthecoder 5406a97359 Chore: misc updates 2017-11-17 12:46:52 +08:00
ChangJoo Park(박창주) 1af6989544 Update ko.js (#8348) 2017-11-17 12:14:06 +08:00
ChangJoo Park(박창주) d65249e744 Update ko.js 2017-11-17 12:12:35 +08:00
Stefan de Vogelaere ecbaea7839 Complete Dutch Translation (#8320)
* Complete Dutch Translation

* Update nl.js
2017-11-16 17:10:40 +08:00
wuzhuyu5 d419e260d0 clickoutside: fix memory leak 2017-11-14 12:15:47 +08:00
medice ac39df84c0 clickoutside: fix memory leak 2017-11-11 10:51:08 +08:00
Leopoldthecoder 33bf6f9cd9 [build] 2.0.4 2017-11-10 16:39:45 +08:00
Mathieu TUDISCO 839dda529e Complete french translation 🇫🇷 2017-11-07 10:43:12 +08:00
wubaiqing 38e320b8cc Add spaces between Chinese, English and numbers. 2017-11-05 20:19:42 +08:00
butschster cee4542c36 Update ru-RU.js
Added missed translates
2017-11-05 11:19:42 +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
Chris Anderson 52bbf4f3e1 Fixes #7959 by providing aria labels for buttons 2017-11-03 10:26:30 +08:00
Leopoldthecoder 9553e1edba Chore: misc fixes and updates 2017-11-02 14:01:58 +08:00
wubaiqing 98bf5d7f28 Fix the code style issue to pass eslint 2017-11-01 11:47:33 +08:00
Leopoldthecoder 906580eb88 [build] 2.0.2 2017-10-31 18:48:53 +08:00
Leopoldthecoder 0c47e6d308 RepeatClick: ignore right button down 2017-10-28 21:47:41 -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 6995641d72 [build] 2.0.0 2017-10-27 11:56:27 +08:00
Leopoldthecoder d2efebcbeb fix getPropByPath error 2017-10-26 22:29:22 -05:00
Leopoldthecoder c195a873b7 [build] 2.0.0-rc.1 2017-10-25 19:03:07 +08: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 44c75ff1af [build] 2.0.0-beta.1 2017-10-20 16:09:07 +08:00
Leopoldthecoder 1e95e51f9b update typings 2017-10-18 18:38:23 +08:00
Alashov Berkeli 4f9515494c Locale: [tk] translated new strings and improved old ones 2017-10-18 05:34:52 -05:00
Leopoldthecoder 21622d4e07 [build] 2.0.0-alpha.3 2017-10-16 18:08:56 +08:00
杨奕 38459ae850 update dependencies (#7476)
* update el-input change event

* upgrade to vue 2.5.0

* upgrade webpack to 3.7

* upgrade vue to 2.5.2

* minor style updates
2017-10-16 14:07:24 +08:00
maranran 542deb779b Accessibility for message & message-box & tabs (#7424)
* 	add accessibility for message & message-box & tabs

* Update message-box.md
2017-10-15 23:13:10 -05:00
Black Wayne 9b09f6aa9f Form: add size attribute (#7428) 2017-10-12 04:50:06 -05:00
Leopoldthecoder 553e89568b TimePicker: add arrow-control 2017-10-11 05:34:08 -05:00
Leopoldthecoder f46f931daa [build] 2.0.0-alpha.2 2017-10-05 10:21:50 +08:00
Leopoldthecoder 186143b138 Menu: fix setAttribute error 2017-10-01 07:10:29 -05:00
Leopoldthecoder 4b47beb499 [build] 2.0.0-alpha.1 2017-09-30 16:05:48 +08:00
Leopoldthecoder 257473f305 Merge remote-tracking branch 'eleme/dev' into carbon
# Conflicts:
#	examples/app.vue
#	examples/docs/en-US/tree.md
#	examples/docs/zh-CN/tree.md
#	examples/versions.json
#	packages/select/src/select.vue
#	packages/theme-default/package.json
2017-09-29 16:21:29 +08:00
maranran d66473f005 add accessibility for input & rate & collapse & progress & upload (#7196) 2017-09-29 02:58:07 -05:00
Leopoldthecoder e1e6adbb23 [build] 1.4.6 2017-09-27 13:34:35 +08:00
maran d6f04caefd add accessibility for menu 2017-09-26 06:48:01 -05:00
Leopoldthecoder 4e5bbbc978 [build] 1.4.5 2017-09-24 15:53:25 +08:00
Leopoldthecoder b922664aa6 Merge remote-tracking branch 'eleme/dev' into carbon
# Conflicts:
#	examples/docs/en-US/input.md
#	examples/docs/zh-CN/input.md
2017-09-20 12:23:38 +08:00
Leopoldthecoder 4576c72ef8 update i18n doc 2017-09-17 07:51:39 -05:00
Leopoldthecoder 43ecb8818c Merge branch 'dev' into carbon
# Conflicts:
#	packages/date-picker/src/panel/time.vue
2017-09-14 19:33:49 +08:00
Leopoldthecoder e90823898b Clickoutside: id should be unique among all nodes 2017-09-13 21:46:23 -05:00
Artem Kuznetsov 3e7996edc8 Locale: [ua] add translation for table & transfer
Fix slang 'Нема' -> 'Немає'
2017-09-08 22:45:01 +09:00
Artem Kuznetsov 096f3afcb5 Locale: [ru-RU] add translation for table & transfer 2017-09-08 22:45:01 +09:00
Leopoldthecoder efdf74d1a6 [build] 1.4.4 2017-09-05 17:39:20 +08:00
yocheved a033db4297 translate forgotten titles 2017-09-01 12:48:20 +08:00
yocheved 740ad56577 Create he.js
add hebrew language file
2017-09-01 12:48:20 +08:00
Luis Fernando Rocha 310eda65b5 Update es.js
Slight adjustments and added missing translations
2017-09-01 12:47:50 +08:00
Leopoldthecoder ef61460688 Merge branch 'carbon-1' into carbon 2017-09-01 10:56:25 +08:00
Leopoldthecoder 6ffcf5f79f [build] 1.4.3 2017-08-25 16:46:39 +08:00
杨奕 bf6661266a add layout (#6600)
* add layout

* add docs

* add en docs

* fix test
2017-08-22 12:46:22 +08:00
Alashov Berkeli a0f0602f4c Locale: [tk] improved translation 2017-08-19 16:13:14 +08:00
Leopoldthecoder 7753bd8931 Popup: fix missing padding-right when overflow-y is scroll 2017-08-18 12:24:18 +08:00
Leopoldthecoder e3aa5ac594 Merge branch 'dev' into carbon 2017-08-09 12:37:42 +08:00
Leopoldthecoder ed2f344690 [build] 1.4.2 2017-08-09 12:23:38 +08:00
Salama Ashoush e33a784227 added arabic language locale file (#6323)
* added arabic language locale file

* complete the missing transaltion and fixed a typo
2017-08-06 22:35:15 +08:00
Leopoldthecoder 7f70ea6726 Dialog: remove v-model, add append-to-body 2017-08-05 17:52:20 +08:00
Leopoldthecoder 4f21221c0b Merge remote-tracking branch 'eleme/dev' into carbon 2017-07-29 22:05:15 +08:00
Leopoldthecoder 76ccc20356 [build] 1.4.1 2017-07-28 12:54:14 +08:00
Leopoldthecoder 638b025c66 Merge branch 'dev' into carbon 2017-07-27 15:45:12 +08:00
Arjen Postma 1d7527df94 Removed Dutch "Jaar" suffix from DatePicker 2017-07-27 09:52:16 +08:00
Leopoldthecoder 1cecdbc057 Merge branch 'dev' into carbon 2017-07-24 19:13:02 +08:00
Leopoldthecoder aba698da57 [build] 1.4.0 2017-07-21 14:01:08 +08:00
Leopoldthecoder 96f542e024 Merge branch 'dev' into carbon 2017-07-20 20:51:59 +08:00
Dreamacro 0a2dd8bd53 Add focus method for some form component 2017-07-20 16:50:38 +08:00
Leopoldthecoder ced6640f7b [build] 1.4.0-beta.1 2017-07-20 15:53:06 +08:00
Leopoldthecoder 40a873e93e Select: add value-key 2017-07-20 12:37:04 +08:00
wacky6.AriesMBP 8b5d208675 add scroll into view implementation 2017-07-20 11:16:37 +08:00
baiyaaaaa 67188f45b6 fix clickoutside bug 2017-07-17 16:58:30 +08:00
Sebastian Mares e7647fd75a Removed German "Jahr" suffix from DatePicker 2017-07-13 18:16:30 +08:00
Leopoldthecoder 48733a29f9 [build] 1.3.7 2017-06-18 21:43:53 +08:00
Leopoldthecoder 3883ab3427 Dialog: fix nested popover cannot gain focus 2017-06-18 17:20:08 +08:00
Leopoldthecoder 869600f4d5 ScrollBar: cache bar width calculation 2017-06-18 16:24:21 +08:00
Leopoldthecoder 45628ecbf3 ClickOutside: fix 'Cannot read property target of undefined' 2017-06-18 16:23:59 +08:00
Leopoldthecoder 8675c31e36 Tooltip: fix arrow separating from tooltip 2017-06-17 11:00:05 +08:00
Dāvis Mičulis 2230a9170f [Locale] lv.js - use full month names. (#5396) 2017-06-16 12:40:30 +08:00
Adam Stradovnik d631c0fe45 Translations: Slovenian translation (#5405) 2017-06-15 20:34:06 +08:00
Alashow caa9bc8132 Locale: [tk] translated new strings (#5295) 2017-06-10 10:31:56 +08:00
Leopoldthecoder cf78e2c5a3 [build] 1.3.6 2017-06-09 20:26:08 +08:00
Leopoldthecoder a3fe207e28 update i18n doc 2017-06-09 20:14:29 +08:00
Leopoldthecoder cb2e43f696 fix DatePicker and Select bug 2017-06-09 16:22:02 +08:00
Kermo dfe8972e2c Remove unnecessary comments 2017-06-09 16:21:30 +08:00
Kermo 137b70eadd Add missing translations 2017-06-09 16:21:30 +08:00
Kermo af17bd6ad3 Add Estonian language 2017-06-09 16:21:30 +08:00
Werner Mollentze 7e7a731e14 Removed trailing space(s)
i18n: Added Afrikaans (af-ZA) locale
2017-06-09 10:05:38 +08:00
Werner Mollentze 7133297004 Added af.js
Added Afrikaans locale
2017-06-09 10:05:38 +08:00
Leopoldthecoder 48ee050b38 [build] 1.3.5 2017-06-03 20:59:38 +08:00
chikara-chan 891bda0c57 feat: keep focusing inside the popup by `tab` key 2017-06-03 18:13:50 +08:00
kingwl f19cc4c7ab Cascader: fix invalid zero value (#3470) 2017-06-03 16:07:39 +08:00
cinwell.li 7e67a3b5db Update lv.js 2017-06-02 18:23:47 +08:00
Dāvis Mičulis 757488470b Locale: Latvian locale OK to Confirm. 2017-06-02 18:23:47 +08:00
Dāvis Mičulis 28acef9a14 Added Latvian (lv.js) locale file. 2017-06-02 18:23:47 +08:00
Fernando Henrique Bandeira 9bed095ac2 Add missing translations pt-BR (#5081) 2017-05-27 00:07:47 +08:00
Chandra Sekar 30357ac56e Adding tamil language support (#5022)
* tamil support added

* Update ta.js

* Update ta.js

* removing trailing comma

* trailing comma removed

trailing comma removed

* Update ta.js
2017-05-23 22:41:42 +08:00
Leopoldthecoder 862ba049e9 [build] 1.3.4 2017-05-23 02:09:34 -07:00
Yannick Milhahn 531a847893 Update de.js
changed "Datei" (file) to "Daten" (data) and "Einträge" (entries)
completed translation
2017-05-18 13:05:35 -07:00
Berkay 068f5dbf10 Update tr-TR.js (#4875)
* Update tr-TR.js

update last part

* Update tr-TR.js
2017-05-18 17:51:42 +08:00
sjaustirni f8e1376d3a Update sk.js 2017-05-17 15:10:34 -07:00
ChangJoo Park(박창주) 1a4f767434 Update ko.js 2017-05-15 17:41:07 +08:00
Leopoldthecoder 850a24fe4e [build] 1.3.3 2017-05-14 17:03:08 +08:00
Leopoldthecoder cce0061e56 some bug fixes 2017-05-14 16:10:41 +08:00
patriciussanctus 627e6cffaa key.esc no modal and msgbox with promises (#4819)
* Update popup-manager.js

keydown esc, when modal has beforeClose function

* Update popup-manager.js

msgBox.then

* Update popup-manager.js
2017-05-13 22:12:44 +08:00
Ismaaa d2ff0c2b74 Update ca.js 2017-05-13 20:06:19 +08:00
Ismaaa e78142d355 Update ca.js 2017-05-13 20:06:19 +08:00
cinwell.li 25ffb284a1 Update vi.js 2017-05-12 10:14:29 +08:00
Cu Duy c0389b8dfa Update vi.js 2017-05-12 10:14:29 +08:00
Cu Duy 74d4b5cbb3 Update better vietnamese translate. :octocat:
I'm vietnamese developer, so i finished your translate locate! 
Hope you merge my pull request , thanks you ^^
2017-05-12 10:14:29 +08:00
Leopoldthecoder ffe02fb6da [build] 1.3.2 2017-05-10 20:53:57 +08:00
Liril 8d67762188 Cascader: Add all locale lang. 2017-05-10 19:56:24 +08:00
Liril fd7342bde6 Cascader: Add before-filter hook 2017-05-10 19:56:24 +08:00
Leopoldthecoder 07748597a5 [build] 1.3.1 2017-05-06 18:22:17 +08:00
Leopoldthecoder cbb3fa095f Dialog: fix closeOnPressEsc 2017-05-06 17:37:37 +08:00
Leopoldthecoder e064b78e9b [build] 1.3.0 2017-05-05 08:37:30 +08:00
Leopoldthecoder fca6207b7e [build] 1.3.0-beta.3 2017-05-03 15:49:29 +08:00
Leopoldthecoder defd128f54 add .sync support for Dialog and Pagination 2017-05-03 15:20:57 +08:00
Wuri Nugrahadi 0221622bf0 Bahasa translation for v1.3 (#4579) 2017-05-02 18:34:52 +08:00
Leopoldthecoder 612c6b2c6c [build] 1.3.0-beta.2 2017-04-28 22:13:22 +08:00
Leopoldthecoder 7c5599224a [build] 1.3.0-beta.1 2017-04-28 17:18:31 +08:00
Leopoldthecoder bc5b7b23c4 Changelog: update for 1.3.0-beta.1 2017-04-28 16:47:05 +08:00
杨奕 ec3895fdba Transfer (#4337)
* add transfer

* Transfer: add English doc

* Transfer: add tests

* update locale files
2017-04-28 16:15:49 +08:00
杨奕 349894d107 Table: add summary row, fixed #1307, fixed #4451 (#4484) 2017-04-28 15:53:39 +08:00
cinwell.li 2cc0fe6343 i18n: update doc about vue-i18n@6.x (#4471)
* i18n: update doc about vue-i18n@6.x

* i18n: fix typo
2017-04-28 08:35:12 +08:00
Chanwit Piromplad e5d43972a8 edit sunday short date thai locale 2017-04-25 10:35:59 +08:00
Mathieu DARTIGUES 0bf50bfc2e Add button style to checkbox (#3697)
* Add button style to checkbox

* Implement min/max for checkbox button group

* Fixing a display bug when chekbox is ':checked'

* Update docs to integrate example button+min/max option

* Register correctly checkbox-button
Last fixes after cherry pick and bad rebase...
2017-04-21 16:12:38 +08:00
qingwei.li fff57cdfcc Add transition doc and CollapseTransition component 2017-04-20 19:27:05 +08:00
Leopoldthecoder c1efdac6ab [build] 1.2.9 2017-04-19 20:19:08 +08:00
Alashov Berkeli 1cd4cc87ee Lang: Added Turkmen locale 2017-04-16 10:02:19 +08:00
Oleksiy 59a588bb39 fix eslint errors 2017-04-14 22:03:12 +08:00
Oleksiy 3f5a0186f9 create ua.js
adding Ukrainian translation
2017-04-14 22:03:12 +08:00
Arcanius 591f203edd Create cz.js (#4132)
Czech localisation
2017-04-11 22:01:46 +08:00
Ismaaa 190abd647b Create ca.js
Catalan translation
2017-04-08 09:42:38 +08:00
Leopoldthecoder d4204039ab [build] 1.2.8 2017-04-07 19:25:13 +08:00
杨奕 d4ab75c970 Popper: add onUpdate support (#3991) 2017-04-06 18:45:40 +08:00
zcyzcy88 d0be75a467 Fix #2867 2017-04-05 12:15:04 +08:00
Даниил Пронин 195faa8060 Update ru-RU.js 2017-03-30 10:52:56 +08:00
qingwei.li 52fa5b69f0 [build] 1.2.7 2017-03-29 12:07:40 +08:00
Leopoldthecoder ffb79f646f [build] 1.2.6 2017-03-28 18:31:32 +08:00
Diego Vieira d408ad3c55 update portuguese translation 2017-03-24 17:39:47 +08:00
baiyaaaaa c576d5720a fix docs site import components from package's /lib on dev mode bug
fix docs site import components from package's /lib on dev mode bug
2017-03-20 12:18:19 +08:00
Leopoldthecoder a9af13cf41 [build] 1.2.5 2017-03-19 10:43:29 +08:00
Jikkai Xiao 57b04d7e80 Improve Japanese translation 2017-03-18 08:05:35 +08:00
Liril 88af7a1a1e Table: Fixed shaking table. 2017-03-17 10:22:25 +08:00
Nicolaj Egelund ae32eb13aa Moved mousedown event parameter in function and fixed wrongly placed parentheses 2017-03-15 15:40:57 +08:00
Nicolaj Egelund 8034144001 Added check for drag click 2017-03-15 15:40:57 +08:00
Leopoldthecoder 8c9bfbe879 [build] 1.2.4 2017-03-09 18:15:02 +08:00
杨奕 d0ce16a8a1 Doc: add back-to-top icon in components page (#3279) 2017-03-06 18:51:37 +08:00
qingwei.li 1cfba0f6ca [build] 1.2.3 2017-03-01 15:24:03 +08:00
Leopoldthecoder d70200b2a9 [build] 1.2.2 2017-02-28 18:01:34 +08:00
杨奕 705325c70a Popup: prepare for the upcoming change of Vue 2.2.0 (#3067) 2017-02-28 16:30:08 +08:00
cinwell.li ce8c869292 support vue 2.2 (#3097) 2017-02-28 13:09:31 +08:00
cinwell.li 1eaec019e3 Tooltip: fix content slot, fixed #2999 (#3002) 2017-02-26 23:23:52 +08:00
Leopoldthecoder 4adc1a3df0 [build] 1.2.1 2017-02-23 15:42:17 +08:00
Leopoldthecoder 9a4de59c83 [build] 1.2.0 2017-02-22 18:43:21 +08:00
Furybean 42bd58d9fe Add ColorPicker component. 2017-02-21 11:01:25 +08:00
Chanwit Piromplad 5dbad821da change short date in thai locale 2017-02-19 20:35:29 +08:00
杨奕 0643460b28 Cascader: update (#2845)
* Cascader: update

* Cascader: add tests

* Cascader: move flatOptions and add debounce
2017-02-19 00:50:55 +08:00
baiyaaaaa 02a1f74022 add listType 2017-02-16 22:43:19 +08:00
baiyaaaaa 2f61998e78 add autoUpload 2017-02-16 22:43:19 +08:00
baiyaaaaa 4c5820373c add upload-dragger 2017-02-16 22:43:19 +08:00
qingwei.li 00fcf06e94 DatePicker: use the shorthand month, fixed #2792 2017-02-14 11:34:19 +08:00
baiyaaaaa 5baa8774cb Merge pull request #2754 from ElemeFE/1.2-try
1.2 try
2017-02-09 19:11:14 +08:00
Leopoldthecoder 3243b8fc98 Merge branch 'dev' into 1.2-merge1
# Conflicts:
#	package.json
#	src/utils/popup/index.js
#	yarn.lock
2017-02-09 17:33:42 +08:00
sjaustirni db950af8a5 Add Slovak translation 2017-02-09 10:42:09 +08:00
杨奕 5ff5af1a41 Locale: update cascader configs (#2659) 2017-02-06 11:42:06 +08:00
baiyaaaaa 964eb5ad84 add international 2017-02-04 10:51:33 +08:00
baiyaaaaa 1a16fbb735 add cascader 2017-02-04 10:46:43 +08:00
Cyril Su a892a2c6ea Popper: Fixing the rest part of wrong comments. (#2627) 2017-02-03 19:53:17 +08:00
Dimitris Marlagkoutsos 8d5ee5f593 Added Greek 2017-02-03 11:15:11 +08:00
Cyril Su c19155d4c7 Popper: Fixing the rest part of wrong comments. (#2619) 2017-01-28 18:00:39 +08:00
Martin Svensson 4450d9f8e3 Added Swedish 2017-01-26 17:35:02 +08:00
Rodrigo de Almeida f5658a7062 Update pt-br.js
No need for the 'year' word. Fixed the 'preview' word (correct orthography).
2017-01-26 17:31:13 +08:00
Leopoldthecoder 9ab6bb9ec3 [build] 1.1.6 2017-01-23 17:39:25 +08:00
Liu Yuyang fc920fe735 collapse-transition: fix strange transition behaviour in safari (#2525)
* collapse-transition: fix strange transition behaviour in safari

* 为你库兼容ie9

* move collapse-transition from tree to src/common
2017-01-23 11:01:14 +08:00
Oskari Groenroos a6fc0312de Add Finnish translation 2017-01-22 07:02:11 +08:00
Leopoldthecoder 723b2ab457 Dialog: add modalAppendToBody 2017-01-21 16:56:04 +08:00
purepear b9039ca7db Fix bg.js year 2017-01-20 10:10:48 +08:00
baiyaaaaa 20fabc7b09 change vue-pomper 'options' to 'popperOptions' 2017-01-18 17:36:37 +08:00
Liril d20eaab8de Popper: Fixing the rest part of wrong comments. 2017-01-18 10:58:36 +08:00