From 710e0650baa72c9de11f25ef89c7087a60cea559 Mon Sep 17 00:00:00 2001 From: Sebastian De Deyne Date: Sat, 25 Jun 2016 18:38:38 +0200 Subject: [PATCH] Changelog --- CHANGELOG.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 28cccf4..16c7fb7 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,9 +3,10 @@ All Notable changes to `menu` will be documented in this file. ## 1.2.0 -- Broadened the api of `Menu`: - - `submenu` +- New methods on `Menu`: + - `submenu` for submenus with optional headers - `void` and `voidIf` for empty list items + - `wrap` to wrap the menu in an html tag with optional attributes - A `blueprint` method to copy the menu without it's contents - Html item convenience methods: `addItemClass`, `setItemAttribute` - Html parent convenience methods: `addItemParentClass`, `setItemParentAttribute`