Skip to content

Releases: mrliptontea/PurpleMine2

v2.16.2

20 Nov 13:04
Compare
Choose a tag to compare

What's Changed

  • Fix calendar display with Redmine 5.1 by @cypx in #270

New Contributors

  • @cypx made their first contribution in #270

Full Changelog: v2.16.1...v2.16.2

v2.16.1

11 Oct 11:04
bc5965a
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.16.0...v2.16.1

v2.16.0

14 May 20:43
69821b6
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.15.0...v2.16.0

v2.15.0

23 May 20:01
Compare
Choose a tag to compare
  • Updated styles for Redmine 4.2.
  • Merged #225 (via #228): improved documents styles.

v2.14.0

27 Jan 18:01
Compare
Choose a tag to compare
  • Merged #220: fixed drag & drop behavior.

v2.13.0

26 Sep 13:01
Compare
Choose a tag to compare
  • Replaced node-sass with sass.
  • Resolved issues with inline-svg function in Node 14.x.

v2.12.1

11 Aug 22:29
Compare
Choose a tag to compare

Fixes:

  • Fixed #204 - missing context menu icons in Easy WBS plugin.

v2.12.0

01 Aug 14:41
Compare
Choose a tag to compare

Fixes:

  • Fixed #196 and #199: text wrapping in certain column types.
  • Merged #203: fixed pagination overlapping wiki content.

v2.11.0

08 May 22:40
Compare
Choose a tag to compare

Fixes:

  • Fixed #179: full screen mode issues when using redmine_wysiwyg_editor plugin.
  • Fixed #177: changed styling for icon-only buttons to resolve weird behavior on hover.
  • Fixed checkbox cell padding when issue table borders are enabled.
  • Added table icon to jstoolbar styles.
  • Added new .inline-flex class.

New:

  • Added $icon-width variable.
  • Added margin in some places like after buttons, avatars.
  • Changed tooltip background to black.
  • Changed top menu styles.
  • Restored $color-priorities variable, false by default.
  • Added parse-length($value, $side) function for extracting length/width from margin/padding/border.
  • Refactored icons code.
  • Improved styles for RedmineUP plugins (Agile, Checklists, CRM, Tags).
  • Improved vertical alignment of certain form elements.
  • Improved styles for sortable elements.
  • Improved styles for Redmine Banner plugin. #189.

The most notable change in this release is custom styles for Redmine Agile plugin. It can be disabled by setting $agile-board-customize: false in your custom variables file.

See a comparison below (note: issue cards are white by default; custom colours are a PRO feature):

Before After
Redmine Agile before Redmine Agile after

v2.10.2

09 Apr 14:38
Compare
Choose a tag to compare

Fixes:

  • Fixed #175: couldn't edit note when it's URL target.
  • Improved styling of some inline edit forms.