Skip to content

Commit

Permalink
changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
jhpyle committed Dec 24, 2024
1 parent 1c58673 commit 66ef415
Show file tree
Hide file tree
Showing 12 changed files with 42 additions and 14 deletions.
47 changes: 33 additions & 14 deletions _data/example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19092,21 +19092,40 @@
\ }`"
"jsshowifmaybe":
"height": !!int |-
504
440
"width": !!int |-
488
"yaml": "question: |\n Please fill in the following information.\nsubquestion:\
\ |\n Try setting \"Favorite fruit\" to \n \"apple\" or \"mango\" (and unfocus\
\ the \n field) to see what happens.\nfields:\n - Favorite fruit: fruit\n -\
\ Favorite vegetable: vegetable\n - \"Do you like mushrooms?\": likes_mushrooms\n\
\ datatype: yesnomaybe\n - Favorite mushroom: mushroom\n js show if: |\n\
\ val(\"likes_mushrooms\") == true\n - \"How could you now know?\": reason_why_unsure\n\
\ input type: area\n js show if: |\n val(\"likes_mushrooms\") == \"\
None\"\n---\nquestion: |\n Thank you for that information.\nsubquestion: |\n\
\ You like ${ fruit } and ${ vegetable }.\n\n % if likes_mushrooms is None:\n\
\ You said you don't know if you like\n mushrooms. Your ridiculous explanation\n\
\ was:\n\n ${ quote_paragraphs(reason_why_unsure) }\n % elif likes_mushrooms:\n\
\ Your favorite mushroom is ${ mushroom }.\n % endif\nmandatory: True"
"yaml": |-
question: |
Please fill in the following information.
fields:
- Favorite fruit: fruit
- Favorite vegetable: vegetable
- "Do you like mushrooms?": likes_mushrooms
datatype: yesnomaybe
- Favorite mushroom: mushroom
js show if: |
val("likes_mushrooms") == true
- "How could you now know?": reason_why_unsure
input type: area
js show if: |
val("likes_mushrooms") == "None"
---
question: |
Thank you for that information.
subquestion: |
You like ${ fruit } and ${ vegetable }.

% if likes_mushrooms is None:
You said you don't know if you like
mushrooms. Your ridiculous explanation
was:

${ quote_paragraphs(reason_why_unsure) }
% elif likes_mushrooms:
Your favorite mushroom is ${ mushroom }.
% endif
mandatory: True
"language-functions":
"height": !!int |-
3058
Expand Down Expand Up @@ -21348,7 +21367,7 @@
- Edit: favorite_cat
button: |
You said your favorite cat was
**${ favorite_fruit }**.
**${ favorite_cat }**.
- Edit: favorite_vegetable
button: |
You said your favorite dog was
Expand Down
9 changes: 9 additions & 0 deletions _docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@ layout: docs
title: Change Log
short_title: Change Log
---
## [1.6.2](https://github.com/jhpyle/docassemble/releases/tag/v1.6.2) - 2024-12-24


### Fixed
- The `next` parameter on the registration page was not being
followed.
- HTML generated by `add_action()` and `action_button_html()` was not
consistent.

## [1.6.1](https://github.com/jhpyle/docassemble/releases/tag/v1.6.1) - 2024-12-07


Expand Down
Binary file modified img/examples/disabled-field-dummy.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified img/examples/disabled-field.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified img/examples/jsshowifmaybe.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified img/examples/review-10.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified img/examples/testaccordion1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified imgdark/examples/disabled-field-dummy.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified imgdark/examples/disabled-field.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified imgdark/examples/jsshowifmaybe.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified imgdark/examples/review-10.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified imgdark/examples/testaccordion1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 66ef415

Please sign in to comment.