Skip to content

Latest commit

 

History

History
151 lines (68 loc) · 6.86 KB

CHANGELOG.md

File metadata and controls

151 lines (68 loc) · 6.86 KB

Changelog

2.1.0 (2024-09-16)

Features

  • LayoutPlugin: allow to set and pass crossOrigin for styles and scripts (#46) (ce9848f)

2.0.1 (2024-04-09)

Bug Fixes

2.0.0 (2024-03-20)

⚠ BREAKING CHANGES

  • add uikit plugin instead of theme render param (#43)
  • add htmlAttributes and bodyContent.attributes render params (#41)

Features

  • add htmlAttributes and bodyContent.attributes render params (#41) (f99b4ff)
  • add uikit plugin instead of theme render param (#43) (329892c)
  • LayoutPlugin: allow to pass manifest content to plugin, read manifest file on initialization (#40) (d2465b0)

1.8.0 (2024-03-19)

Features

1.7.1 (2024-02-27)

Bug Fixes

  • overriding existing default meta (#36) (e68011e)

1.7.0 (2024-02-12)

Features

  • dynamic manifest path in layout plugin (#33) (f3c5b97)

1.6.0 (2024-01-30)

Features

  • add type attribute to renderScript helper (#30) (18b0bd2)

1.5.0 (2024-01-12)

Features

  • calculate initial body classes in @gravity-ui/uikit notation if… (#28) (4e3f89f)

1.4.1 (2023-11-23)

Bug Fixes

  • SyntaxError: Unexpected identifier 'userParams' (#26) (d6234a9)

1.4.0 (2023-11-15)

Features

  • add userParams prop in yaMetrika init (#24) (be125b1)

1.3.0 (2023-09-15)

Features

  • add function to get generated content for render an HTML page (#21) (5e8cfa3)

Bug Fixes

  • do not render metrika for empty array (#13) (5d255c8)
  • metrika: only counter id is required (#20) (65f4328)
  • render empty root content if bodyContent.root is not set (#18) (1db127a)

1.2.0 (2023-03-07)

Features

  • add <html> attributes override support (#10) (4275f73)

1.1.3 (2022-12-13)

Bug Fixes

  • add nonce for preload link for scripts (#8) (75274b0)

1.1.2 (2022-11-11)

Bug Fixes

1.1.1 (2022-10-25)

Bug Fixes

  • make bodyContent optional (8a60c5d)

1.1.0 (2022-10-25)

Features

  • add default consent to GA (cba6e51)

1.0.1 (2022-10-25)

Bug Fixes

  • export plugins options types (e9e449d)

1.0.0 (2022-10-25)

Features

  • pass plugins to createRcreateRenderFunction, infer plugins options types from params (d0a4cc9)

Bug Fixes

chore