Skip to content

Latest commit

 

History

History
334 lines (197 loc) · 7.45 KB

CHANGELOG.md

File metadata and controls

334 lines (197 loc) · 7.45 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

0.0.30 - 2021-02-21

Changed

  • Allow internal links to category, home and about pages
  • Update to Sanity 2.3.8

0.0.29 - 2021-02-14

Changed

  • Updated Sanity deps
  • Updated other deps

Added

  • Add internal/external link to recipe ingredients

0.0.28 - 2020-12-10

Added

  • Add about section fields to Home page
  • Add hero fields to Home page, About page and Categories

Changed

  • Update Sanity deps to 2.1.1
  • Update to eslint-plugin-prettier@3.2.0, husky@4.3.5, lint-staged@10.5.3

0.0.27 - 2020-11-08

Changed

  • Add Subscribe Modal's CTA label text

0.0.26 - 2020-11-08

Changed

  • Swapped Subscribe toast with Subscribe modal
  • Updated Sanity dependencies to v2.0.9

0.0.25 - 2020-10-10

Changed

  • Updated Sanity dependencies to v2.0.2

Fixed

  • Import correct existing icon for external link

0.0.24 - 2020-10-07

Changed

  • Updated Sanity dependencies to v2

0.0.23 - 2020-10-03

Changed

  • Updated dependencies

0.0.22 - 2020-08-30

Changed

  • Moved SEO description field from Blog Post page to each individual post

0.0.21 - 2020-08-26

Changed

  • Updated studio to 1.150.3
  • Increased max width of blog post title from 50 to 60 characters

0.0.20 - 2020-07-31

Changed

  • Blog Post reviews as separate document

0.0.19 - 2020-07-15

Added

  • Added nofollow attribute to external links in portable text

Changed

  • Upgraded sanity deps

0.0.18 - 2020-07-04

Added

  • Blog post reviews field

0.0.17 - 2020-06-30

Added

  • Singular category name

Changed

  • Updated Sanity deps
  • Updated eslint and lint-staged deps

Fixed

  • Error message when there are no tags in a blog post

0.0.16 - 2020-05-25

Added

  • About page hero title field

Changed

  • Updated dependencies
  • About page content changed to RichTextContent
  • shorter character limit for blog post exerpt

0.0.15 - 2020-05-12

Added

  • Added more newsletter form fields

Removed

  • Hero image fields removed from home page

Changed

  • Updated dependencies

0.0.14 - 2020-04-29

Changed

  • Updated featured blog posts validation rule (either 1 or 3)

0.0.13 - 2020-04-22

Fixed

  • ingredient quantity should be a number (was string)
  • require at least one recipe ingredient, home page category, gallery page images, blogpost tags

0.0.12 - 2020-04-22

Added

  • recipeInformationSectionTitle and recipeDescriptionSectionTitle to misc content

0.0.11 - 2020-04-19

Changed

  • added hotspot/crop options to video poster image
  • updated depenencies

0.0.10 - 2020-03-23

Added

  • added org email label and social platform type
  • added keywords to blog post

0.0.9 - 2020-03-22

Changed

  • updated depenencies

Fixed

  • Do not consider drafts when validating categories in siteSettings

0.0.8 - 2020-03-20

Added

  • added cuisine to recipe block
  • added calories to recipe block
  • added category to recipe block
  • added diets to recipe block
  • multiple site social links in Misc Settings

Changed

  • split recipe method into sub-steps
  • Blog Post preview: moved category to description
  • upgraded Sanity to latest version
  • allow more than one URLs associated to a Person

Fixed

  • removed git add from lint-staged scripts

0.0.7 - 2020-03-18

Added

  • org name and founder fields

Changed

  • refactored email text fields with better validation
  • reduced max lenght of bog post titles
  • person's bio changed from portable text to simple text

0.0.6 - 2020-03-12

Removed

  • nav items from Site Settings

0.0.5 - 2020-03-09

Removed

  • Canonical URL (will be provided via .env instead)

0.0.4 - 2020-03-09

Removed

  • Related blog posts

0.0.3 - 2020-03-09

Added

  • Added more info in CHANGELOG about previous releases
  • Related blog posts
  • Recipe block title / description
  • Recipe "servings" label (in misc content)

Removed

  • Recipe generic title (from misc content)
  • :categoryName suggestion in Home page category section titles

0.0.2 - 2020-03-06

Added

  • Custom Orphan Assets Dashboard widget

Fixed

  • Fixed staging site name in the Netlify dashboard widget

0.0.1 - 2020-03-04

Added

  • Initial project setup (scripts, linters, netlify config)
  • Initial CMS setup: schemas, test doucments, dashboard, desk document lists..