Skip to content

Latest commit

 

History

History
178 lines (66 loc) · 5.93 KB

CHANGELOG.md

File metadata and controls

178 lines (66 loc) · 5.93 KB

CHANGELOG

1.6.6 (2024-08-03)

Performance Improvements

  • Root: Remove ssr README to reduce bundle size (9k) (0775962)

1.6.5 (2024-07-30)

Bug Fixes

  • Root: Add dist/ to files and remove src/ from it (b1a49ac)

1.6.4 (2024-07-30)

Bug Fixes

  • Root: Hot revert 1.6.3: it was not exporting other files than dist/index.js (6304267)

1.6.3 (2024-07-30)

Bug Fixes

  • Root: Restore emmy-dom/dist/server support (048d2ba)

1.6.2 (2024-07-29)

1.6.1 (2024-07-25)

Bug Fixes

  • Root: Avoid Reference Error asking for process in client side (d2c163a)
  • Root: Avoid useEffect calling twice while using didMount (a02aa1b)

1.6.0 (2024-07-25)

Bug Fixes

  • Root: Skip useEffect on server (3cf4277)

Features

1.5.4 (2024-07-24)

Bug Fixes

  • Root: Fix import typo in server.ts (fdc80b8)
  • Root: Revert index importing in server side (2d2b953)

1.5.3 (2024-07-24)

Bug Fixes

  • Root: Fix createPageComponent: must asyncronously fetch the html and load it as a component (0af976f)
  • Root: Fix StyleObject type: now it accepts Objects inside Objects, not just string values (7701d02)
  • Root: Update ComponentType to support the new functional components sintax with props (de72d26)

1.5.2 (2024-07-22)

Bug Fixes

  • Root: Fix css parsing of strings (443c0c5)
  • Root: Fix processGenerator: closing tags must not have attributes and tags must not have unnece (1f280fd)

1.5.1 (2024-07-22)

1.5.0 (2024-06-10)

Bug Fixes

  • Root: Add import extension to react-style-object-to-css (c4c236a)

1.4.0 (2024-06-10)

Bug Fixes

  • Root: Add explicit import extensions because typescript do not include extensions automatically (f88e5ba)

Performance Improvements

  • Root: Remove unused code (14c433b)

1.3.0 (2024-05-18)

Bug Fixes

  • Root: Fix cdn compatibility migrating commonjs dependencies (d8f3c30)

1.2.0 (2024-02-10)

Features

  • Root: Add global variable Emmy & Add jsx function for JSX in client side (e5c9043)

1.1.0 (2024-02-08)

Features

  • Root: Add Auto-close tags feat (a1546a0)

1.0.0 (2024-01-07)

1.0.0 (2024-01-07)

Bug Fixes

  • Root: Fix custom element redefining due to the constructor usage (00daf04)
  • Root: Fix tests & json parsing (7fbb33a)

Features

  • Root: Add didMount state (433962b)
  • Root: Add html tag function (ec29433)
  • Root: Add props to functional components (d5b672f)
  • Root: Remove behave method of components (caaa469)

Reverts