HexagonJS
Titlebar Changelog
1.15.0
Updated
Updated the logo in the example to use <div> the new Logo expectation
1.14.0
hx.TitleBar
activeTitleBar
Bugfix
#390
Correctly allow the active element to be set using a Selection or HTMLElement
1.13.0
Bugfix
Added the missing 'action' context to the titlebar
1.12.0
hx.titleBar
Added
#399
Added a minimal fluid version of the titlebar
1.5.1
Bugfix
#248
Resolved an issue with the precedence of the link styles
1.0.0
hx-heading
hx-titlebar
hx-titlebar-container
hx-titlebar-header
hx-titlebar-icon
Updated
Moved the titlebar icon to it's own module.
Info
The <img /> tag inside this element will now need to use the hx-logo class to display the theme logo.
hx-titlebar-fixed
Removed
Use hx-heading-fixed instead.
0.15.3
hx-titlebar-fixed
Deprecated
Use hx-heading-fixed instead.
0.15.2
hx-titlebar-fixed
Deprecated
Use hx-heading-fixed instead.
hx-heading-fixed
Added
Added a new class to replace hx-titlebar-fixed as it applies to the hx-heading element, not the hx-titlebar within the heading.
0.14.0
hx.TitleBar
setActive
Removed
Use active(selector) instead.
hx.TitleBar
setContextClass
Removed
Use contextClass(class) instead.
0.13.0
hx.TitleBar
setActive
Deprecated
Use active(selector) instead.
hx.TitleBar
setContextClass
Deprecated
Use contextClass(class) instead.
hx.TitleBar
contextClassTitleBar
Added
Sets the context class for the titlebar, removing any other existing context classes in the process.
hx.TitleBar
contextClassString
Added
Gets the context class for the titlebar
hx.TitleBar
activeTitleBar
Added
Sets the active titlebar link, causing the underline to show all the time instead of just when the link is hovered over.
hx.TitleBar
activeSelection
Added
Gets the currently active titlebar link.
0.11.0
hx-heading
Updated
Updated menu icon tooltip styles so the last tooltip won't be able to flow outside the the titlebar area.
0.10.0
hx.TitleBar
setContextClass
Added
Sets the context class for the titlebar, removing any other existing context classes in the process.
hx-heading
hx-titlebar
hx-positive
Added
Gives the titlebar the positive color.
hx-heading
hx-titlebar
hx-warning
Added
Gives the titlebar the warning color.
hx-heading
hx-titlebar
hx-negative
Added
Gives the titlebar the negative color.
hx-heading
hx-titlebar
hx-info
Added
Gives the titlebar the info color.
0.9.0
hx.TitleBar
setActive
Added
Sets the active titlebar link, causing the underline to show all the time instead of just when the link is hovered over.