Releases: CaptainFact/captain-fact-frontend
Releases · CaptainFact/captain-fact-frontend
Release 0.8.12
Features
- OpenGraph service
- Set video origin filter to
All videos
by default - Show if video was added by a user / partner on video card
- [#155] Add video form: Accept url as URL param (
/videos/add?url=xxx
)
Improvements
- Fixed French / English translations (thanks @spidersouris!)
- Softer daily limitations
- Softer privileges (requires less reputation)
- Updated dependencies
Fixes
- Fix chat button right border (was doubled)
Dev
- Added tests for store and test helpers
Release 0.8.11
Release 0.8.10
Features
- Add a new filter on partner's videos
- Add a link to Discord server on video page
- Add locale to invitation requests (to send mail in the correct language)
Improvements
- Allow for 255 characters in comments
- Allow for 255 characters in statements
Misc
- Add Ambassadors Discord link to help pages
- Minor help updates
Dev
- Migrate to Webpack (and remove brunch) (@NGambini)
- Add ESLint
- Thanks to Webpack, all resources are now versioned using a hash
- CSS is now minified
Many thanks to @NGambini for the Webpack migration!
Release 0.8.7
Features
New moderation interface
New flag types
Show Pending moderation
on reported comments
Show Irrelevant
flag directly on comment's actions
Misc
- Add contribution guidelines
Improvements
User profile page responsiveness and minor re-styling
Misc
- Global responsiveness improvements on pages using
container
- Update help pages
- Add user name in profile page title (thanks to @NathanHaim)
Release 0.8.6
Features
- Use video title in page title
- Use speaker name in page title
Improvements
- Update bulma to last version, which bring some graphical improvements on multiple components
- Update react-player to last version
- Show error on user's profile when not found
- Made "Show answers" link more visible
- Reduce required reputation for moderation (200)
- Improve "Add first statement" help message
- Lot of code refactor
- Minor optimizations regarding icons
Fixes
Release 0.8.3
Features
- Add collective moderation interface (thanks to @NGambini 🎉)
- Put reputation guards to hide actions if not available for the user
- Edit speaker
- Remove speaker
- Edit statement
- Remove statement
- Restore entity from history
- Add video
- Edit video
- Add statement (from speakers list)
- New browser extensions page
Improvements
- Update user when showing own profile
- Replace all links to Gitter by Discord in help
- Use an icon for logout instead of text
- Update dependencies
- Add PGP key to bug report help pages
- Show more details about what is deleted when deleting account
Bug fixes
- Fix some typos in help
- Fix sourced comments responsiveness
- Fix a crash with deleted user's history actions - we now show
Deleted user
(action are anonymized) - Hide "Show fullscreen" button on source's players
- Fix #83 by only showing an error if field is modified
Release 0.8.2
Improvements
- Enforce strict redirect for Facebook OAuth
- Fix typos in help pages
- UI improvements
- Remove "in New Caledonia" on homepage as team is now dispatched
- Show "Add to thread" instead of "Reply" on self comments
- (French) Show "J'approuve" instead of "Confirmer" (it was error-prone for users)
- Improve comment display
- Improve comment form quoted reply display
- Invert approve / refute columns and buttons positions
- Use more neutral colors for presence indicators (primary + neutral)
Tests
- Added some snapshot tests
Release 0.8.1
Release 0.8.0
Minor bug fixes, host image on DockerHub and add dev configs for 0.8 API
Release 0.7.9
Improvements
Styling
Comments + sources
- Use smaller users pictures
- Use new space to increase comment stack max size up to 6 levels instead of 4
- Show users comments above source, in a speech bubble
Statements
- Bigger edit / remote / history / share actions icons
- Statements text more compact on mobile
Production
- Bundle translations directly in JS
- Add a warning if javascript is disabled
- Optimize fonts import order
- Add charset header
- Add
Vary: Accept-Encoding
header
Fixes
- Fix a bug with videos embedded inside comments being too large on small devices
Tested on Chrome, Firefox, IE, Edge and Opera. Not tested on Safari