v2.5.3beta #230
PAMulligan
announced in
Announcements
v2.5.3beta
#230
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Second Beta Release
We're getting closer to an official release with this one. We also have a release schedule now, which we should post somewhere soon. Thanks to the testers, they helped us make great strides with this one.
What's Changed
We made some minor style adjustments and massaged our suggestions to be more useful and concise.
Staging vs. Production
The big change here was due to a bug we discovered. The app was only scraping and analyzing the last published production version of the page, so if the user made a change and only published to staging, that wasn't analyzing the correct page. Now it does! We decided to lean in more to the Webflow Designer API and moved a bunch of logic from the Cloudflare Worker over to the frontend. The API offers about 85% of the data we need for our analysis, so now it pulls all of that data directly from the Designer page, passes that to the worker, and the worker does the rest of the scraping (from the last published page, whether that's staging or production) and analysis, and shows you the results. The best part is, it's actually faster now. I'll be writing a blog post on that soon if anyone is interested in the technical nitty gritty.
Other Changes
Most of what I've been doing since the beta launch is add more tests, to the frontend and the backend. Using Vitest, and I aim to have at least 75% test coverage by the official release.
There were a couple of style bugs that cropped up again, revolving around notifications.
Next Steps
The app is now published in beta, so if you're interested in testing it out, please message either @PAMulligan or @sofianbettayeb on here. We're also reachable at a few of the links below. Once the official release is launched, the app will be freely available in the Webflow Marketplace, and we'll make sure there are instructions here in the repo and on our site to get that installed.
Get Involved
Full Changelog: v2.4.12beta...v2.5.3beta
This discussion was created from the release v2.5.3beta.
Beta Was this translation helpful? Give feedback.
All reactions