|
1 | 1 | # Release Notes |
2 | 2 |
|
| 3 | +## v0.7.0 |
| 4 | + |
| 5 | +```plain |
| 6 | +### Features |
| 7 | +* #212: Add Video element support via `New-PodeWebVideo` |
| 8 | +* #213: Add Audio element support via `New-PodeWebAudio` |
| 9 | +* #234: Add events support for pages |
| 10 | +
|
| 11 | +### Enhancements |
| 12 | +* #161: Add `-DisplayName` and `-DisplayOptions` parameters to various elements |
| 13 | +* #202: Add support for IIS Website Applications |
| 14 | +* #207: Add `-Hide` switch for pages so they don't appear in the sidebar |
| 15 | +* #208: Add `-Required` switch on form input elements |
| 16 | +* #210: Add `Update-PodeWebCodeEditor` and `Clear-PodeWebCodeEditor` output actions |
| 17 | +* #211: Add `-ShowReset` switch on forms, to display an optional Reset button |
| 18 | +* #214: Add support for customising a form's method/action properties |
| 19 | +* #222: Add ruby pronuncation support to `New-PodeWebText` |
| 20 | +* #226: Textboxes, Charts, Images, and Table Columns now allow raw CSS values for Widths |
| 21 | +* #230: Add `-Type` parameter for DateTime, Credentials and MinMax elements |
| 22 | +* #235: Add `-Accept` parameter on FileUpload |
| 23 | +* #242: Add `-Compact` switch on Tables, and `-Default` parameters on Table Columns |
| 24 | +* #245: Add Enable/Disable output actions for checkboxes, and support on Update |
| 25 | +* #246: Add `Update-PodeWebIFrame` output action |
| 26 | +* #247: Add `-NoSidebar` switch for pages, so they don't display the sidebar |
| 27 | +
|
| 28 | +### Bugs |
| 29 | +* #199: Fix alphabetical page sorting in the sidebar |
| 30 | +* #209: Add spinner to the Sign In button |
| 31 | +* #215: Fix styling glitch when 2 Steps layouts displayed one after another |
| 32 | +* #233: Fix issue causing `Update-PodeWebText` to not work with code/blocks |
| 33 | +* #238: Add `-Force` switch on `Update-PodeWebTable` to update pagiable tables externally |
| 34 | +* #242: Fix `Initialize-PodeWebTable` not being respected on update calls |
| 35 | +* #242: Fix "0" values never being displayed |
| 36 | +
|
| 37 | +### Packaging |
| 38 | +* #241: Bump chart.js to 3.6.2 |
| 39 | +``` |
| 40 | + |
3 | 41 | ## v0.6.2 |
4 | 42 |
|
5 | 43 | ```plain |
|
0 commit comments