From 6e38cb1245423c1d602cb43e747488caa914495a Mon Sep 17 00:00:00 2001 From: Jonathan Olson Date: Tue, 30 Aug 2022 18:09:24 -0600 Subject: [PATCH] Grunt update. Adding linebreak dependency for unicode-correct line break detection. Adding back directional marks into load-unbuilt-strings. Proper RichText line break handling. See https://github.com/phetsims/joist/issues/843 --- bamboo-tests.html | 1 + bamboo_en.html | 1 + 2 files changed, 2 insertions(+) diff --git a/bamboo-tests.html b/bamboo-tests.html index 8dd620f..db0f6a2 100644 --- a/bamboo-tests.html +++ b/bamboo-tests.html @@ -84,6 +84,7 @@ '../sherpa/lib/lodash-4.17.4.js', '../sherpa/lib/FileSaver-b8054a2.js', '../sherpa/lib/himalaya-1.1.0.js', + '../sherpa/lib/linebreak-1.1.0.js', '../sherpa/lib/flatqueue-1.2.1.js', '../sherpa/lib/he-1.1.1.js', '../assert/js/assert.js', diff --git a/bamboo_en.html b/bamboo_en.html index 3be0a3d..1527cd2 100644 --- a/bamboo_en.html +++ b/bamboo_en.html @@ -84,6 +84,7 @@ '../sherpa/lib/lodash-4.17.4.js', '../sherpa/lib/FileSaver-b8054a2.js', '../sherpa/lib/himalaya-1.1.0.js', + '../sherpa/lib/linebreak-1.1.0.js', '../sherpa/lib/flatqueue-1.2.1.js', '../sherpa/lib/he-1.1.1.js', '../assert/js/assert.js',