Skip to content

Commit

Permalink
changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
jhpyle committed Dec 4, 2023
1 parent 859cd7a commit bbf4a9c
Show file tree
Hide file tree
Showing 13 changed files with 26 additions and 7 deletions.
16 changes: 9 additions & 7 deletions _data/example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8483,7 +8483,7 @@
input type: area
"grid2":
"height": !!int |-
386
370
"width": !!int |-
488
"yaml": |-
Expand Down Expand Up @@ -8566,7 +8566,7 @@
label width: 3
"grid5":
"height": !!int |-
402
370
"width": !!int |-
488
"yaml": |-
Expand Down Expand Up @@ -8640,7 +8640,7 @@
grid: 2
"grid6":
"height": !!int |-
402
370
"width": !!int |-
488
"yaml": |-
Expand Down Expand Up @@ -8773,7 +8773,7 @@
breakpoint: ${ breakpoint }
"grid9":
"height": !!int |-
270
262
"width": !!int |-
488
"yaml": |-
Expand Down Expand Up @@ -9443,7 +9443,7 @@
\ }\n and it has\n ${ pet.item(pet_type).legs } legs.\n \n % endfor"
"item-grid":
"height": !!int |-
208
308
"width": !!int |-
488
"yaml": |-
Expand All @@ -9452,6 +9452,7 @@
fields:
- Favorite fruit: favorite_fruit
item grid: 6
input type: radio
choices:
- Apple
- Orange
Expand All @@ -9461,14 +9462,15 @@
- Grapes
"item-grid-breakpoint":
"height": !!int |-
208
308
"width": !!int |-
488
"yaml": |-
question: |
Select your favorite number.
fields:
- Favorite fruit: favorite_number
- Favorite number: favorite_number
input type: radio
item grid:
width: 3
breakpoint: sm
Expand Down
17 changes: 17 additions & 0 deletions _docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,23 @@ layout: docs
title: Change Log
short_title: Change Log
---
## [1.4.88](https://github.com/jhpyle/docassemble/releases/tag/v1.4.88) - 2023-12-03


### Changed
- When `min` or `max` is used with a `datatype: date` or `datatype:
datetime`, the minimum and/or maximum are now indicated in the HTML
so that browser widgets know what they are.
- When the browser uses dark mode, the red asterisk is less bright.
- When `grid` is used, items are aligned to the bottom of the row.


### Fixed
- Bug in `/api/playground_install`.
- Fixed formatting in `grid` mode when label is empty.
- When browsing other users' playgrounds, the Download and GitHub
buttons in the Packages folder did not work as intended.

## [1.4.87](https://github.com/jhpyle/docassemble/releases/tag/v1.4.87) - 2023-11-28


Expand Down
Binary file modified img/examples/grid1.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/grid2.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/grid3.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/grid4.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/grid5.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/grid6.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/grid7.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/grid8.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/grid9.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/item-grid-breakpoint.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/item-grid.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 bbf4a9c

Please sign in to comment.