Skip to content

v1.0.0

Choose a tag to compare

@fershad fershad released this 04 Aug 05:35
· 4 commits to main since this release

What's Changed

This release introduces significant configuration updates for the gridAwareAuto function, which brings it to a state that allows it to be deployed to production websites. The functionality delivers on the key goals of the Grid-aware Websites project, and therefor I consider this enough for a v1.0 release.

Expanded configuration options for the gridAwareAuto function include:

  • userOptIn provides a means for implementors to have users opt-in to applying grid-awareness, rather than have it on by default.
  • defaultView allows implementors to specify the default view for their website (that is the view to show a user initially, or when no data is available).
  • dev and devConfig allows implementors to apply the function to a website running in a local development environment.
  • infoBar allows for the Grid-aware Websites Info Bar web component to be added to the page.

Full Changelog: v0.3.1...v1.0.0