Featured
Aurelia Mid April 2016 Patch Update
In our continued march towards RC, we've released a number of patches to Aurelia libraries. For the most part, these improve support for Webpack, TypeScript and various cross-browser scenarios. For more details, we provide the changelog below.
Happy coding!
Change Log
aurelia-fetch-client
Bug Fixes
- http-client: Don't create a new request when one is passed to fetch but do apply any default headers
aurelia-path
- Fix for query string return true for param with equal sign on the end
- Added Unit tests for Fix for query string return true for param with equal sign on the end
aurelia-i18n
Features
- relative time: Use the fallback language if needed (10ef19c0)
- translation:
Bug Fixes
- i18n: use a promise to wait for i18next to be ready before updating value (2b69cfeb)
- relativeTime: prevent relativeTime to add resources to soon (21a37e62)
aurelia-ui-virtualization
Bug Fixes
- array-virtual-repeat-strategy: handle instance changes with less items than in view slot (4eb9ca00, closes #41)
- virtual-repeat: calculate the list's distance to top (7e9c0352)
aurelia-loader-default
Bug Fixes
- index: ensure correct cache lookup (b32ff61a)
aurelia-loader-webpack
Bug Fixes
- index: ensure correct cache lookup (b9c9aa55)
Features
- index: implement PLATFORM.eachModule for webpack (9bd90f47)
aurelia-polyfills
- fix: Object.getOwnPropertyNames: argument is not an Object error in symbol.js
aurelia-router
Features
- add support for RedirectToRoute (778fbc81)
aurelia-templating
Bug Fixes
- module-analyzer: ensure correct cache lookup (eefd4c69)
- view-resources: ensure correct cache lookup (53b51902)
aurelia-templating-resources
- fix(index): export repeat strategies
aurelia-validation
Bug Fixes
Features
- resources: create ja-JP (242f15c5)
aurelia-webpack-plugin
- feat(package): change
webpacktopeerDependencies
aurelia-skeleton-navigation
- various updates and fixes particular to TypeScript kits and Webpack kits
View Comments...