All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- missing dependency to @apollo/client
- menu selection type
- improved german translation (ohmyform#28)
- colors for landing page buttons
- upgraded dependencies
- slug for fields to be able to set value by url parameter
- form submission hokks
- minify containers to reduce layer size
- do not show login note if it is not set
- typo in dropdown options ohmyform/ohmyform#96
- query parms are not parsed ohmyform#27 ohmyform/ohmyform#100
- errors because of missing user reference (ohmyform/ohmyform#102)
- container now runs as non root user
- mobile improvements for lists and home page
- markdown support for page paragraphs and field description
- hideable omf badge
- login notes
- username in admin toolbar
- github stars in multiple places
- verified spanish translations ohmyform#23
- yes / no field fixed on admin and user view
- prev property error on div
- rating field default on admin
- number field defaults
- translations for field validation
- number validation
- side menu only shows accessible entries
- Fetch Server Settings to determine if signup is available
SPA
env variable to have static page with loading spinner before redirectde
,fr
,es
,it
,cn
base folders for translations- finish translating
de
anden
- add
yarn translation:sort
to order translations (to ensure the same order when we add / change translations) - add
yarn translation:missing <lang>
to print a list of missing translations for the given language (this takesen
as a baseline) - travis for tests
- eslint with prettier
export
uses now spa mode for initial loading screen
- OMF#93 dropdown options are not saved
- redirect attempts on static export
- type error
- radio fields
- dropdown fields
- min and max for date fields
- logout on home screen
- translation system
- initial Page is now correct also in SPA mode
- initial value for form adding
- anonymous submission of forms