Skip to content

Latest commit

 

History

History
719 lines (283 loc) · 24.8 KB

CHANGELOG.md

File metadata and controls

719 lines (283 loc) · 24.8 KB

CHANGELOG

6.4.0 (2024-08-21)

6.3.0 (2024-05-02)

Features

  • update to patched version to avoid vulnerabilities (5af5a0b)

6.2.0 (2023-08-21)

Bug Fixes

  • packages/sui-widget-embedder: update dep for security issue (882de3a)

6.1.0 (2022-06-07)

Features

  • packages/sui-widget-embedder: Bump dependencies (4ffa0ef)

6.0.0 (2022-05-11)

Bug Fixes

  • packages/sui-widget-embedder: fix webpack config for webpack 5 (463c4ec)

5.8.0 (2022-03-30)

Bug Fixes

  • packages/sui-widget-embedder: fix file import (13b3432)

Features

  • packages/sui-widget-embedder: update commander to v8.3.0 (edb1f4b)

5.7.0 (2022-03-01)

Bug Fixes

  • packages/sui-widget-embedder: Add missing alias from config (514017d)

5.6.0 (2022-02-23)

Features

  • packages/sui-widget-embedder: Remove vendor from widget embedder page config (c57420f)

5.5.0 (2022-02-10)

Bug Fixes

  • packages/sui-widget-embedder: fix rm fn to delete public folder (8443cfd)

5.4.0 (2022-02-10)

Bug Fixes

  • packages/sui-widget-embedder: prevent clean option try to remove non existant folder, because i (a68e30a)
  • packages/sui-widget-embedder: use force true instead existsSync (ee2065d)

5.3.0 (2022-02-09)

Bug Fixes

  • packages/sui-widget-embedder: Problems with production widgets (913a41a)

Features

  • packages/sui-widget-embedder: Force new release (686a9b6)
  • packages/sui-widget-embedder: Format correctly content (6f1fe8f)
  • packages/sui-widget-embedder: Remove not needed dependency (71d8c2c)
  • packages/sui-widget-embedder: Remove rimraf dependency (aee6404)
  • packages/sui-widget-embedder: Remove some not needed dependencies and simplify code (6ddd572)

5.2.0 (2022-02-02)

Features

  • packages/sui-widget-embedder: Upgrade webpack-dev-middleware dependency (c896f26)

5.1.0 (2022-01-27)

Features

  • packages/sui-widget-embedder: Use latest bundler and test dependencies (acf7a54)

5.0.0 (2022-01-27)

Bug Fixes

  • packages/sui-widget-embedder: template (d24e296)

Features

  • packages/sui-widget-embedder: add browser option ot enable dev on browser (5d3a80d)
  • packages/sui-widget-embedder: Release a new major version of widget embedder (65f0e02)
  • packages/sui-widget-embedder: Remove Service Worker option (e4d176b)

4.4.0 (2022-01-10)

Bug Fixes

  • packages/sui-widget-embedder: update webpack-dev-middleware and use bundler beta. Publish also (161bc78)
  • packages/sui-widget-embedder: webpack config for v5 (4746791)
  • packages/sui-widget-embedder: widget embedder template should use correct Widget prop (30ba5b5)

Features

  • packages/sui-widget-embedder: Bump dependencies (2def8b5)
  • packages/sui-widget-embedder: Stop using colors package and use our own helper (7d04dc8)

4.3.0 (2021-04-19)

Features

  • packages/sui-widget-embedder: remove component peer dependencies (c44f125)

4.2.0 (2021-01-22)

Bug Fixes

  • sui-widget-embedder: widgets not loading in dev mode (219dfe3)

4.1.0 (2020-12-22)

Features

  • sui-widget-embedder: Use latest and same commander version and avoid installing different versions (816d42b)

4.0.0 (2020-11-10)

Features

  • sui-widget-embedder: update README with breaking changes and migration guide (df67a6e)
  • sui-widget-embedder: use latest sui-bundler and remove deprecated options (74c14ba)

BREAKING CHANGES

  • sui-widget-embedder: Uses latest sui-bundler. Remove deprecated options. Use new jsx import.

3.15.0 (2020-09-28)

Features

  • sui-widget-embedder: remove not needed change of configuration for optimizations field (b815c8f)

3.14.0 (2020-08-05)

Features

  • sui-widget-embedder: allow a way to send a general context object (7c548a2)

3.13.0 (2020-06-17)

Bug Fixes

  • sui-widget-embedder: ensure array is flatten with NodeList (3270c5b)

Features

  • sui-widget-embedder: allow multiple containers for single Widget (30ea72e)
  • sui-widget-embedder: improve PropTypes (d3d8646)
  • sui-widget-embedder: publish new beta (21f554b)

3.12.0 (2020-05-14)

Features

  • sui-widget-embedder: support browser context in widget (efdd72a)

3.11.0 (2020-04-06)

Features

  • sui-widget-embedder: generate theme with new org name (d7d9969)

