* renames `select-box-kit` into `select-kit`
* introduces `single-select` and `multi-select` as base components
* introduces {{search-advanced-category-chooser}} as a better component for selecting category in advanced search
* improves events handling in select-kit
* recreates color selection inputs using {{multi-select}} and a custom {{selected-color}} component
* replaces category-selector by a component using select-kit and based on multi-select
* improves positioning of wrapper
* removes the need for offscreen, and instead use `select-kit-header` as a base focus point for all select-kit based components
* introduces a formal plugin api for select-kit based components
* introduces a formal pattern for loading and updating select-kit based components:
```
computeValue()
computeContent()
mutateValue()
```
|
||
|---|---|---|
| .. | ||
| actions-summary.js.es6 | ||
| avatar-flair.js.es6 | ||
| button.js.es6 | ||
| category-link.js.es6 | ||
| component_connector.js.es6 | ||
| connector.js.es6 | ||
| decorator-helper.js.es6 | ||
| embedded-post.js.es6 | ||
| emoji.js.es6 | ||
| glue.js.es6 | ||
| hamburger-categories.js.es6 | ||
| hamburger-menu.js.es6 | ||
| hbs-compiler.js.es6 | ||
| header-contents.js.es6 | ||
| header-topic-info.js.es6 | ||
| header.js.es6 | ||
| home-logo.js.es6 | ||
| hooks.js.es6 | ||
| link.js.es6 | ||
| menu-panel.js.es6 | ||
| notification-item.js.es6 | ||
| post-admin-menu.js.es6 | ||
| post-cooked.js.es6 | ||
| post-edits-indicator.js.es6 | ||
| post-gap.js.es6 | ||
| post-links.js.es6 | ||
| post-menu.js.es6 | ||
| post-placeholder.js.es6 | ||
| post-small-action.js.es6 | ||
| post-stream.js.es6 | ||
| post.js.es6 | ||
| poster-name.js.es6 | ||
| private-message-map.js.es6 | ||
| raw-html.js.es6 | ||
| search-menu-controls.js.es6 | ||
| search-menu-results.js.es6 | ||
| search-menu.js.es6 | ||
| time-gap.js.es6 | ||
| toggle-topic-summary.js.es6 | ||
| topic-admin-menu.js.es6 | ||
| topic-map.js.es6 | ||
| topic-status.js.es6 | ||
| topic-timeline.js.es6 | ||
| user-menu.js.es6 | ||
| user-notifications-large.js.es6 | ||
| user-notifications.js.es6 | ||
| widget.js.es6 | ||