Beta 18 has arrived! Release v2.0.0-beta.18 · aurelia/aurelia · GitHub
Happy Thursday folks! we got beta 18 to continue on our previous version series started at [new release] Au v2 beta 17
What’s Changed
BREAKING CHANGES:
-
refactor(dom-queue): merge dom read and write queue by @bigopon in refactor(dom-queue): merge dom read and write queue by bigopon · Pull Request #1970 · aurelia/aurelia · GitHub
when first started, we went overboard with optimization & many other trends, which resulted in a cumbersome dom queue system. Simplifying them to reduce the number of APIs as well as potential issues.
Features:
- feat(router-lite): current route by @Sayan751 in feat(router-lite): current route by Sayan751 · Pull Request #1966 · aurelia/aurelia · GitHub
- feat(kernel): add last resolver by @Vheissu in feat(kernel): add last resolver by Vheissu · Pull Request #1976 · aurelia/aurelia · GitHub
- feat(dialog): ability to specify dialog per open call by @bigopon in feat(dialog): ability to specify dialog per open call by bigopon · Pull Request #1978 · aurelia/aurelia · GitHub
- feat(dialog): ability to customize dialog event management @bigopon in feat(dialog): ability to specify dialog per open call by bigopon · Pull Request #1978 · aurelia/aurelia · GitHub
Bug Fixes:
- fix(convention): typings - use array for bindables isntead of object by @bigopon in fix(convention): use array for bindables isntead of object by bigopon · Pull Request #1967 · aurelia/aurelia · GitHub
- fix(di): use metadata instead of weakmap @Sayan751 in fix: container specific registrables by Sayan751 · Pull Request #1977 · aurelia/aurelia · GitHub
Refactoring:
- refactor(fetch-client): extract error codes and cleanup by @bigopon in refactor: extract error codes and cleanup by bigopon · Pull Request #1974 · aurelia/aurelia · GitHub
- refactor(i18n-validation): replace errors with error codes by @bigopon in refactor(i18n-validation): replace errors with error codes by bigopon · Pull Request #1972 · aurelia/aurelia · GitHub
- refactor: define map & set overrides on the instance instead of prototype by @bigopon in refactor: define map & set overrides on the instance instead of prototype by bigopon · Pull Request #1975 · aurelia/aurelia · GitHub
Docs:
- Updated ISignaler documentation example by @ivanbacher in Updated ISignaler documentation example by ivanbacher · Pull Request #1973 · aurelia/aurelia · GitHub
Full Changelog: Comparing v2.0.0-beta.17...v2.0.0-beta.18 · aurelia/aurelia · GitHub