Comparing version
@@ -6,2 +6,16 @@ # Change Log | ||
<a name="2.0.0-beta.9"></a> | ||
# 2.0.0-beta.9 (2023-12-12) | ||
### Bug Fixes: | ||
* **repeater:** duplicate primitive handling, batched mutation fix (#1840) ([703d275](https://github.com/aurelia/aurelia/commit/703d275)) | ||
* **repeat:** fix sort+splice batched operation bug ([703d275](https://github.com/aurelia/aurelia/commit/703d275)) | ||
### Refactorings: | ||
* **templating:** remove strict binding option from CE (#1807) ([7b4455f](https://github.com/aurelia/aurelia/commit/7b4455f)) | ||
* **tests:** move all under src folder ([7b4455f](https://github.com/aurelia/aurelia/commit/7b4455f)) | ||
<a name="2.0.0-beta.8"></a> | ||
@@ -8,0 +22,0 @@ # 2.0.0-beta.8 (2023-07-24) |
{ | ||
"name": "aurelia", | ||
"version": "2.0.1-dev.202312050532", | ||
"version": "2.0.1-dev.202312121308", | ||
"main": "dist/cjs/index.cjs", | ||
@@ -48,9 +48,9 @@ "module": "dist/esm/index.mjs", | ||
"dependencies": { | ||
"@aurelia/fetch-client": "2.0.1-dev.202312050532", | ||
"@aurelia/kernel": "2.0.1-dev.202312050532", | ||
"@aurelia/metadata": "2.0.1-dev.202312050532", | ||
"@aurelia/platform": "2.0.1-dev.202312050532", | ||
"@aurelia/platform-browser": "2.0.1-dev.202312050532", | ||
"@aurelia/runtime": "2.0.1-dev.202312050532", | ||
"@aurelia/runtime-html": "2.0.1-dev.202312050532" | ||
"@aurelia/fetch-client": "2.0.1-dev.202312121308", | ||
"@aurelia/kernel": "2.0.1-dev.202312121308", | ||
"@aurelia/metadata": "2.0.1-dev.202312121308", | ||
"@aurelia/platform": "2.0.1-dev.202312121308", | ||
"@aurelia/platform-browser": "2.0.1-dev.202312121308", | ||
"@aurelia/runtime": "2.0.1-dev.202312121308", | ||
"@aurelia/runtime-html": "2.0.1-dev.202312121308" | ||
}, | ||
@@ -57,0 +57,0 @@ "devDependencies": { |
Sorry, the diff of this file is not supported yet
79521
5.63%17
6.25%1219
4.64%+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed