atomicojs / atomico

Atomico a micro-library for creating webcomponents using only functions, hooks and virtual-dom.
https://atomicojs.dev
MIT License
1.15k stars 43 forks source link

V1.73.0 #111

Closed UpperCod closed 1 year ago

UpperCod commented 1 year ago

1.73.0

  1. Add support for custom types.
  2. Introduce the use of the 'new' operator to create an instance of an uncovered attribute.
  3. Prevent the loss of options by avoiding module references and using a global based on symbols.
  4. Remove the module at the atomico/core level for types.
  5. Add support for AbortController to the useAsync, useSuspense, and usePromise hooks.