Releases: Patrick-Erichsen/offie-chrome-extension-frontend
Releases · Patrick-Erichsen/offie-chrome-extension-frontend
bugfix: handle updated DOM forlisting badges
What's Changed
- bugfix: handle updated DOM for listing badges by @Patrick-Erichsen in #37
Full Changelog: v0.0.12...v0.0.13
feat: update footer copy
What's Changed
- feat: update footer wording by @Patrick-Erichsen in #36
Full Changelog: v0.0.11...v0.0.12
feat: create discord server link
What's Changed
- feat: add discord server link by @Patrick-Erichsen in #35
Full Changelog: v0.0.10...v0.0.11
v0.0.10
What's Changed
- bugfix: handle listings with flexible date info by @Patrick-Erichsen in #34
Full Changelog: v0.0.9...v0.0.10
bugfix: analytics and logging
- Fixes out of range indexing array when logging location
- Adds Offie to waitlist route
feat: remove wifi/workspace constraint and fix location analytics
- Render the indicator regardless of whether or not a user has the
wifi
ordedicated workspace
filters active - Fix a bug preventing us from logging
airbnbSearchUrl
events
bugfix: handle variable number of listing detail rows
Fixes a bug where listings that did not have a building info row would cause the DOM script to error out.
Instead, we use an if
/else
check based on whether or not the second to last row has a Rare find
badge.
bugfix: onInstall event check + analytic fixes
- Only run the
onInstall
event the first time a user installs the extension - Check for a
mixpanel_id
the first time a user loads the page to init our tracking - Update the uninstall URL with the user ID if we find a
mixpanel_id
bugfix: use correct font priority ordering
Fixes a bug where the CircularStd
font was a higher priority than the Montserrat
font which caused the incorrect font to be used in the modal.
feat: use the `Circular` font family for button text
- Uses the
Circular
font family for our button text - Bumps the max wait time for the button load to 30 seconds