From 15cdbbdf36ab5adaf83c25632e6f0c5125a3b573 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=A8=E5=A5=95?= Date: Tue, 13 Feb 2018 11:54:09 +0800 Subject: [PATCH] Doc: update changelogs (#9802) --- CHANGELOG.en-US.md | 4 ++-- CHANGELOG.es.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.en-US.md b/CHANGELOG.en-US.md index afeaca5cc..f8801c6b5 100644 --- a/CHANGELOG.en-US.md +++ b/CHANGELOG.en-US.md @@ -4,7 +4,7 @@ *2018-02-12* -### New features +#### New features - Menu - Added `popper-class` and `disabled` attributes for SubMenu, #9604 #9771 - Horizontal Menu now supports multi-layered SubMenu, #9741 @@ -17,7 +17,7 @@ - Select - Added `popper-append-to-body` attribute, #9782 -### Bug fixes +#### Bug fixes - Table - Fixed clicking expanding icon of an expandable row triggers `row-click` event, #9654 - Fixed layout not update when column width is changed by user dragging, #9668 diff --git a/CHANGELOG.es.md b/CHANGELOG.es.md index bfb1c26a4..ba5f7d327 100644 --- a/CHANGELOG.es.md +++ b/CHANGELOG.es.md @@ -4,7 +4,7 @@ *2018-02-12* -### New features +#### New features - Menu - Agregados los atributos `popper-class` y `disabled` para SubMenu, #9604 #9771 - Menu Horizontal ahora soporta SubMenu multi-capas, #9741 @@ -17,7 +17,7 @@ - Select - Agregado el atributo `popper-append-to-body`, #9782 -### Bug fixes +#### Bug fixes - Table - Corregido el icono de expansión de una fila expandible que al hacer click activaba el evento `row-click`, #9654 - Corregido el layout que no se actualizaba cuando el ancho de columna era cambiado por el usuario arrastrando, #9668