Skip to content

Releases: ice-lab/icepkg

@ice/pkg-plugin-docusaurus@1.4.4

20 Feb 08:58

Choose a tag to compare

Patch Changes

  • cf3af78: fix: can not resolve docusaurus/plugin-contents-page

@ice/create-pkg@1.2.1

20 Feb 08:58

Choose a tag to compare

Patch Changes

  • 081fb8d: chore: optimize project type list items order

@ice/pkg@1.5.1

16 Feb 07:22

Choose a tag to compare

Patch Changes

  • 58ea9c9: fix: minified code can not run in safari

@ice/pkg@1.5.0

13 Feb 08:19

Choose a tag to compare

Minor Changes

  • ee42155: feat: specify @ice/jsx-runtime as jsx importSource

Patch Changes

  • 171c1dd: chore: lock @swc/core version
  • 6981cde: fix: transform code error with babel plugin
  • 390fe97: fix: can't generate dts on Windows system
    fix: can't generate dts when save code in dev
  • 606608f: fix: dependency will not be installed

@ice/pkg-plugin-jsx-plus@1.0.0

13 Feb 08:19

Choose a tag to compare

Major Changes

@ice/pkg-plugin-docusaurus@1.4.3

13 Feb 08:19

Choose a tag to compare

Patch Changes

  • 6f9404d: feat: support configure docusaurus plugin 9f1100c
  • ee42155: feat: add @ice/jsx-runtime as dependency

@ice/pkg@1.4.1

02 Feb 07:57
a2baa8c

Choose a tag to compare

Patch Changes

  • 9a81116: fix: some export types were removed in d.ts

@ice/pkg-plugin-docusaurus@1.4.2

02 Feb 07:57
a2baa8c

Choose a tag to compare

Patch Changes

  • a6b7a26: fix: fail to render two previewer
  • 9a81116: - chore update ts types
    • feat support configure the path and exclude config to @docusaurus/plugin-content-docs
    • feat support configure the onBrokenLinks of docusaurus config

@ice/pkg 1.4.0

04 Jan 09:30

Choose a tag to compare

  • feat: incremental build in dev #422
  • feat: add default ts types #426
  • fix: alias path is not transform in d.ts file #421
  • fix: not generate d.mts type file #428
  • chore: update build-scripts version #384

@ice/pkg@1.3.0

13 Dec 03:15
cd2e1f4

Choose a tag to compare

@ice/pkg@1.3.0

Today @ice/pkg supports pegasus development and includes these changes:

  • [feat] pass modules to after.build.compile callback
  • [feat] support cjs bundle task
  • [feat] support configure alias in plugin
  • [feat] support configure extensions in plugin
  • [feat] support configure babelPlugins in plugin
  • [feat] support bundle analyzer
  • [feat] support process assets in bundle mode
  • [feat] support configure externals in plugin
  • [feat] support bundle minify
  • [feat] support configure postcss options
  • [feat] add default value of define config
  • [feat] support multi entry support for bundle mode
  • [feat] support development to both outputs
  • [feat] pretty console output and add dir info

@ice/pkg-plugin-docusaurus@1.4.1

  • [feat] support configure docusaurus outputDir
  • [feat] enable lessOptions.javascriptEnabled = true options to support antd component
  • [fix] can resolve exports in package.json

@ice/create-pkg@1.2.0

  • [feat] support --template and --npmName cli option
  • [chore] remove @ice/pkg-cli package