Releases: hmellor/auction-website
Releases · hmellor/auction-website
v3.3.1
What's Changed
- Bump vite from 7.1.3 to 7.1.5 by @dependabot[bot] in #109
Full Changelog: v3.3.0...v3.3.1
v3.3.0
What's Changed
- Bump vite from 6.3.3 to 6.3.4 by @dependabot[bot] in #102
- Add GitHub Sponsors username to FUNDING.yml by @hmellor in #104
- Update to Node.js v22 LTS and license year by @hmellor in #106
- Update rules to prevent multiple bidding by @hmellor in #107
- Update dependencies with npm-check-updates by @hmellor in #108
Full Changelog: v3.2.1...v3.2.2
v3.2.1
What's Changed
- Update README.md by @hmellor in #84
- Bump @grpc/grpc-js from 1.9.14 to 1.9.15 by @dependabot in #85
- Enforce max bid to stop people ruining the demo by @hmellor in #86
- Bump vite from 5.2.10 to 5.4.6 by @dependabot in #88
- Bump rollup from 4.21.3 to 4.22.4 by @dependabot in #89
- Bump cross-spawn from 7.0.3 to 7.0.6 by @dependabot in #91
- Bump nanoid from 3.3.7 to 3.3.8 by @dependabot in #92
- Bump vite from 5.4.6 to 5.4.14 by @dependabot in #93
- Bump action versions in pages.yml by @hmellor in #95
- Bump react-router and react-router-dom by @dependabot in #94
- Bump vite from 5.4.14 to 5.4.18 by @dependabot in #98
- bump auction-website version by @hmellor in #99
- Add read only permissions to workflows to make Code scanning happy by @hmellor in #101
- npm update && npm audit fix --force by @hmellor in #100
Full Changelog: v3.2.0...v3.2.1
v3.2.0
What's Changed
- Update README.md by @hmellor in #72
- Bump vite from 5.0.12 to 5.0.13 by @dependabot in #73
- npm update by @hmellor in #74
- Fix cancel button in Sign Up modal by @overwatcheddude in #77
- Make all items live whenever demo site is loaded by @hmellor in #80
- Improve layout and colour scheme of admin page by @hmellor in #81
- Make user confirm admin actions by @hmellor in #82
- Improve Firebase instructions by @hmellor in #83
New Contributors
- @overwatcheddude made their first contribution in #77
Full Changelog: v3.1.0...v3.2.0
v3.1.0
v3.0.1
What's Changed
- Migrate from
create-react-apptoviteby @hmellor in #56 - Bump vite from 5.0.10 to 5.0.12 by @dependabot in #58
- Update build and deploy jobs by @hmellor in #60
- Revert "Update build and deploy jobs" by @hmellor in #62
- Bump undici and firebase by @dependabot in #61
- Update GitHub Actions by @hmellor in #63
- Fix incorrect prop type by @hmellor in #64
- Fix time left for real auction by @hmellor in #65
- Update README with new vite commands by @hmellor in #66
- Bump version by @hmellor in #67
Full Changelog: v3.0.0...v3.0.1
v3.0.0
Port to React
This is a big one. The whole site has been ported to React which means that:
- JavaScript functions are no longer exposed to the user
- Reactive state management is now industry standard
- The admin page can be hidden behind authentication
Speaking of the admin page, it's had a make-over. You can now update and reset your auction directly in the GUI:
What's Changed
Full Changelog: v2.5.3...v3.0.0
v2.5.3
2.5.2
2.5.1
A couple of small tweaks and fixes
What's Changed
- If
isDemoauction resets hourly by @hmellor in #31 - Make currency configurable per-item in item data by @hmellor in #32
- Fix missing
idfor amount input's label by @hmellor in #33 - Fix admin check, add admin func, add debug logs by @hmellor in #34
- Document currency field by @hmellor in #35
Full Changelog: v2.5.0...v2.5.1