Skip to content

Releases: Patrick-Erichsen/offie-chrome-extension-frontend

bugfix: handle updated DOM forlisting badges

19 Dec 19:08
f6c87ba
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.12...v0.0.13

feat: update footer copy

04 Dec 00:30
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.11...v0.0.12

feat: create discord server link

03 Dec 23:45
de18c87
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.10...v0.0.11

v0.0.10

12 Nov 15:16
b39c778
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.9...v0.0.10

bugfix: analytics and logging

10 Nov 16:37
d02b250
Compare
Choose a tag to compare
  • Fixes out of range indexing array when logging location
  • Adds Offie to waitlist route

feat: remove wifi/workspace constraint and fix location analytics

08 Nov 00:41
6da897f
Compare
Choose a tag to compare
  • Render the indicator regardless of whether or not a user has the wifi or dedicated workspace filters active
  • Fix a bug preventing us from logging airbnbSearchUrl events

bugfix: handle variable number of listing detail rows

06 Nov 17:51
132944f
Compare
Choose a tag to compare

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

02 Nov 17:44
79832d7
Compare
Choose a tag to compare
  • 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

01 Nov 18:04
ea5698f
Compare
Choose a tag to compare

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

30 Oct 20:43
52803a7
Compare
Choose a tag to compare
  • Uses the Circular font family for our button text
  • Bumps the max wait time for the button load to 30 seconds