All notable changes to h-bar
will be documented in this file.
- See the comparison on GitHub
2.0.3 - 2022-12-22
- margin on the dismiss button caused issues when on mobile. #37, #30 @mariusa
2.0.2 - 2022-12-22
customStyles
prop was ignored in version change
2.0.1 - 2022-12-21
- Templating for custom styles.
- Move the original default banner to separate class
- Initializing the class has changed in the values passed
- Changed to make banner optional #31 @mariusa
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
1.0.1 - 2020-04-09
FIX
The styling broke in firefox as sizing was missing the prefix.
First initial major version of h-bar :)
This has kinda the base features for the first version.
See previous versions for the features to this point.
0.3.0 - 2020-03-13
FEATURE
- [110bab7] Add
dismissible
to the init function. - [417484c] Add functionality to the main code to be able to dismiss the banner
- [79c4e6b] Option to be able to store it locally for a period of time in localStorage
FEATURES
- [a89fcc0] Adds more themes for the styling
- [dc588ce] Gives the link an svg chevron for pretty
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.
0.1.0 - 2020-02-18
Features
- adds the ability to have custom parsers in the
parser
section ofinit()
[#3] [edee6d8]
Update the example file to show usage.
Also update the readme.
Before this the documented changes are vague cause it was the initial flesh of the package.