From c8e97f295d8f8ac8b3e9a95872c03e3a5c4a061d Mon Sep 17 00:00:00 2001 From: David Sevilla Martin Date: Sat, 7 Mar 2020 10:22:14 -0500 Subject: [PATCH] update rewrite changes changelog --- FRONTEND FRAMEWORK REWRITE CHANGES.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/FRONTEND FRAMEWORK REWRITE CHANGES.md b/FRONTEND FRAMEWORK REWRITE CHANGES.md index 14dddf40b..e34452aba 100644 --- a/FRONTEND FRAMEWORK REWRITE CHANGES.md +++ b/FRONTEND FRAMEWORK REWRITE CHANGES.md @@ -16,6 +16,8 @@ * Utils - Changed `computed` util to require multiple keys to be passed as an array - `SubtreeRetainer` now has an `update` method instead of `retain`, and its output is used in `onbeforeupdate` lifecycle hook + - `Evented` util is now a class instead of an object + - `formatNumber` now uses `Number.prototype.toLocaleString` with the current application locale, and supports passing an options object (eg. for currency formatting - https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/NumberFormat/resolvedOptions#Description) #### Forum * Forum Application