Skip to content

Releases: get-advantage/advantage

Release 0.5.2

24 Oct 11:48
112828e
Compare
Choose a tag to compare

0.5.2 (2024-10-24)

Bug Fixes

  • fallback when "CSSStyleSheet" not supported (#38) (ccd5206)

Release 0.5.1

15 Oct 09:56
0dc05e4
Compare
Choose a tag to compare

0.5.1 (2024-10-15)

Bug Fixes

  • welcome page: hide site title on small screens (#34) (3aedf10)

Release 0.5.0

02 Oct 08:31
a642cfe
Compare
Choose a tag to compare

0.5.0 (2024-10-02)

Features

  • extended AdvantageFormatOptions to also include an animation duration for the close button event (#21) (81976e2)
  • welcome page format (#32) (5814cf9)

Release 0.4.0

01 Oct 08:39
aeb1ef1
Compare
Choose a tag to compare

0.4.0 (2024-10-01)

Features

  • extended AdvantageFormatOptions to also include an animation duration for the close button event (#21) (81976e2)

Release 0.3.0

10 Sep 14:01
0835bbd
Compare
Choose a tag to compare

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

  • removed unused close-button from midscroll (#11) (7d5f793)

Features

  • format options to include closeButton and downArrow properties (#13) (7f919ab)

Release 0.2.0

20 Jun 12:45
3ffec9c
Compare
Choose a tag to compare

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=trueto the end of your page’s URL. For example:

https://www.placera.se/placera/forstasidan.html?adv_debug=true
image
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

Huge thanks to @sannheim and @pattan for helping!

Release 0.1.1

11 Jun 11:33
39f9e60
Compare
Choose a tag to compare

0.1.1 (2024-06-11)

Bug Fixes

  • set default height dimensions on formats (933e209)
  • throw if element not provided (af79fb7)

Once Upon a Code

06 May 11:28
c6dc118
Compare
Choose a tag to compare

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

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