Skip to content

Releases: prolific-digital/bare-modal

v1.0.0

01 Mar 18:40
Compare
Choose a tag to compare

Bare Modal v1.0.0 Release Notes

We are excited to announce the first official release of Bare Modal, v1.0.0! Bare Modal is a lightweight, accessible modal library designed to simplify the creation and management of modals in your web projects. Leveraging the native HTML <dialog> element, Bare Modal ensures an intuitive implementation process, broad compatibility, and adherence to accessibility standards.

Highlights of v1.0.0

  • Native HTML <dialog> Support: Utilize the simplicity and accessibility features of the native HTML <dialog> tag for all your modals.
  • Automatic Action Binding: Effortlessly connect open, close, accept, and cancel actions to your modals with simple data attributes.
  • Cookie-Based Action Tracking: Remember user interactions with your modals to enhance user experience and prevent redundant displays.
  • Customizable Cookie Duration: Gain control over how long modal actions are remembered, with easy customization through data attributes.
  • Timed Modal Display: Engage users by setting modals to appear after a specified delay, improving interaction without manual triggers.
  • Accessibility Focused: Built with accessibility in mind, Bare Modal follows WCAG guidelines, ensuring your modals are accessible to everyone.
  • Comprehensive Documentation: Get up and running quickly with our detailed documentation, covering everything from setup to advanced configuration.

Getting Started

To get started with Bare Modal, include the library in your project and follow our straightforward documentation for implementing your first modal. Bare Modal is designed to work out of the box with sensible defaults, while offering the flexibility to customize as needed.

Acknowledgements

A huge thank you to Jeff Gullett for the inspiration, valuable feedback, and suggestions throughout the development process. Bare Modal is a product of collaborative efforts, and we're grateful for the support that helped shape this release.

Looking Ahead

We're already working on the next set of features and improvements for Bare Modal. Stay tuned for updates, and please share your feedback and suggestions with us. Your input is invaluable as we strive to make Bare Modal the best it can be.

Full Changelog: https://github.com/prolific-digital/bare-modal/commits/v1.0.0