Releases: hasan-ozbey/flarum-diff
Releases · hasan-ozbey/flarum-diff
1.1.2
1.1.1
- Fix diff dropdown was closing after clicking on a deleted revision on pages those created by other extensions.
1.1.0
- Fix tooltips won't disappear on Firefox. (issue #27)
- Fix empty alert message appears after rollbacking to / deleting revision. (issue #28)
- Fix
.LoadingIndicator-container
creates a blank space inside theDiffModal
component. (issue #29) - Fix
$scrollParent is not defined
while scrolling through diff list. (issue #31)
1.0.9
- Pull commits from @imorland's incredible fork (I'd like to also send a shout out to @askvortsov1 and @davwheat).
Noticed some issues on this release, work-in-progress.
1.0.8
- Remove deprecated
GetModelRelationship
event related parts.- Thus, it requires Flarum 0.1.0-beta.13
- Apply StyleCI and Prettier fixes.
1.0.7
- Integration with
kvothe/reply-to-see
extension. - Add more vendor prefixes into less files.
1.0.6
- Update version constraints for Flarum 0.1.0-beta.13.
1.0.5
- Fix a SECURITY related issue which arises when you disable text formatting for previews.
- Fix "Options" should be hidden for last revision if it's the only non-deleted revision. (issue #8)
- Fix tooltip color for deleted revisions. (issue #9)
- Fix can't render new lines if you disable text formatting for previews. (issue #10)
1.0.4
- Fix zeroth revision (original content) gets wrong actor when post edited by another user.
- Fix post owners can't delete or rollback to revisions made by another user.
- Fix misaligned grid and flex layouts for IE.
- Fix tooltips won't appear on disabled buttons.
- Fix some strings can't be translated to other languages properly. (issue #7)
- Fix mislabeled tooltips for fa-eye and fa-columns icons when you switch to any revision from zeroth revision and vice versa.
1.0.3
- Drop
s9e/text-formatter ^2.3.7
requirement forflarum/core < beta 12
- Update dist files.