Skip to content

Releases: native-html/render

@native-html/css-processor@1.2.0

17 Nov 15:01

Choose a tag to compare

1.2.0 (2020-11-17)

Features

  • css-processor: export CSSListStyleTypePropertyBase (4104fef)

@native-html/css-processor@1.1.0

17 Nov 14:52

Choose a tag to compare

1.1.0 (2020-11-17)

Features

  • css-processor: support list-style-type CSS property (65dc56a)

@native-html/transient-render-tree@1.0.2

16 Nov 19:39

Choose a tag to compare

@native-html/transient-render-tree@1.0.1

16 Nov 17:51

Choose a tag to compare

1.0.1 (2020-11-16)

Bug Fixes

  • transient-render-tree: avoid using Object.create for styles (676855a)

@native-html/transient-render-tree@1.0.0

16 Nov 14:32

Choose a tag to compare

1.0.0 (2020-11-16)

Features

  • transient-render-tree: add index.ts export (7642b1e)
  • transient-render-tree: allow partial CSSProcessorConfig option (7aab97e)
  • transient-render-tree: implement user styles with specificity (f942aad)
  • transient-render-tree: new baseStyles parameter for stylesConfig (53d5574)
  • transient-render-tree: support for whiteSpace: "normal" and "pre" (30a9aa2)
  • transient-render-tree: support TNode style inheritance (20a08b3)
  • transient-render-tree: user agent styles for tags in HTML models (696a389)
  • initial commit (cb5489d)

@native-html/css-processor@1.0.1

16 Nov 19:38

Choose a tag to compare

1.0.1 (2020-11-16)

Bug Fixes

  • css-processor: replace Object.assign with spread operator (0835dc1)

@native-html/css-processor@1.0.0

16 Nov 14:09

Choose a tag to compare

1.0.0 (2020-11-16)

Features

  • css-processor: add CSSProcessedPropsRegistry#merge method (9b88c03)
  • css-processor: add ignoredProperties option to CSSProcessorConfig (d5d2023)
  • css-processor: add refined types to CSSProcessedPropsRegistry (d8e1f29)
  • css-processor: added inlinePropertiesWhitelist config option (ab3c4a0)
  • css-processor: allow partial config for ctor of CSSProcessor (ab17920)
  • css-processor: implement compileStyleDeclaration (bd69ab0)
  • css-processor: predictable support for native styles (40ab209)
  • css-processor: strict validation of "display" property (3c192a3)
  • transient-render-tree: support TNode style inheritance (20a08b3)
  • initial commit (cb5489d)