Skip to content

Commit ebf7cf7

Browse files
committed
NEWS in version 0.9
1 parent 523f211 commit ebf7cf7

1 file changed

Lines changed: 25 additions & 0 deletions

File tree

NEWS.rst

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,28 @@
1+
News in version 0.9
2+
===================
3+
4+
API Additions
5+
-------------
6+
7+
* Add IteratorGenerator.
8+
* Add HiddenInput (<input type="hidden">), FileInput (<input type="file">),
9+
SearchInput (<input type="search">), and TimeInput (<input type="time">).
10+
* Add LineBreak (<br>).
11+
* Table now has two overridable generator methods generate_header_rows() and
12+
generate_rows().
13+
* Add TextArea.placeholder property.
14+
* Add NumberInput.number property.
15+
* Add Form.target property and Form.set_blank_target().
16+
* Add data_attribute(), list_html_attribute() and time_html_attribute().
17+
18+
API-Incompatible Changes
19+
------------------------
20+
21+
* Improve Element.id handling and raise ValueError on invalid ids.
22+
* The default name of all input elements has been changed from None to the
23+
empty string to match Input.name.
24+
* NumberInput constructor: Replace value argument by number.
25+
126
News in version 0.8
227
===================
328

0 commit comments

Comments
 (0)