Skip to content

Releases: ReeceM/h-bar

v2.0.3 marginal

22 Dec 10:15
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0.2...v2.0.3

v2.0.2

22 Dec 09:08
Compare
Choose a tag to compare

Hotfix release.

What's Changed

  • wip: use customStyles to override the base layout by @ReeceM in #36

Full Changelog: v2.0.1...v2.0.2

v2 release

21 Dec 12:52
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.1.0...v2.0.1

Version 2.0.0-rc1

07 Jun 20:13
e19fe36
Compare
Choose a tag to compare
Version 2.0.0-rc1 Pre-release
Pre-release

Adding the templating features to allow users to add their own styles and not be stuck with the simple banner that sits at the top.

Also splits the default h-bar style to a separate rendering class that serves as the default.

v1.1.0

15 May 15:33
Compare
Choose a tag to compare

1.1.0 - 2020-05-15

Changes

  • Only headers can be passed to the fetch function configs.
    • only doing get requests basically.
  • changed the names of the options values to not be so odd

FIX

  • the fetch options config cleared all defaults

v1.0.1

09 Apr 15:20
Compare
Choose a tag to compare

1.0.1 - 2020-04-09

FIX

The styling broke in firefox as sizing was missing the prefix.

v1.0.0 Release

13 Mar 22:10
8f2aade
Compare
Choose a tag to compare

Public Release

This is the initial major release of hBar 😄

This release has some basic features and also completes the addition of:

  • Customizable parser for requests
  • customizable theming for banners
  • Dismissible banners

0.2.1 themes

28 Feb 09:04
Compare
Choose a tag to compare

0.2.1 - 2020-02-28

FEATURES

  • [a89fcc0] Adds more themes for the styling
  • [dc588ce] Gives the link an svg chevron for pretty

closes #2

release 0.2.0

23 Feb 17:29
Compare
Choose a tag to compare

0.2.0 - 2020-02-23

This has a fix for the fact I mixed up the values compared in the wordpress passer.

Fixes

  • [164e82d] FIX: the normalise for destructured object for the wordpress API

Features

  • [02d0b38] Add the option to define/override the default container element id that is used.

v0.1.0 - parsers

18 Feb 08:09
Compare
Choose a tag to compare
v0.1.0 - parsers Pre-release
Pre-release

Features

  • adds the ability to have custom parsers in the parser section of init() [#3] [edee6d8]

General

Update the example file to show usage.

Also update the readme.