Skip to content

Releases: nicholaschiang/dolce

v1.31.0

07 Aug 00:54
Compare
Choose a tag to compare

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

06 Aug 00:52
Compare
Choose a tag to compare

1.30.3 (2023-08-06)

Bug Fixes

  • show: do not try to load missing look images (cc5a406)

v1.30.2

06 Aug 00:07
Compare
Choose a tag to compare

1.30.2 (2023-08-06)

Bug Fixes

  • scripts/wwd: do not include location in name (b847754)

v1.30.1

03 Aug 02:08
Compare
Choose a tag to compare

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

02 Aug 20:59
Compare
Choose a tag to compare

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

30 Jul 09:19
Compare
Choose a tag to compare

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

30 Jul 08:47
Compare
Choose a tag to compare

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

29 Jul 02:11
Compare
Choose a tag to compare

1.28.0 (2023-07-29)

Features

  • add sitemap and all show routes to map (c881173)

v1.27.0

29 Jul 01:40
Compare
Choose a tag to compare

1.27.0 (2023-07-29)

Features

  • routes/show: add Event structured data (5db4b4f)

v1.26.0

28 Jul 07:58
Compare
Choose a tag to compare

1.26.0 (2023-07-28)

Features

  • prisma/seed: create fashion show after reset (9e0271d)

Bug Fixes