3.10.0 (2020-03-27)

Features

  • sui-widget-embedder: add new param hrefRegExp to identify the href where the widget will be do (2080ddb)
  • sui-widget-embedder: return match regex and fix lint issue (aec01e3)

3.9.0 (2020-02-05)

Features

  • sui-widget-embedder: adds a prop to show/hide widgets where URLs are non deterministic (4ed36cf)

3.8.0 (2019-11-19)

Bug Fixes

  • sui-widget-embedder: make it work without config (124dc7c)

3.7.0 (2019-09-12)

Bug Fixes

  • sui-widget-embedder: fix dev mode when page already has widgets on it (7ac3a45)

3.6.0 (2019-08-16)

Bug Fixes

  • sui-widget-embedder: add source map to minify (7af9051)
  • sui-widget-embedder: remove not needed slash (51520ed)

3.5.0 (2019-08-14)

Bug Fixes

  • sui-widget-embedder: use right file (aecfc4b)

3.4.0 (2019-05-16)

Features

  • sui-widget-embedder: add manuaCompression compatibility to widgets (b992273)

3.3.0 (2019-04-10)

Bug Fixes

  • sui-widget-embedder: problem with React Hooks (af0c609)
  • sui-widget-embedder: unresolved problem with React hooks (8ed3cd3)

3.2.0 (2019-04-10)

Bug Fixes

  • sui-widget-embedder: avoid problems with not used HMR on using widget (b26be4f)
  • sui-widget-embedder: remove localhost check for sui-widget-embedder (406a781)
  • sui-widget-embedder: remove not needed dependency (55a5ee7)

3.1.0 (2019-04-08)

Bug Fixes

  • sui-widget-embedder: add missing dependency (1db8e6a)

3.0.0 (2019-04-04)

Bug Fixes

  • sui-widget-embedder: disable linter and avoid problems on sui-bundler linter (f286b24)
  • sui-widget-embedder: get back hot reloading (d683c0f)

Features

  • sui-widget-embedder: move to hooks and disable linter to avoid problems on dev (e32ca9f)
  • sui-widget-embedder: remove not needed express dependency and upgrade some (fd0de22)
  • sui-widget-embedder: use new sui-bundler version and some tweaks (703d1e9)

BREAKING CHANGES

  • sui-widget-embedder: Yes! require cannot be mixed with imports, thus some rewriting might be needed. Also, latest sui-bundler is using babel-preset-sui that doesn't transform import/export and also some deprecated export sintaxis is not used anymore. If you're using it, check it in order to get it working.

2.9.0 (2019-04-03)

Bug Fixes

  • sui-widget-embedder: fix wrong context on using pathname.match (78dcb95)

2.8.0 (2019-04-02)

Features

  • sui-widget-embedder: add array of regex to check valid pathname (f7fccaa)
  • sui-widget-embedder: update to latest sui-bundler version (9fecbce)

2.7.0 (2019-03-11)

Features

  • sui-widget-embedder: add support for the new react context (8d5a624)

2.6.0 (2019-02-22)

Bug Fixes

  • sui-widget-embedder: update generated script (d66142c)

2.5.0 (2019-02-19)

Bug Fixes

  • sui-widget-embedder: force babelrc for widget-embedder (e3e3cc9)

2.4.0 (2019-02-14)

Bug Fixes

  • sui-widget-embedder: update load message (119495b)

2.3.0 (2019-01-22)

Bug Fixes

  • sui-widget-embedder: add some improvements (8335a3a)
  • sui-widget-embedder: avoid to define empty array (45820d5)
  • sui-widget-embedder: use normal function instead of arrow function (4f76645)

Features

  • sui-widget-embedder: allow to add a blacklist of reg exps (cd38682)

2.2.0 (2019-01-03)

Bug Fixes

  • sui-widget-embedder: change the way the config is loaded (3fb04d2)

2.1.0 (2019-01-03)

Bug Fixes

  • sui-widget-embedder: add serial build error handling (e31d6f7)

2.0.0 (2018-12-18)

Bug Fixes

  • sui-widget-embedder: avoid forcing config and make it optional (10d3290)
  • sui-widget-embedder: by default, aim all the pages if no regExp is provided (7d23a7a)
  • sui-widget-embedder: fix blank space (14d1fb0)
  • sui-widget-embedder: fix missing phrase (ab3bb64)
  • sui-widget-embedder: fix templates to generate widgets (41cc665)
  • sui-widget-embedder: fix typo (dd0bafd)
  • sui-widget-embedder: fix wrong comment for CLI (a5013ea)
  • sui-widget-embedder: more resilient removing of plugin and reuse functionality (fc2b9d7)

Features

  • sui-widget-embedder: add address parameter (07bfe40)
  • sui-widget-embedder: remove not needed packages (e769ce9)
  • sui-widget-embedder: remove proxy functionality (2566af0)
  • sui-widget-embedder: show better console output to use widgets and fix no config (af7b8d1)
  • sui-widget-embedder: use new pages folder instead widgets (930c648)
  • sui-widget-embedder: use pages instead widgets folder name (3cb0b98)

