Releases: mrliptontea/PurpleMine2
Releases · mrliptontea/PurpleMine2
v2.3.0
Fixes:
- Fixed #107: styling for nested lists in the sidebar via Additionals plugin.
v2.2.0
v2.1.1
Fixes:
- Fixed sidebar toggler style when fixed layout is enabled
- Fixed contextual dropdown padding in mobile view
v2.1.0
Fixes:
- Fixed styling of some flash messages
- Fixed horizontal scrollbar appearing when sidebar is on the right
- Fixed footer being mispositioned in Agile charts
- Fixed positioning of admin menu icons for some plugins
- Fixed #93: Agile chart expanding indefinitely when Additional "Go to top" link is enabled
- Fixed #94: subtasks indentation
New:
- Added CSS grid layout support (off by default because of IE support)
- Improved support for Redmine Tags plugin
- Added separator line between news on the news list
- Improved progress bar styling, avatar positioning, WYSIWYG button styling, wiki preview font sizes
v1.11.0
Backported fixes from v2
Fixes:
- Fixed #89: RM+ custom menu breaking the layout
- Fixed #90: regression in some sidebar layouts
- Fixed #93: Agile chart expanding indefinitely when Additional "Go to top" link is enabled
- Fixed #94: subtasks indentation
- Fixed styling of some flash messages
- Fixed horizontal scrollbar appearing when sidebar is on the right
- Fixed footer being mispositioned in Agile charts
- Fixed positioning of admin menu icons for some plugins
New:
- Improved support for Redmine Tags plugin
- Added separator line between news on the news list
- Improved Redmine 4.0 compatibility
- Updated Font Awesome icons to 4.7.0
v2.0.2
Fixes:
- Fixed #89: RM+ custom menu breaking the layout
v2.0.1
v2.0
New:
- Refreshed, modernized look & feel: new default fonts, more borderless, buttons looking more like buttons, improved color palette.
- Added priority icons.
- Improved Redmine 4.0 compatibility.
- Always use Font Awesome icons.
- Updated Font Awesome icons to 4.7.0.
Removed:
- Removed
$color-priorities
setting and styles - it was bad for accessibility, priority icons should help.
Migration guide:
- There are a lot of potentially backward incompatible changes, so if you find something you struggle with, please report an issue.
- Approximate gray color translation cheatsheet:
$gray-darkest → $gray-950 $gray-darker → $gray-900 $gray-dark → $gray-800 $gray → $gray-700 $gray-light → $gray-600 $gray-lighter → $gray-400 $gray-lightest → $gray-100
- Priority icons and their colors are defined as a map, custom ones should be defined by overriding
$priority-custom-icons-map
.
v1.10.0
v1.9.0
New:
- Merged #43: fixes for Redmine 3.3.2.devel
- Support for responsive menu and further changes for Redmine 3.3.2.devel (fixes #26)
- Improved styles for custom flash messages in wiki content (e.g. for WikiNG plugin)
- Introduce project tiles on projects list page (enabled by default, can be switched off by setting
$use-project-tiles
tofalse
) - Merged #49: German translations
- Redmine 4.0 support
Fixes:
- Fixed #42: override some styles from RM+ plugins
- Fixed #44: adjust width of the label column on the login form
- Fixed #50: printed content on second page onwards was missing in Firefox
- Fixed #51: a plugin dropdown in top menu could be too narrow
- Fixed #52: delete watcher icon in the sidebar was missing
- Fixed #54: long checkbox lists will be scrollable
- Fixed #62: anchors won't scroll the page
- Fixed #69: fixed "remember me" checkbox layout on login page
- Fixed #78: files not visible on list in wiki when there is a lot of them
- Fixed #81: top watchers checkboxes were not visible on Firefox
- Fixed #83: editor tabs layout in Redmine 4.0
Changes:
- Removed
checkbox
andradio
mixins in favour ofcheck