hx.request + related
hx.parseHTML
hx.cleanNode
hx.Drawing + related
hx.Meter
hx.consoleWarning
hx.deprecatedWarning
hx.component + related
Selection::component
preferences.localStorageStore - not sure if this ever existed?
'.hx-notice-header' has been removed (use .hx-notice-head instead)
hx.plot.arcCurve has been removed (from the public api)
hx.plot.svgCurve has been removed (from the public api)
notice.head has changed to noticeHead
notice.body has changed to noticeBody
merge.defined has changed to mergeDefined
shallowMerge.defined has changed to shallowMergeDefined
AutoComplete has been renamed to Autocomplete
hx.div has moved from fluid to selection
hx.span has moved from fluid to selection
hx.input has moved from fluid to selection
hx.button has moved from fluid to selection and api has changed (just a plain object now - no context stuff)
hx.checkbox has moved from fluid to selection
hx.icon has moved from fluid to selection and has been renamed to hx.i
spinner has moved from fluid to the spinner module
spinner.wide has become spinnerWide
modal.dialog has changed to modalDialog
modal.input has changed to modalInput
notify.info has changed to notifyInfo
notify.positive has changed to notifyPositive
notify.warning has changed to notifyWarning
notify.negative has changed to notifyNegative
notify.loading has changed to notifyLoading
notify.defaultTimeout has changed to notifyDefaultTimeout
Dropdown content functions should return detached dom, and are no longer passed an element to attach to
Menu renderers should return detached dom, and are no longer passed an element to attach to
Picker renderers should return detached dom, and are no longer passed an element to attach to
Autocomplete renderers should return detached dom, and are no longer passed an element to attach to
AutocompletePicker renderers should return detached dom, and are no longer passed an element to attach to
filter.xxx renamed to filterXxx
Dropdown setting the content to a string now sets the text of the dropdown element, rather than the html
hx.plot.label.standard has been renamed to plotLabelStandard
hx.plot.label.basic has been renamed to plotLabelBasic
'hx-colopicker-xxx' classes changed to 'hx-color-picker-xxx'
color(col) can be a Color instance (will be a no-op)
The logo class should only be applied to divs
Selection::api()
Selection::api(api: Object): Selection
Selection::api(name: String): Object
Selection::api(name: String, api: Object): Selection
isSelection(selection: Any): Boolean - in selection
isElement(element: Any): Boolean - in dom utils
Dropdown supports selections as content
picker(options): The options.class option has been added for setting the class of the picker at construction time
theme()
theme(theme)