BREAKING CHANGES

  • sui-widget-embedder: Now, the expected folder is pages instead widgets, as the widgets are inside pages.
  • sui-widget-embedder: Proxy functionality removed to simplify development process and lifecycle

1.26.0 (2018-12-12)

Bug Fixes

  • sui-widget-embedder: set unique jsonpFunction to avoid collisions (0b33d8e)

1.25.0 (2018-12-05)

Bug Fixes

  • sui-widget-embedder: disable zindex optimization on cssnano (d5edd36)

1.24.0 (2018-11-19)

Bug Fixes

  • sui-widget-embedder: remove undefined vendor from webpack's config (1040d4c)

1.19.0 (2018-11-15)

Bug Fixes

  • sui-widget-embedder: update files to load (2586020)

Features

  • sui-widget-embedder: update entry point to always be app (7c688b2)

1.18.0 (2018-10-31)

1.17.0 (2018-10-31)

Features

  • sui-widget-embedder: update bundler version and remove webpack dependency (79c8077)

1.16.0 (2018-10-25)

Bug Fixes

  • sui-widget-embedder: update bundler version in order to avoid multiple webpack runtimes collisi (975e0df)

1.15.0 (2018-10-03)

Bug Fixes

  • sui-widget-embedder: add ending slash to path (c136698)
  • sui-widget-embedder: added CORS header for dev server (e3bdbed)

Features

  • sui-widget-embedder: update dev widget server path (c8f3836)

1.14.0 (2018-03-15)

Bug Fixes

  • sui-widget-embedder: ad a / on the remoteCDN publicPath to avoid import errors (985d742)

1.13.0 (2018-03-15)

Features

  • sui-widget-embedder: implement the remoteCDN on publicPath for chunking purposes. (dab1a2e), closes #228

1.11.0 (2018-03-01)

Bug Fixes

  • sui-widget-embedder: fix lint errors (0f25954)
  • sui-widget-embedder: linting errors (f0b7411)

Features

  • sui-widget-embedder: add help texts, splitted file templates and added some explanations to th (9102bae), closes #213
  • sui-widget-embedder: added first file (1f1085f)
  • sui-widget-embedder: added package-json modifier to add a new start script (123a8a1)
  • sui-widget-embedder: added some docs to the readme (9787d0f)
  • sui-widget-embedder: added sui widget embedder main file (ef3b169)
  • sui-widget-embedder: core files created and tested successfully (6ddd44a)
  • sui-widget-embedder: created base generator code taking as an example the sui-studio-generate (c0fbca7)
  • sui-widget-embedder: pr changes, created const variable (25f86e5)

1.10.0 (2018-02-15)

Features

  • sui-widget-embedder: enforcin utf-8 enconding to dismiss encoding errors on some sites. (5bd9a09)
  • sui-widget-embedder: enforcin utf-8 enconding to dismiss encoding errors on some sites. (c827d9d)

1.9.0 (2018-02-14)

Features

  • sui-widget-embedder: added service worker cdn (d329378)
  • sui-widget-embedder: changed fallback to remoteCDN instead to config.remotecdn (65d7c9e)

1.8.0 (2017-12-22)

Features

  • sui-widget-embedder: added remoteCdn option on build command to allow us to add custom CDN url (8134b1c)

1.7.0 (2017-12-12)

Features

  • sui-widget-embedder: add sw to precache assets (4b7909e)

1.6.0 (2017-12-11)

Bug Fixes

  • sui-widget-embedder: downloader doesnt load in localhost (b0209a9)

Features

  • sui-widget-embedder: use several pages at the same time (0f6ab67)

1.5.0 (2017-12-11)

Features

  • sui-widget-embedder: Changed innerHTML by appendChild to avoid selector childs to be rewritted and event (c35a4d8)

1.4.0 (2017-11-29)

Bug Fixes

  • sui-widget-embedder: be able navigate from a login page (bbac050)

1.3.0 (2017-11-03)

Features

  • sui-widget-embedder: pass a static pathname to the cli to avoid the reverse proxy (0166111)

1.2.0 (2017-10-24)

Bug Fixes

  • sui-widget-embedder: move @s-ui/bundler to pro deps (8c8cffc)

1.1.0 (2017-10-24)

Bug Fixes

  • sui-widget-embedder: apply PR comments (ef9e955)
  • sui-widget-embedder: donwloader avoid load assets in localhost (e1d5ca1)
  • sui-widget-embedder: fix css load (019420e)
  • sui-widget-embedder: load assets only when there is a match (5a38d47)

Features

  • sui-widget-embedder: build all pages automagicaly (daf3ddc)
  • sui-widget-embedder: create donwloader.js with the manifests of the assets (856eae3)
  • sui-widget-embedder: created Widgets components (2a929fd)
  • sui-widget-embedder: first commit (447917f)