Skip to content

Releases: fxos-components/fxos-header

v0.5.2

09 Dec 13:43
Compare
Choose a tag to compare
  • <h1> not user-selectable by default.

v0.3.13

08 Sep 16:12
Compare
Choose a tag to compare
  • Removed unwanted debug code

v0.3.12

02 Sep 20:11
Compare
Choose a tag to compare

Fixed action icon displaying incorrectly after 'action' attribute is updated multiple times.

v0.3.11

29 Aug 21:19
Compare
Choose a tag to compare
  • Implemented a more controlled :active solution in JS, so CSS now uses the .active class to style the pressed state instead of :active.
  • Disabled dummy integration test on Travis to speed up builds and reduce failures.

v0.3.10

20 Aug 18:56
Compare
Choose a tag to compare
  • Fixed action-button icon vertical alignment in some apps

v0.3.9

20 Aug 16:23
Compare
Choose a tag to compare
  • Added styling for disabled user buttons

v0.3.7

15 Aug 10:48
Compare
Choose a tag to compare
  • Changed to use .-content to avoid class conflicts within apps

v0.3.6

15 Aug 10:53
Compare
Choose a tag to compare
  • Improved font-fit to add special flush-left/flush-right classes which we can use as style hooks to selectively add left/right padding to the title (ie. when there are no buttons).
  • Updated to gaia-icons ~v0.5.0

v0.3.5

15 Aug 10:50
Compare
Choose a tag to compare
  • Removed dotted focus outline on action-button
  • Fixed broken text-overflow ellipsis on <h1>. Turns out display: flex items ignore text-overflow: ellipsis.

v0.3.4

11 Aug 10:33
Compare
Choose a tag to compare
  • Update to gaia-icons v0.4.3 to avoid document.body is undefined error
  • Change to use ._prototype to prevent Chrome erroring