Releases: aeternity/superhero-ui
v0.3.0
0.3.0 (2020-11-19)
Release highlights
This release includes a new fresher look in the feed, introducing richer content previews with play-able videos and sound. We also have fixed several bugs and made small changes to the UI.
Changelog
Bugfixes 🐞
Features ✨
- Tips rich preview (#806)
- User preview cards on avatar hover (#814)
- User settings for allowing/disallowing 3rd party content (#867)
Maintenance 🚧
- Remove unnecessary promise-polyfill package (#862)
- PlayButton: Avoid dynamic import (#863)
- Don't use event bus in several cases (#817)
- Allow to connect to testnet using .env.e2e (#874)
- Refactor MessageInput and SendComment (#876)
- SendTip: Remove extra submit handler (#875)
- Refactor comments (#864)
- Don't make wallet initialisation depend on backend fetching and related refactoring (#844)
- Remove extra eslint-disable (#884)
Other changes💡
v0.2.1
v0.2.0
0.2.0 (2020-10-15)
Release highlights
Migrate to a new backend for a faster and better experience. Preparation for fungible tokens support.
Changelog
Bugfixes 🐞
Maintenance 🚧
- Refactor TipTitle component (#845)
- Increase iframe wallet timeout, add a button to enable it manually (#843)
- Infrastructure and functionality prepare for Fungible Tokens & Direct Tipping (#842)
- utils: Remove default export, simplify path (#841)
- vue cli: Drop @ alias (#840)
- Use vue-cli to switch prod and test configs (#837)
Other changes 💡
- User profile design adjustments (#834)
v0.1.15
v0.1.14
0.1.14 (2020-10-06)
Release highlights
This release includes mainly bug fixes and changes to the UI so it is more consistent across different components.
Changelog
Bugfixes 🐞
- TipRecord: send report doesn't work if the user is not logged in (#782)
- Avoid redundant navigation to current location TipRecord, TipComment (#777)
- Three dot menu Claim not working with integrated wallet (#764)
- The scrolled position is lost if you click on other navigation, then click
Tips
in navigation (#715) - The updating of the profile image is broken (#773)
- Scrolling of tips doesn't work properly(#758)
- TipList: remove duplicate TipsPagination (#762)
- Fix: scrolling issues (#763)
- Fix: Minor bug in nested comments (#785)
- Fix: Tip amount display for tips with no preview generated (#803)
- Fix: FAQ collapse sections (#811)
- Fix: Overlapping
...
menu (#812)
Features ✨
- Spanish translation (#786)
Maintenance 🚧
- Fix errors, warning on init load (#759)
- Update SDK to 7.7.0 (#761)
- Update dependencies (#757)
- Extract constants (#768)
- Refactoring (#771 && #793)
- eslint: force pascalCase across components (#775)
- Change prop type in Link component (#776)
- Disable wallet from hidden iframe on mobile (#820)
Other changes💡
v0.1.13
0.1.13 (2020-08-17)
Release highlights
This release introduces an integrated wallet in the right section of the superhero UI. It allows users to start using the superhero platform without having an extension installed or go switching back and forth between tabs to confirm signatures of actions in their web wallet.
Some improvements to the web-wallet communication were put in place as well.
Changelog
Bugfixes 🐞
- Display whole sized search icon (#718)
- Hotfix meet bug (#722)
- TipComments: Get rid of infinite fetch loop (#736)
Features ✨
- Integrated Web-Wallet (#528)
Maintenance 🚧
- TipRecord: Avoid extra rerendering (#712)
- TipRecord: Simplify condition (#711)
- Add on Aepp disconnect event (#710)
- Avoid wrapping of RouterView with KeepAlive (#708)
- Refactor layout components for the integrated wallet support (#720)
- Refreshed integrate wallet into UI (#721)
- Maintenance page fixes (#726)
- Refactor TipList page (#727)
- Dispose jitsi instance after page leave (#730)
- Refactor TipInput and remove unused commenting functionality (#732)
- Refactor Overview component (#735)
- Extract MessageInput component (#751)
- Remove Wizard components completely (#749)
- Update wallet url .env (#745)
- Avoid usage of Page component (#748)
- UserProfile: Update data on address change (#754)
- Rename state.account to state.address (#753)
- Remove useless navigation guards and initial 404 behavior (#755)
Other changes💡
v0.1.12
0.1.12 (2020-07-09)
Release highlights
This release includes several UI bug fixes which will improve consistency in design across different browsers and devices. Some new features were added, such as - new button for shrinking sections in the right column of the view.
Users will now be able to upload a custom cover photo for their profile pages as well as update their location. The user profile view now also displays the balance associated with the address of the user.
New functionality in the user profile is also introduced allowing pinning
feed entries to your personal profile under the My channel
section.
Changelog
Bugfixes 🐞
- Fixed: shrunk tip value (#675)
- Fixed: Date format related issues (#654)
- Fixed: Tip value displayed on one row (#683)
- Fixed: Preview image is shown under the Send New Tip panel (#604)
Features ✨
- FAQ: New explainer views for wallet, widget and meet (#671)
- RightSection: Add shrink button to the right section (#665)
- UserProfile: Added cover photo, activity section, location, balance (#672)
Maintenance 🚧
- Updated dependencies (#681)
- Updated package-lock.json (#688)
- Add bundle report into build (#666)
- App: Subscribe on events before initialLoad (#663)
- Refactoring (#658 && #649)
- Don't lint styles in dist folder (#653)
- Avoid usage of bootstrap-vue (#682)
- Test coverage improvement (#670 && #684)
- TipsPagination: Simplify infinite loading (#692)
- Added new endpoint for retrieving user comments, sorted desc (#700)
- Optimized base.scss styles (#697)
- Router names update (#705)