Skip to content

0.6.16

Compare
Choose a tag to compare
@kethinov kethinov released this 14 Nov 13:47
· 10 commits to main since this release
2f6ab15
  • Fixed a bug which caused client-side Teddy to fail in some situations like putting a <loop> in a <select> element.
  • Deprecated a test that tests for passing numeric arguments to include tags, since this violates HTML grammar and never should've worked to begin with. It may still work with cheerio-driven Teddy because cheerio's parser is more forgiving than a standards-compliant one unless and until cheerio deprecates support for that itself. Client-side Teddy will not support it, so for consistency the test has been removed.
  • Updated various dependencies.