Skip to content

Releases: fxos-components/fxos-header

v0.9.5

12 Oct 09:57
Compare
Choose a tag to compare
  • Updated to gaia-icons@v0.10.3

v0.9.2

02 Oct 14:38
Compare
Choose a tag to compare

Changes

  • Updated gaia-component to v0.4.0 inside dist/gaia-header.js bundle.

v0.9.1

02 Oct 10:29
Compare
Choose a tag to compare

Changes

  • Removed 'dirchanged' logic in favour of gaia-component's new dirObserver helper.

v0.9.0

29 Sep 14:00
Compare
Choose a tag to compare

Added full RTL support, meaning buttons and titles will now flip when document.dir changes.

v0.8.4

12 Jun 09:53
Compare
Choose a tag to compare
  • Fixed - Bug 1174089 - [Header] We do not find titles added after creation

v0.8.2

01 May 12:23
Compare
Choose a tag to compare

Changed

  • Add a es5 bundle for browsers supporting web components but not all of es6 features.

v0.8.1

26 Mar 22:39
Compare
Choose a tag to compare
Merge pull request #29 from justindarc/bug1148123

Bug 1148123 - [gaia-header] Update gaia-icons dependency to resolve Bug ...

v0.6.1

30 Jan 11:05
Compare
Choose a tag to compare

Changed

  • <h1> now has direction: rtl in dir=rtl mode.

v0.6.0

28 Jan 15:22
Compare
Choose a tag to compare

Added

  • title-start attribute
  • title-end attribute
  • no-font-fit attribute

Changed

  • Pulled out font-fit into standalone library
  • Improved title fitting and centering logic

v0.5.6

06 Jan 11:02
Compare
Choose a tag to compare
  • Text inside buttons made non-selectable.