Releases: atomicojs/exports
Releases · atomicojs/exports
Fix default exports
Issue: #7
This version corrects the position of the index named default
, thanks to @DamienCassou for bringing this to my attention.
Fix assets
v1.13.1 1.13.1
allows you to export the assets
v1.13.0 Fix test
Create the subpaths of the centralized pkg
v1.12.0 1.12.0
fix indentation of the generated json
v1.11.3 1.11.3
Fix tabs
Fix configuration transfer
v1.11.1 1.11.1
The --centralize-wrappers flag is added
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
Now for the export links the declaration types and default
Fix node_modules and prefix "use client"
v1.9.0 1.9.0