Skip to content

Releases: flownative/neos-workspace-preview

v2.1.2

02 Jun 07:04
4bd4cd5
Compare
Choose a tag to compare

What's Changed

Full Changelog: v.2.1.1...v2.1.2

v.2.1.1

30 May 18:25
6661b2c
Compare
Choose a tag to compare

What's Changed

  • Build(deps): Bump color-string from 1.5.3 to 1.9.0 in /Resources/Private/JavaScript/LinkView by @dependabot in #28
  • Build(deps): Bump shelljs from 0.8.3 to 0.8.5 in /Resources/Private/JavaScript/LinkView by @dependabot in #24
  • Build(deps): Bump url-parse from 1.5.1 to 1.5.3 in /Resources/Private/JavaScript/LinkView by @dependabot in #22
  • Build(deps): Bump tar from 4.4.10 to 4.4.19 in /Resources/Private/JavaScript/LinkView by @dependabot in #21
  • Build(deps): Bump path-parse from 1.0.6 to 1.0.7 in /Resources/Private/JavaScript/LinkView by @dependabot in #20
  • TASK: Update JS components by @kdambekalns in #29
  • Build(deps): Bump async from 2.6.3 to 2.6.4 in /Resources/Private/JavaScript/LinkView by @dependabot in #34
  • Build(deps): Bump url-parse from 1.5.4 to 1.5.10 in /Resources/Private/JavaScript/LinkView by @dependabot in #33

Full Changelog: v2.1.0...v.2.1.1

v2.1.0

21 Jan 13:56
94e1d17
Compare
Choose a tag to compare

What's Changed

  • Bump acorn from 6.3.0 to 6.4.1 in /Resources/Private/JavaScript/LinkView by @dependabot in #4
  • Bump websocket-extensions from 0.1.3 to 0.1.4 in /Resources/Private/JavaScript/LinkView by @dependabot in #5
  • Bump elliptic from 6.5.1 to 6.5.3 in /Resources/Private/JavaScript/LinkView by @dependabot in #8
  • Bump lodash from 4.17.15 to 4.17.19 in /Resources/Private/JavaScript/LinkView by @dependabot in #7
  • TASK: Use modern API to copy to clipboard by @kdambekalns in #25
  • TASK: Redirect after token (re-)generation by @kdambekalns in #26
  • TASK: Reliably close dropdown on link copy by @kdambekalns in #27
  • TASK: Neos 7 support by @jobee in #23

New Contributors

Full Changelog: 2.0.1...v2.1.0

2.0.1

16 Jun 12:00
ece8b6f
Compare
Choose a tag to compare
Merge pull request #18 from flownative/dependabot/npm_and_yarn/Resour…

…ces/Private/JavaScript/LinkView/browserslist-4.16.6

Build(deps): Bump browserslist from 4.7.0 to 4.16.6 in /Resources/Private/JavaScript/LinkView

1.4.2

16 Jun 12:33
54d26ee
Compare
Choose a tag to compare
BUGFIX: Rename ConverUrisImplementation to Convert…

This makes the code match the documentation as well as accepted
spelling rules. :)

Neos 5.0 compatibility

16 Oct 09:19
1b9c785
Compare
Choose a tag to compare
  • FEATURE: Neos 5 support (#6)

1.4.0...2.0.0

1.4.1

16 Jun 11:56
de56c60
Compare
Choose a tag to compare
Merge pull request #7 from flownative/dependabot/npm_and_yarn/Resourc…

…es/Private/JavaScript/LinkView/lodash-4.17.19

Bump lodash from 4.17.15 to 4.17.19 in /Resources/Private/JavaScript/LinkView

Feature release with translations for backend

17 Sep 07:41
d1468cf
Compare
Choose a tag to compare
Merge pull request #1 from bwaidelich/feature/some-tweaks

FEATURE: Some tweaks and improvements

Bugfix release

16 Sep 09:33
f5f99d7
Compare
Choose a tag to compare
1.3.1

Update HashTokenCommandController.php

Command to create token for all internal and private workspaces

16 Sep 08:00
f7faece
Compare
Choose a tag to compare
FEATURE: Command to create token for multiple workspaces

The new `createForAllPossibleWorkspaces` command will create and output
token for all existing private and internal workspaces. Not for personal
workspaces though.