From 03afb3035efdfb09a382ae64a2617167205a7e10 Mon Sep 17 00:00:00 2001 From: wanbing01 Date: Tue, 15 Aug 2023 16:20:41 +0800 Subject: [PATCH] fairCompiler update --- compiler/CHANGELOG.md | 3 +++ compiler/lib/src/fair_bundle.fbs | 1 + compiler/pubspec.yaml | 2 +- 3 files changed, 5 insertions(+), 1 deletion(-) diff --git a/compiler/CHANGELOG.md b/compiler/CHANGELOG.md index 862ee9d1..6ae3dfdd 100644 --- a/compiler/CHANGELOG.md +++ b/compiler/CHANGELOG.md @@ -1,3 +1,6 @@ +## [1.7.4] +* bugfix. + ## [1.7.3] * Fixed an issue with JS file was not being regenerated. diff --git a/compiler/lib/src/fair_bundle.fbs b/compiler/lib/src/fair_bundle.fbs index 675f37d7..ccd3a4cc 100644 --- a/compiler/lib/src/fair_bundle.fbs +++ b/compiler/lib/src/fair_bundle.fbs @@ -4,5 +4,6 @@ table WidgetData { na:[ubyte](flexbuffer); pa:[ubyte](flexbuffer); methodMap:[ubyte](flexbuffer); + digest:[ubyte](flexbuffer); } root_type WidgetData; \ No newline at end of file diff --git a/compiler/pubspec.yaml b/compiler/pubspec.yaml index 62d6f4d5..eeb63c1d 100644 --- a/compiler/pubspec.yaml +++ b/compiler/pubspec.yaml @@ -1,6 +1,6 @@ name: fair_compiler description: A complier which can generate Fair bundle for widget with annotation. -version: 1.7.3 +version: 1.7.4 homepage: https://fair.58.com/ environment: