Skip to content

Releases: FriendsOfREDAXO/bloecks

3.0.1

11 Feb 15:05
a940153
Compare
Choose a tag to compare

php: '>=7'

3.0.0

02 Mar 23:06
Compare
Choose a tag to compare

Features

This releases provides REDAXO 5.10 compatibility. Since online/offline status of slices is now implemented into the core system, blÖcks doesn’t need to provide this feature any more.

Breaking changes

Status plugIn has been disabled for REDAXO >=5.10. In case you’ve built custom functions on top of this plugIn, they will most likely break.

2.1.2

21 Feb 22:37
Compare
Choose a tag to compare

Bugfixes

2.1.1

31 Oct 09:12
Compare
Choose a tag to compare

Bugfixes

  • Fix sourcemaps flow: do NOT generate for production (messed this up before, sry)
  • Fix release flow

2.1.0

31 Oct 08:44
Compare
Choose a tag to compare

Features

  • Grunt: implement production workflow and use it for releases

Bugfixes

  • Fix missing sourcemaps (#79)

2.0.1

27 Sep 08:09
Compare
Choose a tag to compare

Bugfixes

  • Fix dropdown layer issues on hover (#80)

2.0.0

20 Sep 09:33
Compare
Choose a tag to compare

Features

  • Offline blocks are now painted greyish and show a marker which makes them easier to distinguish from online blocks. (#73)
  • No system message is displayed when the status of blocks has changed, since the visual feedback is now sufficient. (#73)
  • Status icons no longer show the current status, but the target status: click on the crossed-out eye to set a block offline, and on the seeing eye to set it online. (#73)
  • Scroll page to current block after drag and drop
  • Improved drag and drop styles
  • Revised the documentation
  • Updated AddOn and PlugIn pages to show the documentation (#35)
  • Used English as primary language

Breaking changes

CSS styles have been changed and may not work as expected, if you are using a custom theme for your REDAXO backend! Without custom theme, there shouldn’t be any breaking changes.

1.4.2

15 Jul 19:32
Compare
Choose a tag to compare

Bugfixes

  • Anfasser-Markierung (Handle) für Drag & Drop korrigiert (#71)

1.4.1

14 Jul 15:10
Compare
Choose a tag to compare

Bugfixes

  • Positionierung der Blöcke bei Drag & Drop korrigiert (#68)
  • Fehler beim Cut & Copy bei aktiviertem structure/version-Plugin korrigiert (#69)
  • Fehler beim Drag & Drop bei aktiviertem structure/version-Plugin korrigiert (#70)

1.4.0

19 May 18:44
Compare
Choose a tag to compare

Features

  • Artikel aus der Zwischenablage werden innerhalb der Auswahl »Block hinzufügen« nun oben statt unten angezeigt (#56).
  • Der Status eines Blocks wird beim Einfügen übernommen (#45).
  • UI für Drag & Drop angepasst: Anfasser und Schatten (#34).

Bugfixes

  • Fehlendes visuelles Feedback bei ausgeblendeten Blöcken (#42)
  • Drag & Drop plugin zeigt Move-Cursor auch dann, wenn Nutzerrechte fehlen (#60)
  • Verschiedene kleine Bugfixes