Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rating field and single submit #387

Merged
merged 36 commits into from
Mar 11, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
36 commits
Select commit Hold shift + click to select a range
06b1bba
small fixes for JS on older version
iruzevic Feb 28, 2024
526a7e7
update
iruzevic Feb 29, 2024
0ef2277
update
iruzevic Feb 29, 2024
434cd9b
update
iruzevic Feb 29, 2024
068c817
update
iruzevic Feb 29, 2024
2104ab5
updating PR
iruzevic Mar 1, 2024
1cc6278
update
iruzevic Mar 1, 2024
65d5510
update
iruzevic Mar 4, 2024
3c7cdc0
update
iruzevic Mar 4, 2024
0c0295e
update
iruzevic Mar 5, 2024
4932a96
update
iruzevic Mar 5, 2024
4e75c99
update
iruzevic Mar 7, 2024
47743b2
update
iruzevic Mar 7, 2024
625c223
update
iruzevic Mar 7, 2024
08dd36d
update
iruzevic Mar 8, 2024
1345746
update
iruzevic Mar 8, 2024
8235e7d
update
iruzevic Mar 8, 2024
c657a05
update
iruzevic Mar 8, 2024
675357f
update
iruzevic Mar 8, 2024
636186c
update
iruzevic Mar 8, 2024
6254037
Update CHANGELOG.md
iruzevic Mar 8, 2024
5124389
Update src/Blocks/custom/calculator/calculator-hooks.js
iruzevic Mar 8, 2024
188b182
Update CHANGELOG.md
iruzevic Mar 8, 2024
c3b018a
Update src/Blocks/components/input/components/input-options.js
iruzevic Mar 8, 2024
1a0684f
Update src/Blocks/components/input/input-style.scss
iruzevic Mar 8, 2024
432df7d
update
iruzevic Mar 8, 2024
f7b4318
update
iruzevic Mar 8, 2024
e309b8c
update
iruzevic Mar 8, 2024
2b188e9
update
iruzevic Mar 11, 2024
058e1dc
Apply suggestions from code review
iruzevic Mar 11, 2024
cc4ce00
Apply suggestions from code review
iruzevic Mar 11, 2024
7a98d44
Apply suggestions from code review
iruzevic Mar 11, 2024
9c70861
update
iruzevic Mar 11, 2024
e285efa
update
iruzevic Mar 11, 2024
d444677
Update src/Blocks/custom/result-output/components/result-output-optio…
iruzevic Mar 11, 2024
55d91e4
update
iruzevic Mar 11, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,29 @@ All notable changes to this project will be documented in this file.

This projects adheres to [Semantic Versioning](https://semver.org/) and [Keep a CHANGELOG](https://keepachangelog.com/).
iruzevic marked this conversation as resolved.
Show resolved Hide resolved

## [3.1.0]

### Added
- `range` field for the forms.
- `singleSubmit` attribute on all fields to allow only one submit per form to be used as calculation form.
- "Result output" custom post type.
- Blocks for the result output.
- Calculator form type and necessary filters.
- Forms can now use `single submit` option to send data without submit button.
iruzevic marked this conversation as resolved.
Show resolved Hide resolved
- Setting for single form to hide global msg on submit success.

### Changed
- `Input` fields now output correct types for e-mail and URL fields, so the experience on mobile devices should be much better.
- Admin listing URLs can now support additional types.
- All icons are now used from utils lib.

### Fixed
- JS errors when missing data.
- Broken URLs for admin listing when using custom post types.

### Removed
- Unnecessary options in the `rating` field.

## [3.0.5]

### Fixed
iruzevic marked this conversation as resolved.
Show resolved Hide resolved
Expand Down Expand Up @@ -256,6 +279,7 @@ This projects adheres to [Semantic Versioning](https://semver.org/) and [Keep a

- Initial production release.

[3.1.0]: https://github.com/infinum/eightshift-forms/compare/3.0.5...3.1.0
[3.0.5]: https://github.com/infinum/eightshift-forms/compare/3.0.4...3.0.5
[3.0.4]: https://github.com/infinum/eightshift-forms/compare/3.0.3...3.0.4
[3.0.3]: https://github.com/infinum/eightshift-forms/compare/3.0.2...3.0.3
Expand Down
6 changes: 1 addition & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,7 @@
"require": {
"php": "^7.4 || >=8.0",
"erusev/parsedown": "^1.7.4",
"infinum/eightshift-forms-utils": "^1.2.4"
},
"suggest": {
"ext-pcov": "* || This extension is used for code coverage generation. Use either pcov, or xdebug, but not both.",
"ext-xdebug": "^3.0.0 || This extension is used for code coverage generation. Use either pcov, or xdebug, but not both."
"infinum/eightshift-forms-utils": "^1.3.0"
},
"autoload": {
"psr-4": {
Expand Down
13 changes: 7 additions & 6 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading