Skip to content

Releases: farmersfriend/sunset-to-sunset

Version 1.0.7

20 Sep 21:28
1.0.7
ae4a882
Compare
Choose a tag to compare

Changed

  • User-defined templates for the message that appears on Sabbath and the banner message no longer use the HTML <template> tag. They need to use any other element now, preferably a <div> but any element with the right id will work. This change was needed because of a conflict with using <template> in React apps as React expects it to be a JSX template and not the HTML <template> tag.

Version 1.0.6

20 Sep 18:30
1.0.6
e434eb4
Compare
Choose a tag to compare

Changed

  • Luxon is now included in the build.
  • Updated dependencies.

Version 1.0.5

15 Oct 18:43
Compare
Choose a tag to compare

Changed

  • Updated the test file settings to show a more syntax-safe JSON object.

Fixed

  • Script will not hide the html element while it's determining if it should render a message.

Version 1.0.4

27 Sep 20:42
Compare
Choose a tag to compare

Added

  • Added README.md.
  • Added the option to set the closing and opening days via html for debugging purposes.

Fixed

  • Fixed an issue where you really couldn't see what time it would close on the upcoming closing day when simulating the time.

Version 1.0.3

27 Sep 20:42
Compare
Choose a tag to compare

Fixed

  • Fixed an issue where the html tag was not being hidden once the script had loaded.

Version 1.0.2

26 Sep 21:10
Compare
Choose a tag to compare

Fixed

  • Added new build files that should have been in 1.0.1.

Version 1.0.1

26 Sep 20:15
Compare
Choose a tag to compare

Changed

  • Specify Vite port number so that it doesn't conflict with other test projects running on port 3000.

Fixed

  • Fix an issue where the opening times were being set too soon on the full message template and subsequently not being rendered. (#3)

Version 1.0.0-beta.2

23 Sep 21:28
Compare
Choose a tag to compare

Fixed

  • Added build files.

Version 1.0.0-beta.1

23 Sep 21:28
Compare
Choose a tag to compare

Added

  • Added a default banner template if no template is defined.
  • Allow multiple closing and opening elements to be added to the banner.
  • Allow the user to set a custom simple message or a fully custom message template.

Version 1.0.0

26 Sep 20:15
Compare
Choose a tag to compare

Initial release