Skip to content

Releases: hmellor/auction-website

v2.2.1

22 Apr 21:12
1fb0cbb
Compare
Choose a tag to compare

Refactor modals and fix user management

  • All modals have been refactored so that the dynamic information is updated as the Bootstrap documentation recommends
  • User management was broken in v2.2.0 (#20 (comment)), this should be fixed now
  • The Sign in button now changes to a Sign out. Signing out doesn't actually sign out the anonymous account, but it allows the user to choose a new name while maintaining traceability in Firestore

v2.2.0

22 Apr 00:40
9434066
Compare
Choose a tag to compare

Upgrade to Firebase v9 modular SDK

  • Updated & refactored for Firebase's v9 modular SDK
  • Updated instructions
  • Moved auction data to a JavaScript Object that lives in js/firebase.js

v2.1.0

06 Feb 17:34
Compare
Choose a tag to compare

Complete Overhaul!

This release saw the whole site converted from MDL to Bootstrap 5!

I haven't added any new functionality to the auction itself, but I have polished all existing features (and closed a few issues).

The demo site is now much more interesting and engaging. In short, it's a weekly auction for randomly generated cat pictures (what more could you want?).

v1.0.0

01 Oct 17:23
Compare
Choose a tag to compare

Releasing to the Public

This release contains the code taken straight from the original charity project.

This marks the beginning of creating a general auction website with enhanced features and design that I did not have time for in the original.

The reason this required a new repo was because I had to remove all identifying information concerning the auctions, the charity, etc.