File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44* New properties introduced to ` MarkdownStyleSheet ` : ` tableHeadCellsPadding ` and ` tableHeadCelssDecoration ` .
55* Implemented automatic table content clipping to respect rounded borders when ` tableBorder ` specifies a border radius.
66
7+ ** Thanks to our contributors:**
8+ * [ @mark-nicepants ] ( https://github.com/mark-nicepants ) for fixing null pointer issues with custom builders
9+ * [ @jlandon ] ( https://github.com/jlandon ) for adding table header cell customization features
10+ * [ @4rthurmonteiro ] ( https://github.com/4rthurmonteiro ) for the link builder fix
11+
712## 1.0.5
813
914* Minor dependency updates to help with builds
Original file line number Diff line number Diff line change 345345 GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
346346 GCC_WARN_UNUSED_FUNCTION = YES;
347347 GCC_WARN_UNUSED_VARIABLE = YES;
348- MACOSX_DEPLOYMENT_TARGET = 10.14 ;
348+ MACOSX_DEPLOYMENT_TARGET = 10.15 ;
349349 MTL_ENABLE_DEBUG_INFO = NO;
350350 SDKROOT = macosx;
351351 SWIFT_COMPILATION_MODE = wholemodule;
424424 GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
425425 GCC_WARN_UNUSED_FUNCTION = YES;
426426 GCC_WARN_UNUSED_VARIABLE = YES;
427- MACOSX_DEPLOYMENT_TARGET = 10.14 ;
427+ MACOSX_DEPLOYMENT_TARGET = 10.15 ;
428428 MTL_ENABLE_DEBUG_INFO = YES;
429429 ONLY_ACTIVE_ARCH = YES;
430430 SDKROOT = macosx;
471471 GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
472472 GCC_WARN_UNUSED_FUNCTION = YES;
473473 GCC_WARN_UNUSED_VARIABLE = YES;
474- MACOSX_DEPLOYMENT_TARGET = 10.14 ;
474+ MACOSX_DEPLOYMENT_TARGET = 10.15 ;
475475 MTL_ENABLE_DEBUG_INFO = NO;
476476 SDKROOT = macosx;
477477 SWIFT_COMPILATION_MODE = wholemodule;
Original file line number Diff line number Diff line change @@ -126,10 +126,10 @@ packages:
126126 dependency: transitive
127127 description:
128128 name: meta
129- sha256: e3641ec5d63ebf0d9b41bd43201a66e3fc79a65db5f61fc181f04cd27aab950c
129+ sha256: "23f08335362185a5ea2ad3a4e597f1375e78bce8a040df5c600c8d3552ef2394"
130130 url: "https://pub.dev"
131131 source: hosted
132- version: "1.16 .0"
132+ version: "1.17 .0"
133133 path:
134134 dependency: transitive
135135 description:
@@ -187,10 +187,10 @@ packages:
187187 dependency: transitive
188188 description:
189189 name: test_api
190- sha256: "522f00f556e73044315fa4585ec3270f1808a4b186c936e612cab0b565ff1e00"
190+ sha256: ab2726c1a94d3176a45960b6234466ec367179b87dd74f1611adb1f3b5fb9d55
191191 url: "https://pub.dev"
192192 source: hosted
193- version: "0.7.6 "
193+ version: "0.7.7 "
194194 vector_math:
195195 dependency: transitive
196196 description:
Original file line number Diff line number Diff line change @@ -223,10 +223,10 @@ packages:
223223 dependency: "direct main"
224224 description:
225225 name: meta
226- sha256: e3641ec5d63ebf0d9b41bd43201a66e3fc79a65db5f61fc181f04cd27aab950c
226+ sha256: "23f08335362185a5ea2ad3a4e597f1375e78bce8a040df5c600c8d3552ef2394"
227227 url: "https://pub.dev"
228228 source: hosted
229- version: "1.16 .0"
229+ version: "1.17 .0"
230230 mockito:
231231 dependency: "direct dev"
232232 description:
@@ -324,10 +324,10 @@ packages:
324324 dependency: transitive
325325 description:
326326 name: test_api
327- sha256: "522f00f556e73044315fa4585ec3270f1808a4b186c936e612cab0b565ff1e00"
327+ sha256: ab2726c1a94d3176a45960b6234466ec367179b87dd74f1611adb1f3b5fb9d55
328328 url: "https://pub.dev"
329329 source: hosted
330- version: "0.7.6 "
330+ version: "0.7.7 "
331331 typed_data:
332332 dependency: transitive
333333 description:
You can’t perform that action at this time.
0 commit comments