Releases: get-advantage/advantage
Release 0.5.2
Release 0.5.1
Release 0.5.0
Release 0.4.0
Release 0.3.0
0.3.0 (2024-09-10)
This release introduces new features and bug fixes to enhance the AdVantage platform's flexibility and user experience.
New Format Options:
Added support for new properties in the ad format configuration
- closeButton: Enables customization and control over the visibility and behavior of the close button.
- downArrow: Allows the inclusion of a down arrow
- height: set the Topscroll height
You provide a options object to the formatIntegrations
array like this
formatIntegrations: [
{
format: AdvantageFormatName.TopScroll,
// show/hide UI elements
options: {
closeButton: true, // default true
downArrow: false, // default true
closeButtonText: "Lukk", // default Close
height: 70 // default 80
},
setup: () => {
...
Bug Fixes
Midscroll Ad Close Button: Removed an unused close button from the Midscroll ad format, streamlining the design and preventing unnecessary UI elements.
Documentation
A new section on the documentation page showcase of certified pages that have successfully integrated AdVantage
Details:
Bug Fixes
Features
Release 0.2.0
0.2.0 (2024-06-20)
Today, we are excited to share the 0.2.0
release 🎉 Here’s a quick rundown of what’s new and improved:
Optimized Setup Process
We’ve adjusted the execution order so that the integration setup now runs after the default setup. This change ensures that defaults can now be overridden by your integration code.
Deprecated Functions
We’ve decided to deprecate the onReset
and onClose
functions in favour to reset
and close
. This is a heads-up that these functions will be removed in future updates. We recommend you start transitioning away from using them to avoid any disruptions.
Cleaner Logging with the New Logging Class
We understand how important it is to have clear and concise logs. That’s why we’ve introduced a new logging class that reduces unnecessary noise. With this update, your logs will be cleaner, making it easier to debug.
Logging are disabled by default but can be activated by including adv_debug=true
to the end of your page’s URL. For example:
https://www.placera.se/placera/forstasidan.html?adv_debug=true
Thank you for being a part of the Advantage community. Stay tuned for more exciting updates! 🌟 Help us spread the word about Advantage by starring the repo
Details:
Bug Fixes
- changed the execution order so that integration setup is run after default setup. (#9) (e5831cc)
- deprecate onReset, onClose (cfd5f91)
Features
- new logging class to make it less noizy (74d9080)
Credits
Release 0.1.1
Once Upon a Code
Here it all begins, at the dawn of a new era where code meets creativity! We proudly present Version 0.1.0, the inaugural release of our labor of love and lines of code. Buckle up as we embark on this exciting journey together!
🚀 Epic Beginnings:
- We've implemented the first version of our revolutionary feature that's set to change the game—stay tuned for its evolution!
- Basic bug barriers are established. We've squashed the early pests, setting a strong foundation for future fortifications.
🌱 Grow With Us:
- As this is just the beginning, we invite you to join our journey. Your feedback is the wind beneath our wings and the blueprint for our roadmap.
- Be part of our community! Share ideas, make suggestions, and help us cultivate a tool that grows with its users.
🎉 Celebration Time:
To mark this milestone, we've included a special 'Contributors' note in the Readme section for everyone who supported us from the ground up.
🤝 New Contributors
- @pattan as a contributor for doc, and ideas in #4
- @pontusarmini as a contributor for code, doc, and ideas in #6
- @rebeckasjostrom1 as a contributor for doc, and ideas in #7
- @dsoohn as a contributor for design in #8
Thank you for trusting us at the starting line of this exhilarating expedition. Here it all begins, and with your support, the sky's the limit!
Full Changelog: https://github.com/get-advantage/advantage/commits/v0.1.0