Releases: nicholaschiang/dolce
Releases · nicholaschiang/dolce
v1.31.0
1.31.0 (2023-08-07)
Features
- add golden kissing laurels favicon (5452fff)
- app: replace "Nicholas Chiang" with "DOLCE" (c227321)
- index: add custom header to index page (5996d84)
- index: replace timeline with "dolce" definition (601cc5a)
- root: update header to read "dolce" (4202649)
Bug Fixes
- root: remove link to private repository (54abb85)
- shows: update header styling to match nav (fc0dd36)
- utils: update
BASE_URL
to dolce.so
(0d778bd)
v1.30.3
1.30.3 (2023-08-06)
Bug Fixes
- show: do not try to load missing look images (cc5a406)
v1.30.2
1.30.2 (2023-08-06)
Bug Fixes
- scripts/wwd: do not include location in name (b847754)
v1.30.1
1.30.1 (2023-08-03)
Bug Fixes
- root: hide
nprogress
for page replacements (f2cab2d)
Performance Improvements
- shows: virtualize and add infinite scrolling (223cea4)
v1.30.0
1.30.0 (2023-08-02)
Features
- scripts/wwd: add import script and migrations (5d3e9b5)
- spiders/wwd: add scrapy script for wwd shows (2ae542c)
Bug Fixes
- combine duplicate show looks and images (cd23a98)
- utils/show: include show level in subtitle (da2a89c)
v1.29.0
1.29.0 (2023-07-30)
Features
- prisma: replace show location string with enum (769f085)
- scripts/vogue: import all vogue show data (3ec6fce)
- update database enums to match vogue (862769a)
Bug Fixes
- prisma: add
location
to show unique constraint (dc6c058)
- prisma: address typo in shanghai enum value (fd9f2b3)
- public/data/vogue: move shows to
static
(366549c)
- scripts/vogue: filter out duplicate shows (1f7a9df)
v1.28.1
1.28.1 (2023-07-30)
Bug Fixes
- shows: sort by brand name and then by year (e3addd1)
Performance Improvements
- app: disable image optimization for now (9f3ef87)
v1.28.0
1.28.0 (2023-07-29)
Features
- add sitemap and all show routes to map (c881173)
v1.27.0
1.27.0 (2023-07-29)
Features
- routes/show: add
Event
structured data (5db4b4f)
v1.26.0
1.26.0 (2023-07-28)
Features
- prisma/seed: create fashion show after reset (9e0271d)
Bug Fixes