Skip to content

Latest commit

 

History

History
206 lines (111 loc) · 10.1 KB

CHANGELOG.md

File metadata and controls

206 lines (111 loc) · 10.1 KB

3.0.2 (2023-08-18)

Build

  • Adjust node version in github action (21abb89)

Fix

  • Prevent using localization API before initialization (ee96c92), closes #26
  • Render the tooltip of impersonate button (822131e), closes #25

Upgrade

  • Use node 16 and adjust some packages (154ecce)

3.0.0 (2022-07-29)

Update

  • Remove EmberJS based UI Patch (0829e2e)

2.0.3 (2022-05-20)

Build

  • Adds GitHub action workflow for release (da6b148)
  • Pin nodejs engine to version 14 (f9ae934)
  • Remove CircleCI configuration (f1c6b35)
  • Update circleci image to node 14 (e972b8e)

Docs

  • Add notice for Neos 8.0 (90a17e8)
  • Add YouTube introduction (8845575)

Fix

  • Exclude package from workspace module (eec52e1)
  • Prevent session errors (c785adc)
  • Recompile assets to remove map link (d4ab9d0)

Upgrade

  • Upgrade @unikka/loginas-api to version 1.1.1 (8054028)
  • Upgrade to parcel 2 (40c7352)

2.0.2 (2021-03-09)

Build

  • Adjust branches for semantic release (8b79f47)
  • Adjust regex for release branch (bb30d5d)
  • Release 1.2.3 [skip ci] (f0bda74)

Fix

  • Adjust user menu for larger content (770905b)
  • Fix drop down alignment also for old content module (1bfb1cc)

2.0.1 (2021-03-09)

Build

Fix

  • Limit LayoutPath override to packages of Neos/Neos (c75c93b), closes #9

2.0.0 (2021-03-06)

Breaking

  • Change license from MIT to GPL-3.0 (c3c5658)

Build

  • Add compiled assets (6334212)
  • Add react-ui plugin node_modules to the git ignore list (d61c693)

Docs

  • Document the new features of the package (5757eab)

Fix

  • Remove console.log (98a14ce)
  • Remove unused action impersonateWithResponse (f68b571)

New

  • Add neos 7 as compatible version (5def263)
  • Add new react-ui extension for the user menu (a4abda0)
  • Add restore button label and some translations (1dfeb5b)
  • Add restore button title translations (40e1ca5)
  • Extract API service to own package (0c44d3f)

Upgrade

  • Update @unikka/loginas-api to version 1.1.0 (1bd425d)

1.2.3 (2021-03-09)

Build

  • Adjust branches for semantic release (8b79f47)
  • Adjust regex for release branch (bb30d5d)

Fix

  • Adjust user menu for larger content (770905b)
  • Fix drop down alignment also for old content module (1bfb1cc)

1.2.2 (2021-02-25)

Fix

  • Uncomment reload action on restore or impersonate of a user (5270191)

1.2.1 (2021-02-25)

Fix

  • Add missing javascript assets (52d45dc)

1.2.0 (2021-02-25)

Build

  • Add public JS assets and the .cache folder to git ignore (9da6929)
  • Adding prettier as dependency (7ca36a2)

Fix

  • Make the package work with neos 5.3 (b7fc59d)
  • Prevent ReadableStream as endpoint response (f67614f)
  • Prevent usage in teh media module and history module (73578b6)

New

  • Add new localisations (f1b7c53)
  • Add parcel bundler for assets (414ff66)
  • Implement backend action to impersonate users (95668ca)
  • Implement basic javascript component for the user module (1abe72f)
  • Implement user restore and add button to the user module (c52447f)
  • Override Neos.Neos Layout to generally add javascript sources (7104628)

Update

  • Adds neos 4.3 to supported versions (d6a6f8c)

1.1.0 (2020-10-28)

New

  • Ignore some file on export (d197af6)

1.0.2 (2020-08-05)

Fix

  • Prevent redirect when still in impersonate mode (407fbbe)

1.0.1 (2020-06-04)

Fix

  • Redirect to configured action (b96c86b)

1.0.0 (2020-06-04)

Build

  • Remove yarn build command from circleCI (67f98e4)

Chore

  • Optimize redirect option handling (7cde234)

Docs

  • Adding example config for redirect options (83f8484)

FEATURE

  • Adding policies for the impersonate and restore action (2d76ae3)
  • Implement Impersonate Service with controller (b111fa5)
  • Initial commit with package skeleton (2c7bc5d)

Upgrade

  • Upgrade dependencies for sematic release and commitizen (26d92d0)