Skip to content

Latest commit

 

History

History
99 lines (58 loc) · 1.74 KB

CHANGELOG.md

File metadata and controls

99 lines (58 loc) · 1.74 KB

@solid-primitives/autofocus

0.1.0

Minor Changes

  • ea09f71: Remove CJS support. The package is ESM only now.

Patch Changes

0.0.111

Patch Changes

  • 74db287: Correct the "homepage" field in package.json

0.0.110

Patch Changes

0.0.109

Patch Changes

  • d23dd74: Add type exports for cjs
  • Updated dependencies [d23dd74]

0.0.108

Patch Changes

0.0.107

Patch Changes

0.0.106

Patch Changes

0.0.105

Patch Changes

  • e0d87bcf: Make autofocus usable with ref

0.0.104

Patch Changes

0.0.103

Patch Changes

  • 3fad3789: Revert from publishing separate server, development, and production builds that has to rely on export conditions to publishing a single build that can be used in any environment. Envs will be checked at with isDevand isServer consts exported by "solid-js/web" so it's still tree-shakeable.
  • Updated dependencies [3fad3789]

0.0.102

Patch Changes

0.0.102-beta.0

Patch Changes

0.0.101

Patch Changes

  • 865d5ee9: Fix build. (remove keepNames option)
  • Updated dependencies [865d5ee9]