Skip to content

Latest commit

 

History

History
252 lines (138 loc) · 7.4 KB

CHANGELOG.md

File metadata and controls

252 lines (138 loc) · 7.4 KB

Change Log

6.0.3

Patch Changes

  • 8f5d01a: Fixed build issues with client server config

6.0.2

Patch Changes

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

6.0.1

Patch Changes

  • 5f0ed6d: Fixed invalid component utils registration that was implemented in previous major version.

6.0.0

Major Changes

  • 6d92917: Added UserAgent registration to ComponentUtils, you can remove this registration in your bind.js

5.0.1

Patch Changes

  • 754bc73: Update dependency platform v1.3.6+

5.0.0

Major Changes

  • 192d82e: IMA@19 compatibility fixes

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

5.0.0-rc.5

Patch Changes

  • 5717869: Added $dependencies typing comments for TS apps

5.0.0-rc.4

Patch Changes

  • 6d47aaa: Side effects notation from package.json

5.0.0-rc.3

Patch Changes

  • d08218b: Added type declarations generated from JSdoc

5.0.0-rc.2

Patch Changes

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

5.0.0-rc.1

Patch Changes

  • 37c3f2f: Udpated dependencies to support RC ima versions

5.0.0-rc.0

Major Changes

  • 192d82e: IMA@19 compatibility fixes

4.0.1

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

4.0.0

Major Changes

  • fb1a51e: Migrated packages to pure esm modules
  • 5149e99: Added additional CJS builds to npm dist directory
  • 1256647: Add support for IMA 18, Node 18 and npm 8

Minor Changes

  • 0b81d28: npmignore revert logic, add missing npmignore apply pluginLoader update ima peer deps refactor plugin register functions, remove exports for ima17

Patch Changes

  • 431ad38: Fixed node config packages
  • 1c61a6d: Automatic JSX runtime, deps update
  • d0f1969: Fixed invalid package.json entry points
  • f7fe41d: Updated to latest version of plugin-cli
  • 15e981a: Updated plugin-cli to latest version
  • df68488: All plugin maintenance relase
  • 113952b: Preventive update after master merge
  • 9bf6acf: @ima/plugin-cli version bump
  • 1a6651d: Migrated to react-page-renderer

4.0.0-rc.11

Patch Changes

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

4.0.0-rc.10

Patch Changes

  • 1c61a6d: Automatic JSX runtime, deps update

4.0.0-rc.9

Patch Changes

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

4.0.0-rc.8

Patch Changes

  • 15e981a: Updated plugin-cli to latest version

4.0.0-rc.7

Patch Changes

  • 1a6651d: Migrated to react-page-renderer

4.0.0-rc.6

Patch Changes

  • 431ad38: Fixed node config packages

4.0.0-rc.5

Patch Changes

  • f7fe41d: Updated to latest version of plugin-cli

4.0.0-rc.4

Major Changes

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

4.0.0-rc.3

Patch Changes

  • d0f1969: Fixed invalid package.json entry points

4.0.0-rc.2

Major Changes

  • fb1a51e: Migrated packages to pure esm modules

4.0.0-rc.1

Minor Changes

  • 0b81d28: npmignore revert logic, add missing npmignore apply pluginLoader update ima peer deps refactor plugin register functions, remove exports for ima17

4.0.0-rc.0

Major Changes

  • 1256647: Add support for IMA 18, Node 18 and npm 8

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

3.1.1 (2022-01-11)

Note: Version bump only for package @ima/plugin-useragent

3.1.0 (2022-01-10)

Bug Fixes

  • 🐛 set containerSelector to response for widget props (#47) (228048e)

Features

  • 🎸 add node16 and npm7 support (#49) (16fcc0e)

3.0.2 (2021-03-22)

Note: Version bump only for package @ima/plugin-useragent

3.0.1 (2020-06-22)

Note: Version bump only for package @ima/plugin-useragent

3.0.0 (2020-06-08)

Features

  • 🎸 Unified build and release process via rollup and lerna (df277ce)

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

2.0.1 - 2020-02-19

Changed

  • FIXING PREVIOUS VERSION (2.0.0) which was accidentally released without all desired changes because a problem during releasing it.

2.0.0 - 2020-02-18

Changed

  • DO NOT USE THIS VERSION - there was a problem during releasing this version which caused that this version was released without all desired changes - it is fixed in the next version (2.0.1) of this plugin. Original text of this version: SznProhlizec (Seznam prohlížeč/sBrowser) - browser from the Seznam.cz (https://www.seznam.cz/prohlizec/) - is newly recognized and parsed correctly. The getName() method now returns the SznProhlizec string and the getVersion() method returns the version of the SznProhlizec in a string. Previously the SznProhlizec was parsed as a different browser depending on where the SznProhlizec runs (desktop, Android app, iOS app) - e.g. the actually newest SznProhlizec version 7.3 on iPhone XR with iOS 13.3.1 was parsed as really old Safari 8 - this wrong parsing of the SznProhlizec could cause some errors and problems in this browser in functionality which depends on browser and its version.

2.0.0 - 2020-02-18

Changed

  • SznProhlizec (Seznam prohlížeč/sBrowser) - browser from the Seznam.cz (https://www.seznam.cz/prohlizec/) - is newly recognized and parsed correctly. The getName() method now returns the SznProhlizec string and the getVersion() method returns the version of the SznProhlizec in a string. Previously the SznProhlizec was parsed as a different browser depending on where the SznProhlizec runs (desktop, Android app, iOS app) - e.g. the actually newest SznProhlizec version 7.3 on iPhone XR with iOS 13.3.1 was parsed as really old Safari 8 - this wrong parsing of the SznProhlizec could cause some errors and problems in this browser in functionality which depends on browser and its version.

1.0.0 - 2019-11-28

Removed

  • BREAKING CHANGE! IMA.js v16 and lower is no longer supported, you need to upgrade to IMA.js v17+