2.1.0 • Published 4 days ago

@zoovu/exd-scripts v2.1.0

Weekly downloads
-
License
SEE LICENSE IN LI...
Repository
-
Last release
4 days ago

@zoovu/exd-scripts

Hi there from Zoovu!

We're happy that you build your own Experience Designer components to build awesome assistants with Zoovu!

To help you out, let us introduce what is this package for.

Features

Usage

install the package

yarn add @zoovu/exd-scripts

serve your component for development

yarn dev

available options:

---port, -p - dev server port, default 3000

build production ready component

yarn build

Development

Scripts

compile the package

yarn build

publish the package

yarn publish

CHANGELOG

2.1.0

  • Add new remote component type - "STANDALONE"

2.0.1

  • Minor bugfixes

2.0.0

  • We upgraded node from 16 to 20LTS, please make sure you run node 20LTS
  • The scripts have not changed, you call then the same way you used to call
  • We improved tree shaking, now you can expect your bundles to be significantly smaller, please consider to rebuild your component and reupload new (lightweight) versions

1.0.0

  • Rename scripts name from zoovu-theme-editor-scripts to zoovu-experience-designer-scripts

0.6.0

  • Optimize size of bundled remote component

0.5.1

  • Fixed Hot Module Replacement for presets.

0.5.0

  • Enhanced stability and improved the mechanism for building remote component versions.

0.4.0

  • Enhanced exd-scripts methods and features for generating zip files using the 'yarn build' command.

0.3.0

  • Introduced a feature to increment the component version.
  • Added the ability to create a zip file in the remote component build folder.

0.2.0

  • Ensured support for building remote components across multiple workspaces.

0.1.0

  • First version of the package. The main purpose is to allow remote components development for Experience Designer.