v1.3.6
Bug Fixes
-
#1750 - compiler: This change disables the
wrap_func_args
terser output. This option breaks the regular expression used for module namespace mapping. On top of this, the latest JavaScript VMs already optimize for such a pattern and the function expression wrapping might actually hurt performance. -
#1728 - wire-service: This change fixes an issue in which a wire adapter receives an incomplete config when the wire instance has 2 or more reactive parameters with the same head:
{ p1: '${head}.foo', p2: ${head}.bar }
.
Internal
-
#1746 - engine: This change removes the p render API and related code since the compiler doesn't produce VNodes for comment.
-
#1745 - engine: This change removes the
$fromTemplate$
marker which is an old artifact that wasn't removed with #1362 (engine: Remove attribute mutation restrictions). -
#1749 - chore: Weekly dependencies update. Updated packages:
@babel/[email protected]
,@babel/[email protected]
,@types/[email protected]
,@typescript-eslint/[email protected]
,@typescript-eslint/[email protected]
,[email protected]
,[email protected]
,[email protected]
,[email protected]
,[email protected], [email protected]
,[email protected]