Releases: farmersfriend/sunset-to-sunset
Releases · farmersfriend/sunset-to-sunset
Version 1.0.7
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 rightid
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
Changed
- Luxon is now included in the build.
- Updated dependencies.
Version 1.0.5
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
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
Fixed
- Fixed an issue where the
html
tag was not being hidden once the script had loaded.
Version 1.0.2
Fixed
- Added new build files that should have been in
1.0.1
.
Version 1.0.1
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
Fixed
- Added build files.
Version 1.0.0-beta.1
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
Initial release