Skip to content

Commit f0bfdcc

Browse files
committed
add v0.7.0 release notes
1 parent 30020e9 commit f0bfdcc

2 files changed

Lines changed: 39 additions & 1 deletion

File tree

docs/release-notes.md

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,43 @@
11
# Release Notes
22

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+
341
## v0.6.2
442

543
```plain

src/Pode.Web.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
RootModule = 'Pode.Web.psm1'
1212

1313
# Version number of this module.
14-
ModuleVersion = '0.6.2'
14+
ModuleVersion = '0.7.0'
1515

1616
# ID used to uniquely identify this module
1717
GUID = '5c6cae5a-8e62-48a4-c2e5-7511ffe2d439'

0 commit comments

Comments
 (0)