File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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+
126News in version 0.8
227===================
328
You can’t perform that action at this time.
0 commit comments