# CHANGELOG ### Master (unreleased) ### 0.18.1 * Updating site nav to let you set the text for the menu dropdown. ### 0.18.0 * collection select can set include blank with a message * redactor toolbar z-index fix ### 0.17.0 * Make presentation data html editor able to use divs. ### 0.16.0 * Adding link to submenu to link back to wcms root. * Updated JSON schema to use the json-schema.org standard. * Replacing custom JSON editor with [json-editor](https://github.com/jdorn/json-editor/) * Updated redactor to v10.2.3 ### 0.15.3 * Added select_tag to the multiselect form element with attributes ### 0.15.2 * Fix how tables are handled in readactor. It was stripping out thead and th tags. ### 0.15.1 * Fixed multiselect searching. It was searching the value field instead of the text. ### 0.15.0 * Updated presentation data redactor editors * Showing formatting options by default * Showing html button by default for everyone