diff --git a/_data/example.yml b/_data/example.yml index 112265848..268753132 100644 --- a/_data/example.yml +++ b/_data/example.yml @@ -8483,7 +8483,7 @@ input type: area "grid2": "height": !!int |- - 386 + 370 "width": !!int |- 488 "yaml": |- @@ -8566,7 +8566,7 @@ label width: 3 "grid5": "height": !!int |- - 402 + 370 "width": !!int |- 488 "yaml": |- @@ -8640,7 +8640,7 @@ grid: 2 "grid6": "height": !!int |- - 402 + 370 "width": !!int |- 488 "yaml": |- @@ -8773,7 +8773,7 @@ breakpoint: ${ breakpoint } "grid9": "height": !!int |- - 270 + 262 "width": !!int |- 488 "yaml": |- @@ -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": |- @@ -9452,6 +9452,7 @@ fields: - Favorite fruit: favorite_fruit item grid: 6 + input type: radio choices: - Apple - Orange @@ -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 diff --git a/_docs/changelog.md b/_docs/changelog.md index 8cc7c6b81..846e5cd8a 100644 --- a/_docs/changelog.md +++ b/_docs/changelog.md @@ -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 diff --git a/img/examples/grid1.png b/img/examples/grid1.png index 6bf882155..10770c4d2 100644 Binary files a/img/examples/grid1.png and b/img/examples/grid1.png differ diff --git a/img/examples/grid2.png b/img/examples/grid2.png index 4233ccbf2..8c00b7c81 100644 Binary files a/img/examples/grid2.png and b/img/examples/grid2.png differ diff --git a/img/examples/grid3.png b/img/examples/grid3.png index 83a41eaa3..07f1b7e54 100644 Binary files a/img/examples/grid3.png and b/img/examples/grid3.png differ diff --git a/img/examples/grid4.png b/img/examples/grid4.png index 2101262b8..faceb6d67 100644 Binary files a/img/examples/grid4.png and b/img/examples/grid4.png differ diff --git a/img/examples/grid5.png b/img/examples/grid5.png index ca410be87..a40181dc2 100644 Binary files a/img/examples/grid5.png and b/img/examples/grid5.png differ diff --git a/img/examples/grid6.png b/img/examples/grid6.png index 704a5283d..afef119f0 100644 Binary files a/img/examples/grid6.png and b/img/examples/grid6.png differ diff --git a/img/examples/grid7.png b/img/examples/grid7.png index befa5fad7..6abdee604 100644 Binary files a/img/examples/grid7.png and b/img/examples/grid7.png differ diff --git a/img/examples/grid8.png b/img/examples/grid8.png index 0a6d0a824..c32881d39 100644 Binary files a/img/examples/grid8.png and b/img/examples/grid8.png differ diff --git a/img/examples/grid9.png b/img/examples/grid9.png index 0cf890889..52c9c88b4 100644 Binary files a/img/examples/grid9.png and b/img/examples/grid9.png differ diff --git a/img/examples/item-grid-breakpoint.png b/img/examples/item-grid-breakpoint.png index 8f2ff440e..afc25486a 100644 Binary files a/img/examples/item-grid-breakpoint.png and b/img/examples/item-grid-breakpoint.png differ diff --git a/img/examples/item-grid.png b/img/examples/item-grid.png index 3eb245a7a..f7e6fb1ce 100644 Binary files a/img/examples/item-grid.png and b/img/examples/item-grid.png differ