mirror of
https://github.com/IT4Change/ohmyform-ui.git
synced 2025-12-12 17:25:51 +00:00
250 lines
5.6 KiB
Markdown
250 lines
5.6 KiB
Markdown
# Change Log
|
|
|
|
All notable changes to this project will be documented in this file.
|
|
|
|
The format is based on [Keep a Changelog](http://keepachangelog.com/)
|
|
and this project adheres to [Semantic Versioning](http://semver.org/).
|
|
|
|
<!--
|
|
Template for next version
|
|
## [Unreleased]
|
|
|
|
### Added
|
|
|
|
### Changed
|
|
|
|
### Fixed
|
|
|
|
### Security
|
|
-->
|
|
|
|
## [Unreleased]
|
|
|
|
### Added
|
|
|
|
### Changed
|
|
|
|
### Fixed
|
|
|
|
- node prune location (https://github.com/ohmyform/ohmyform/issues/184)
|
|
|
|
### Security
|
|
|
|
## [1.0.3] - 2022-03-27
|
|
|
|
### Changed
|
|
|
|
- default form now has an end page
|
|
|
|
### Fixed
|
|
|
|
- sorting of fields in excel export
|
|
|
|
## [1.0.2] - 2022-03-13
|
|
|
|
### Fixed
|
|
|
|
- field sort in excel submission export (https://github.com/ohmyform/ohmyform/issues/163)
|
|
|
|
## [1.0.1] - 2022-03-01
|
|
|
|
### Added
|
|
|
|
- map field type
|
|
|
|
### Changed
|
|
|
|
- update translations (https://github.com/ohmyform/ui/pull/70)
|
|
- show warning icon in form list if not public
|
|
- default form layout is now "card"
|
|
- creating of new fields combined in new field types
|
|
|
|
### Fixed
|
|
|
|
- locale scripts were missing dependency
|
|
- edit user shows now email in title
|
|
- focus is now passed also do slide layout fields
|
|
- empty fields are no longer submitted
|
|
- stuttery form because of logic rerenders
|
|
|
|
## [1.0.0] - 2022-02-28
|
|
|
|
### Added
|
|
|
|
- ability to change user passwords
|
|
- add default page background
|
|
- add environment list in [doc](doc/environment.md)
|
|
- show error message on homepage in case there is a problem with api connection
|
|
- new slider field type
|
|
- new card layout for forms
|
|
- field logic
|
|
- add environment config
|
|
- anonymous form submissions (fixes https://github.com/ohmyform/ohmyform/issues/108)
|
|
- checkbox field type (fixed https://github.com/ohmyform/ohmyform/issues/138)
|
|
|
|
### Changed
|
|
|
|
- combined notificationts to become more versatile
|
|
- use exported hooks for graphql
|
|
- disable swipe gesture
|
|
- upgrade to nextjs 12
|
|
- change default value from value to defaultValue
|
|
- handle options and values as json correctly
|
|
- exclude empty submissions per default (https://github.com/ohmyform/ohmyform/issues/153)
|
|
|
|
### Fixed
|
|
|
|
- links at the bottom for new users
|
|
- fixes for hide contrib setting
|
|
- fix problem with node-prune on production build
|
|
- translation for prev / continue during form submission
|
|
- reload form list after adding new one (https://github.com/ohmyform/ohmyform/issues/139)
|
|
- android screen size fix (https://github.com/ohmyform/ohmyform/issues/114)
|
|
- sending finish mutation (https://github.com/ohmyform/ui/pull/67)
|
|
- fix dev documentation (https://github.com/ohmyform/ui/issues/65)
|
|
- remove next/image as it does not work with static exports (https://github.com/ohmyform/ohmyform/issues/154)
|
|
- switch back to form.prefixName (https://github.com/ohmyform/ohmyform/issues/150)
|
|
- upgrade all packages to latest versions
|
|
|
|
### Security
|
|
|
|
- upgrad all packages
|
|
|
|
## [0.9.9] - 2021-02-14
|
|
|
|
### Added
|
|
|
|
- Submission export
|
|
- Lokalize reference
|
|
|
|
### Changed
|
|
|
|
- updated french translations by @Vercety87
|
|
- upgrade to node 14 (https://github.com/ohmyform/ohmyform/issues/99)
|
|
|
|
### Fixed
|
|
|
|
- missing dependency to @apollo/client
|
|
- footer rendering during authentication check
|
|
|
|
### Security
|
|
|
|
- authentication check for profile page
|
|
|
|
## [0.9.8] - 2020-09-02
|
|
|
|
### Fixed
|
|
|
|
- menu selection type
|
|
|
|
### Security
|
|
|
|
## [0.9.7] - 2020-09-02
|
|
|
|
### Changed
|
|
|
|
- improved german translation (https://github.com/ohmyform/ui/pull/28)
|
|
|
|
### Fixed
|
|
|
|
- colors for landing page buttons
|
|
|
|
### Security
|
|
|
|
- upgraded dependencies
|
|
|
|
## [0.9.6] - 2020-07-17
|
|
|
|
### Added
|
|
|
|
- slug for fields to be able to set value by url parameter
|
|
- form submission hokks
|
|
|
|
### Changed
|
|
|
|
- minify containers to reduce layer size
|
|
|
|
### Fixed
|
|
|
|
- do not show login note if it is not set
|
|
- typo in dropdown options https://github.com/ohmyform/ohmyform/issues/96
|
|
- query parms are not parsed https://github.com/ohmyform/ui/pull/27 https://github.com/ohmyform/ohmyform/issues/100
|
|
- errors because of missing user reference (https://github.com/ohmyform/ohmyform/issues/102)
|
|
|
|
### Security
|
|
|
|
- container now runs as non root user
|
|
|
|
## [0.9.5] - 2020-06-10
|
|
|
|
### Added
|
|
|
|
- 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
|
|
|
|
### Changed
|
|
|
|
- verified spanish translations https://github.com/ohmyform/ui/pull/23
|
|
|
|
### Fixed
|
|
|
|
- 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
|
|
|
|
## [0.9.4] - 2020-06-09
|
|
|
|
### Added
|
|
|
|
- Fetch Server Settings to determine if signup is available
|
|
- `SPA` env variable to have static page with loading spinner before redirect
|
|
- `de`, `fr`, `es`, `it`, `cn` base folders for translations
|
|
- finish translating `de` and `en`
|
|
- 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 takes `en` as a baseline)
|
|
- travis for tests
|
|
- eslint with prettier
|
|
|
|
### Changed
|
|
|
|
- `export` uses now spa mode for initial loading screen
|
|
- change value to defaultValue for initial form
|
|
|
|
### Fixed
|
|
|
|
- dropdown options are not saved (https://github.com/ohmyform/ohmyform/issues/93)
|
|
- redirect attempts on static export
|
|
- date can now be prefilled by url
|
|
|
|
## [0.9.2] - 2020-06-04
|
|
|
|
### Fixed
|
|
|
|
- type error
|
|
|
|
## [0.9.1] - 2020-06-02
|
|
|
|
### Added
|
|
- radio fields
|
|
- dropdown fields
|
|
- min and max for date fields
|
|
- logout on home screen
|
|
- translation system
|
|
|
|
### Fixed
|
|
|
|
- initial Page is now correct also in SPA mode
|
|
- initial value for form adding
|
|
- anonymous submission of forms
|
|
|