Skip to content

Releases: neos/redirecthandler-ui

2.3.0

07 May 10:09
fd6245a
Compare
Choose a tag to compare

FEATURE: New layout for redirect form and filters

TASK: Improve redirect validation error feedback
TASK: Use native json response functionality
TASK: Replace an entered asterisk with an empty value
TASK: Color code redirect state
TASK: Switch to building app with yarn and parcel
TASK: Code cleanup

BUGFIX: Catch translation errors

Changes since 2.2.2

2.2.2

28 Apr 13:50
235d35d
Compare
Choose a tag to compare

BUGFIX: CSV export in Neos 5.x

Changes since 2.2.1

2.2.1

04 Feb 08:06
b4a1cae
Compare
Choose a tag to compare

BUGFIX: Module icon not shown in module overview and breadcrumb
BUGFIX: Colors in import protocol were missing

Changes since 2.2.0

2.2.0

03 Dec 11:47
0a232a5
Compare
Choose a tag to compare

FEATURES:

  • Focus source uri field after adding a redirect
  • Keep selected status code after adding a redirect
  • Disable autocomplete/suggest/capitalize/correct in uri fields

FIXES:

  • Allow clearing start and enddate
  • Prevent duplicates in host options dropdown
  • Prevent error in Safari when setting start or enddate
  • Improved handling of timezones in start and enddate

Changes since 2.1.0

2.1.0

11 Nov 08:20
50209f2
Compare
Choose a tag to compare

Release 2.1.0

New features:

  • Keep pagination state when editing redirects
  • Allow underscores in source uri by default
  • Give list of configured domains from site management as selection in host field

Bugfixes:

  • Source uri tooltip layout was broken in edit form

Changes:

  • Simplified code for CSV export
  • Introduce prettier for code style
  • Use React context to reduce code complexity

Detailed changelog: 2.0.3...2.1.0

2.0.3

18 Sep 14:29
4e5d716
Compare
Choose a tag to compare
Merge pull request #24 from neos/bugfix/prevent-empty-list

BUGFIX: Prevent empty list with preselected code/type

2.0.0

02 Sep 10:24
55aacd9
Compare
Choose a tag to compare

Release 2.0.0

New features:

  • New react based UI for managing redirects
  • Search, filtering & sorting for redirects
  • Configurable filter preset for type and statuscode
  • Basic validation for adding and editing redirects
  • Supports new fields start- & enddate, comment, creator, type
  • Allow import & exporting redirects via the UI
  • Importprotocol
  • Replaced fluid with fusion rendering
  • Dependency on Neos 4.3 or 5.x

Changes:

  • Type hints & code style improvements
  • Updated readme

Detailed changelog: 1.2.0...2.0.0

1.2.0

10 Jul 16:37
0330d85
Compare
Choose a tag to compare
Merge pull request #7 from webexcess/migrate-to-core

TASK: Migrate package to Neos core