Releases: blackjackkent/RPThreadTrackerV3.FrontEnd
Releases · blackjackkent/RPThreadTrackerV3.FrontEnd
1.5.0 - Refactors and Bugfixes
What's Changed
- React query migration by @blackjackkent in #170
- Fixing highlighting of selected table rows by @blackjackkent in #173
- Fixing missing default value for page size by @blackjackkent in #174
- Webpack reboot by @blackjackkent in #177
- Add key to header modals to force remount on modal close by @blackjackkent in #180
Full Changelog: 1.4.1...1.5.0
1.4.1 - Clickable Rows
New
- Added functionality to allow users to click table rows to select them.
Updates
- Patron list updates
1.4.0 - Sponsor info and bugfixes
New
- Added link to create new GitHub issue in place of existing contact form.
- Added link to Patreon in dashboard layout and footer.
- Added info about Patreon sponsors to "About" page.
Updates
- Fixed buggy elements of dark/light theme styling.
- Fixed bug preventing rows from being deselected once they were selected.
Operations
- Added issue and pull request templates for GitHub interaction.
- Repaired Codecov connection and missing test coverage.
1.3.0 - Account Deletion Tool
New
- Added option to delete account to "Settings" screen.
Updates
- Added highlights to selected table rows.
- Fixed behavior of light/dark theme on CheckboxTable consumers.
- Persisted navbar state across site refreshes
Operations
- Fixed deployment settings in
appveyor.yml - Added path mapping support.
- Updated linting rules.
1.2.0 - Tag Management Feature
New
- Added tag management feature to Tools section.
Improvements
- Updated codebase to React 16.8 to allow use of hooks.
1.1.0 ~ Resolved Thread Duplication Bug
New
- N/A
Improvements
- Fixed a bug resulting from not clearing out queued actions during authentication refresh, causing threads to duplicate if they were created earlier in the application session.
1.0.1 - Fix For Thread Deletion Blank Screen
New
- N/A
Improvements
- Fixed a bug which was causing the application screen to blank out when users deleted or archived a thread.
1.0.0 - Dependency Updates
New
- Updated and cleaned up dependency chart for transition to GitFlow release process.
Improvements
- Removed notification message for users retrieving more than 100 threads.