Skip to content

Latest commit

 

History

History
400 lines (177 loc) · 19.2 KB

CHANGELOG.md

File metadata and controls

400 lines (177 loc) · 19.2 KB

Changelog

1.6.27 (2024-11-05)

Bug Fixes

1.6.26 (2024-09-23)

Bug Fixes

1.6.25 (2024-09-04)

Bug Fixes

1.6.24 (2024-09-03)

Bug Fixes

1.6.23 (2024-07-19)

Bug Fixes

1.6.22 (2024-07-08)

Bug Fixes

1.6.21 (2024-07-08)

Bug Fixes

1.6.20 (2024-06-14)

Bug Fixes

1.6.19 (2024-06-14)

Bug Fixes

1.6.18 (2024-05-09)

Bug Fixes

1.6.17 (2024-04-29)

Bug Fixes

1.6.16 (2024-04-24)

Bug Fixes

  • only alter the template for the lit components, nothing else (#138) (c2dab2a)

1.6.15 (2024-04-05)

Bug Fixes

1.6.14 (2024-04-05)

Bug Fixes

  • push Lit shadow contents directly in Vue ssr buffer (#133) (4b920d7)

1.6.13 (2024-03-25)

Bug Fixes

1.6.12 (2024-03-17)

Bug Fixes

1.6.11 (2024-03-03)

Bug Fixes

1.6.10 (2024-01-29)

Bug Fixes

1.6.9 (2024-01-10)

Bug Fixes

  • updated @lit-labs/ssr to 3.2.1 and nuxt to 3.9.1 (#118) (cd3fd88)

1.6.8 (2024-01-04)

Bug Fixes

1.6.7 (2023-12-28)

Bug Fixes

1.6.6 (2023-12-13)

Bug Fixes

1.6.5 (2023-11-07)

Bug Fixes

  • correctly defer hydration for child custom elements (#108) (131172f)

1.6.4 (2023-10-11)

Bug Fixes

1.6.3 (2023-09-23)

Bug Fixes

1.6.2 (2023-09-12)

Bug Fixes

  • issue with fallthrough attributes not working with new server re… (#97) (d4bf56a)

1.6.1 (2023-09-11)

Bug Fixes

1.6.0 (2023-09-07)

Features

  • change the way we render the component on server (#93) (e36e88e)

1.5.8 (2023-08-28)

Bug Fixes

1.5.7 (2023-08-28)

Bug Fixes

1.5.6 (2023-07-27)

Bug Fixes

1.5.5 (2023-06-27)

Bug Fixes

1.5.4 (2023-06-23)

Bug Fixes

1.5.3 (2023-06-20)

Bug Fixes

  • allow nested Lit components to hydrate correctly by self managin… (#79) (66bad0e)

1.5.2 (2023-05-18)

Bug Fixes

  • update Nuxt to 3.5.0 along with other dependencies (#76) (cad8f69)

1.5.1 (2023-04-28)

Bug Fixes

1.5.0 (2023-04-18)

Features

  • upgrade and add support for Nuxt 3.4 (#71) (8ee6734)

1.4.4 (2023-04-07)

Bug Fixes

1.4.3 (2023-03-22)

Bug Fixes

  • delete empty attributes added to nodes by ultrahtml parser (#66) (3b5fba9)

1.4.2 (2023-03-14)

Bug Fixes

1.4.1 (2023-03-02)

Bug Fixes

  • move v-if, v-else-if and v-else to the wrapper (02562d7)

1.4.0 (2023-02-27)

Features

  • handle FOUC in browsers without native DSD and support standard… (#59) (1c072d6)

1.3.2 (2023-02-25)

Bug Fixes

  • both shadowroot and shadowrootmode attributes need to be present… (#57) (a983e2c)

1.3.1 (2023-02-25)

Bug Fixes

  • incorrect shadowroot attribute in DSD template, should be shadow… (#55) (97a7a06)

1.3.0 (2023-02-23)

Features

  • add support for v-for by using ultrahtml to transform code (#53) (4b88b41)

1.2.2 (2023-01-26)

Bug Fixes

  • handle v-if that results in no vnode and hydrate Lit after Vue (#49) (e0f832e)

1.2.1 (2023-01-20)

Bug Fixes

  • elementProperties is a Map and not a POJO (#47) (87a03ef)

1.2.0 (2023-01-19)

Features

  • process vue files outside the src dir (#45) (84a9e33)

1.1.1 (2023-01-11)

Bug Fixes

  • error detecting boolean properties causing renderer to fail. (#43) (a72c28f)

1.1.0 (2023-01-11)

Features

  • upgrade to lit-labs/ssr 3.0.0 and Nuxt 3 (#40) (b3da81b)

1.0.5 (2022-11-22)

Bug Fixes

  • #36: always load the dom shim if the nuxt-ssr-lit module is used (#37) (c95ca36)

1.0.4 (2022-11-17)

Bug Fixes

  • properties of elements can be incorrectly rendered. Fixes #30 (#31) (ea32b7f)

1.0.3 (2022-11-15)

Bug Fixes

1.0.2 (2022-11-14)

Bug Fixes

  • upgrade release process to node 16 (#25) (01a5c2a)

1.0.1 (2022-11-14)

Bug Fixes

  • add build step to release-please (416419e)
  • release-please doesn't auto-release (206bf28)

1.0.0 (2022-11-14)

Features

  • add support for default slot (ea7a08c)
  • auto wrap lit elements (333b682)
  • log out ssr error (b80c19e)
  • setup module (9c1de9b)
  • take control of client and sever components (#16) (d19475d)
  • update playground test cases (84d19fd)
  • update playground to include many test scenarios (48c8981)