-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release 0.5.4 #1144
Release 0.5.4 #1144
Conversation
# Conflicts: # package.json
- not compatible with SSR - the latest version propose to install component globally - not compatible with Vue 3 - IntersectionObserver API looks like that it is more performant if it is created once
chore: fix testnet URL
refactor: load WordInfo async
Show several popups using popperjs
./src/components/tipRecords/TipRecord.vue?vue&type=script&lang=js& (./node_modules/cache-loader/dist/cjs.js??ref--13-0!./node_modules/babel-loader/lib??ref--13-1!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/tipRecords/TipRecord.vue?vue&type=script&lang=js&) 135:20 Module parse failed: Unexpected token (135:20) File was processed with these loaders: * ./node_modules/cache-loader/dist/cjs.js * ./node_modules/babel-loader/lib/index.js * ./node_modules/cache-loader/dist/cjs.js * ./node_modules/vue-loader/lib/index.js You may need an additional loader to handle the result of these loaders. | | tipUrl() { > if (!this.tip?.url) return null; | return this.tip.url.startsWith('http://') || this.tip.url.startsWith('https://') ? this.tip.url : `http://${this.tip.url}`; | }
fix(AeInputAmount): show correct fiat value
Enable SSR using @uvue/vue-cli-plugin-ssr
SSR will be deployed to superhero.aeternity.io, bundle report |
Deployed to release-v0-5-4.aggregator.z52da5wt.xyz, bundle report |
Tested, in general LGTM. Trending - pass |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks like we are not breaking anything new 🤷
No description provided.