Skip to content

Releases: xpodev/pydom

v0.2.2

13 Dec 13:06
0912560
Compare
Choose a tag to compare

What's Changed

  • Add support for lists as children of components and elements
  • Add trailing slash to self-closing elements (<br /> instead of <br> etc.)

Full Changelog: 0.2.1...0.2.2

v0.2.1

19 Nov 16:55
1d34d65
Compare
Choose a tag to compare

What's Changed

  • Fix typing by @elazarcoh in #13
  • Add option to disable escaping in render tree

Full Changelog: 0.2.0...0.2.1

v0.2.0

17 Nov 14:13
c7cd293
Compare
Choose a tag to compare

What's Changed

  • Add transformer classes
  • Add after/before option in add transformers
  • Add SVG elements (Currently without typing)

Notes

The default transformers are now classes so this might break your app if you created your own context and used some of the default transformers.

Full Changelog: 0.1.3...0.2.0

v0.1.3

04 Sep 00:41
3c7c90e
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.1.2...0.1.3

v0.1.2

02 Sep 14:56
7f28c0e
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.1.1...0.1.2

v0.1.1

01 Sep 13:23
92aa2f4
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.1.0...0.1.1

0.1.0

01 Sep 10:03
Compare
Choose a tag to compare

Initial release