Skip to content

Releases: atomicojs/exports

Fix default exports

06 Feb 03:44
Compare
Choose a tag to compare

Issue: #7

This version corrects the position of the index named default, thanks to @DamienCassou for bringing this to my attention.

Fix assets

21 Dec 03:05
Compare
Choose a tag to compare
v1.13.1

1.13.1

allows you to export the assets

17 Dec 18:30
Compare
Choose a tag to compare

Create the subpaths of the centralized pkg

05 Oct 18:49
Compare
Choose a tag to compare

fix indentation of the generated json

05 Oct 02:07
Compare
Choose a tag to compare

Fix tabs

26 Sep 04:05
Compare
Choose a tag to compare
v1.11.2

1.11.2

Fix configuration transfer

22 Sep 03:31
Compare
Choose a tag to compare

The --centralize-wrappers flag is added

22 Sep 03:20
Compare
Choose a tag to compare

With this flag you can centralize your wrappers in a single file when working with repositories without workspaces format, allowing you to generate imports with the following format:

import { Button, Input } from "my-ds/react";

Improves export generation

18 Aug 02:33
Compare
Choose a tag to compare

Now for the export links the declaration types and default

Fix node_modules and prefix "use client"

11 Aug 20:07
Compare
Choose a tag to compare