- Root: Remove ssr README to reduce bundle size (9k) (0775962)
1.6.5 (2024-07-30)
- Root: Add dist/ to files and remove src/ from it (b1a49ac)
1.6.4 (2024-07-30)
- Root: Hot revert 1.6.3: it was not exporting other files than dist/index.js (6304267)
1.6.3 (2024-07-30)
- Root: Restore emmy-dom/dist/server support (048d2ba)
1.6.2 (2024-07-29)
1.6.1 (2024-07-25)
- 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)
- Root: Skip useEffect on server (3cf4277)
- Root: Add useRef (925ec46)
1.5.4 (2024-07-24)
1.5.3 (2024-07-24)
- 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)
- 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)
- Root: Add import extension to react-style-object-to-css (c4c236a)
1.4.0 (2024-06-10)
- Root: Add explicit import extensions because typescript do not include extensions automatically (f88e5ba)
- Root: Remove unused code (14c433b)
1.3.0 (2024-05-18)
- Root: Fix cdn compatibility migrating commonjs dependencies (d8f3c30)
1.2.0 (2024-02-10)
- Root: Add global variable Emmy & Add jsx function for JSX in client side (e5c9043)
1.1.0 (2024-02-08)
- Root: Add Auto-close tags feat (a1546a0)
1.0.0 (2024-01-07)
- Root: Fix custom element redefining due to the constructor usage (00daf04)
- Root: Fix tests & json parsing (7fbb33a)
- 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)
- Revert "Add README" (eef429f)