Skip to content

Latest commit

 

History

History
235 lines (132 loc) · 4.63 KB

File metadata and controls

235 lines (132 loc) · 4.63 KB

Change Log

1.2.7

Patch Changes

  • 8f5d01a: Fixed build issues with client server config

1.2.6

Patch Changes

  • e2eeb2b: Turbo, eslint update, types exports, new tsconfig

1.2.5

Patch Changes

  • 110c2af: Removed invalid RC version ranges in package.json files

1.2.4

Patch Changes

  • dc22ea6: Fixed invalid peer dependency

1.2.3

Patch Changes

  • 37c3f2f: Udpated dependencies to support RC ima versions
  • 2e61a48: Built using new version of @ima/plugin-cli, js sources now include source maps
  • d08218b: Added type declarations generated from JSdoc
  • 6d47aaa: Side effects notation from package.json
  • 5717869: Added $dependencies typing comments for TS apps

1.2.3-rc.2

Patch Changes

  • 5717869: Added $dependencies typing comments for TS apps

1.2.3-rc.1

Patch Changes

  • 6d47aaa: Side effects notation from package.json

1.2.3-rc.0

Patch Changes

  • d08218b: Added type declarations generated from JSdoc

1.2.2

Patch Changes

  • 1813d15: Use for loop because of build errors with findIndex()

1.2.1

Patch Changes

  • 2a93641: Remove findLastIndex() and new Set() syntax for backward compatibility

1.2.0

Minor Changes

  • b23a557: Scrambler doesn't transform class names to potentially harmful class names like "ad".

1.1.2-rc.1

Patch Changes

  • 2e61a48: Built using new version of @ima/plugin-cli, js sources now include source maps

1.1.2-rc.0

Patch Changes

  • 37c3f2f: Udpated dependencies to support RC ima versions

1.1.1

Patch Changes

  • df4a5ff: Fix wrong path to plugin static files

1.1.0

Minor Changes

  • dd4dd52: Add esm bundle version

Patch Changes

  • dd4dd52: Updated to latest @ima/plugin-cli - the final bundle now contains new styles folder containing all less/css files and they are no longer bundled into esm bundle

1.0.1

Patch Changes

  • f205203: Add option assetFilter for scramble

1.0.0

Major Changes

  • fb1a51e: Migrated packages to pure esm modules
  • 5149e99: Added additional CJS builds to npm dist directory
  • b45198b: Added @ima/cli-plugin-scramble-css

Patch Changes

  • f0e7879: Fixed package type for commonjs CLI packages Update plugin-cli with fixes for jsx built files, where the extension was not normalized
  • 431ad38: Fixed node config packages
  • 86bbe84: Fixed scramble after manifest plugin update\
  • 5d32829: Fixed builds with emitted additional assets
  • 1c61a6d: Automatic JSX runtime, deps update
  • 2b6d864: Fixed pkg entry points
  • f7fe41d: Updated to latest version of plugin-cli
  • 15e981a: Updated plugin-cli to latest version
  • df68488: All plugin maintenance relase
  • 7721f5f: Fixed error in package.json
  • 214dd9d: Fixed exports field typo in package.json
  • 113952b: Preventive update after master merge
  • 9bf6acf: @ima/plugin-cli version bump
  • 1a6651d: Migrated to react-page-renderer
  • 6418df1: The plugin is now enabled by default for production env instead of build command Updated built to work with legacy client Added static script that can be used for scramble css debugging

1.0.0-rc.15

Patch Changes

  • 5d32829: Fixed builds with emitted additional assets

1.0.0-rc.14

Patch Changes

  • 86bbe84: Fixed scramble after manifest plugin update\

1.0.0-rc.13

Patch Changes

  • df68488: All plugin maintenance relase
  • 113952b: Preventive update after master merge

1.0.0-rc.12

Patch Changes

  • 6418df1: The plugin is now enabled by default for production env instead of build command Updated built to work with legacy client Added static script that can be used for scramble css debugging

1.0.0-rc.11

Patch Changes

  • 1c61a6d: Automatic JSX runtime, deps update

1.0.0-rc.10

Patch Changes

  • 9bf6acf: @ima/plugin-cli version bump

1.0.0-rc.9

Patch Changes

  • 15e981a: Updated plugin-cli to latest version

1.0.0-rc.8

Patch Changes

  • 1a6651d: Migrated to react-page-renderer

1.0.0-rc.7

Patch Changes

  • 214dd9d: Fixed exports field typo in package.json

1.0.0-rc.6

Patch Changes

  • 7721f5f: Fixed error in package.json

1.0.0-rc.5

Patch Changes

  • 431ad38: Fixed node config packages

1.0.0-rc.4

Patch Changes

  • 2b6d864: Fixed pkg entry points

1.0.0-rc.3

Patch Changes

  • f7fe41d: Updated to latest version of plugin-cli

1.0.0-rc.2

Major Changes

  • 5149e99: Added additional CJS builds to npm dist directory

1.0.0-rc.1

Patch Changes

  • f0e7879: Fixed package type for commonjs CLI packages Update plugin-cli with fixes for jsx built files, where the extension was not normalized

1.0.0-rc.0

Major Changes

  • fb1a51e: Migrated packages to pure esm modules
  • b45198b: Added @ima/cli-plugin-scramble-css