Releases: TrueWinter/SnowMail
Releases · TrueWinter/SnowMail
v0.3.3
v0.3.2
Added
- Added help tooltip to CSS classes input
- Static assets are now cached
v0.3.1
Fixed
- Fixed a bug that prevented adding new inputs to forms
- Fixed input settings form not working for some inputs
v0.3.0
Changed
- Form metadata is now hidden behind a warning to encourage use of input settings forms
Added
- Plugins can now attach setting forms to custom inputs. You will need to remove and re-add custom inputs for the settings button to show.
- Added description field to text inputs
- NPM package: Added
handler,onChange, andonSubmitfunctions to the form components to allow for custom submission handling - NPM package: Added
defaultsproperty
v0.2.0
Changed
- Emails that are too long to display on one line on the forms page will now be truncated. Hovering over it will show the full email.
Added
- Added account permissions
- Added OpenID Connect SSO
Fixed
- Fixed the background of some buttons not changing colour on hover
v0.1.4
Changed
- Properly format messages and message ID header
v0.1.3
Changed
- The
Form#recursivelyGetInputsAPI method is no longer for internal use only
Added
- Created a ReCAPTCHA plugin
Fixed
- The SnowCaptcha plugin will now check if a form uses SnowCaptcha before attempting to validate the captcha token
- When configuring a button in the dashboard, the
buttontype will now be selected by default to match the server-side default
v0.1.2
Added
- Added logo on login page
- Added icon in browser tab
v0.1.1
Changed
- Blank input values are no longer included in the email
- The Reply-To email now shows the user's name
Fixed
- Fixed regular expression matching for partial matches
v0.1.0
Added
- Added
getForms()method to API - Added
getForm(String id)method to API - Added
createForm(Form form)method to API - Added
editForm(Form form)method to API - Documented API using Javadoc