Skip to content

v2.0.0-beta.10

Pre-release
Pre-release
Compare
Choose a tag to compare
@bigopon bigopon released this 26 Jan 10:22
· 91 commits to master since this release

What's Changed

  • BREAKING CHANGE: string literal types replace const enums by @Sayan751 in #1870
  • feat(route-recognizer): support for route parameter constraints by @Sayan751 in #1862
  • feat(build): add development subpath to package exports (#1856) by @mxjp in #1858
  • fix(i18n): handle change of key in t.bind by @Sayan751 in #1868
  • fix(router-lite): Router injection and ignoring null/undefined values for query parameters by @Sayan751 in #1859
  • fix(runtime-html): template wrapping by @Sayan751 in #1875
  • fix(router): store root/default page instruction correctly by @aegenet in #1869
  • fix(validation): property parsing with lambda and istanbul by @Sayan751 in #1877
  • fix(validation): evaluation of tagged rules from bindings by @Sayan751 in #1878
  • fix(portal): remove target marker when deactivated by @bigopon in #1883
  • fix:: upgrade ts jest to 29 by @bigopon in #1885
  • fix(kernel): stack preserving error logging for console by @Sayan751 in #1884
  • fix(au-slot): properly handle nested projection registration by @bigopon in #1881
  • refactor: cleanup call binding command by @Sayan751 in #1866
  • refactor: some small cleanup by @bigopon in #1887
  • docs: custom binding command by @Sayan751 in #1863
  • docs: attribute mapper by @Sayan751 in #1864
  • docs(attr-mapping): corrected typo by @Sayan751 in #1865
  • docs: added back the misplaced processContent docs by @Sayan751 in #1867
  • doc: remove call binding (some-prop.call="...") in documentation by @ivanbacher in #1882

New Contributors

Full Changelog: v2.0.0-beta.9...v2.0.0-beta.10