Skip to content

Latest commit

 

History

History
38 lines (20 loc) · 927 Bytes

CHANGELOG.md

File metadata and controls

38 lines (20 loc) · 927 Bytes

MessageBox Changelog

1.0.0

  • Update all packages and migrate codebase to TypeScript + ESM
  • Remove lodash.template dependency in favor of lodash-es

0.2.7

Fix transpiling configuration to support IE11 (try again)

0.2.6

Fix transpiling configuration to support IE11

0.2.5

Fix to message merging

0.2.4

Removed deep-extend dependency to fix undefined Buffer errors

0.2.3

Removed lodash dependency in favor of deep-extend and lodash.template.

0.2.2

Updated lodash dependency to latest version

0.2.1

Switched to depending on the full lodash package. The individual lodash packages are no longer maintained and have security vulnerabilities. Properly configured Webpack should be able to "tree shake" the lodash package when building your app, so that only the needed code gets added to your JavaScript bundle.

0.2.0

Added messageBox.clone() to clone an instance