Skip to content

Latest commit

 

History

History
179 lines (85 loc) · 7.65 KB

CHANGELOG.md

File metadata and controls

179 lines (85 loc) · 7.65 KB

3.6.0 (2022-12-03)

Bug Fixes

  • add npx before percy command line (4824e98)
  • retrive PERCY_TOKEN and set token for percy cli (afe00f2)
  • wait until the link rendered instead a wrong heading tag (e38655b)

Features

  • add visual testing with Percy (b0a39f5)

3.5.4 (2022-12-03)

Bug Fixes

  • change matching regex for Cypress files (861d545)

3.5.3 (2022-12-02)

Bug Fixes

3.5.2 (2022-12-02)

Bug Fixes

  • use npx npm-check-updates (e530193)

3.5.1 (2022-12-02)

Bug Fixes

  • add steps in update-deps.yml file, syntax error (b5de445)

3.5.0 (2022-12-02)

Features

  • add auto-update GitHub Actions (364168f)

3.4.0 (2022-12-02)

Features

  • automatically format the whole codebase with npm run format (9299209)
  • update footer message and comment (4f74176)

3.3.0 (2022-11-22)

Features

  • change 'powered by' text to 'built' with (fe0a29f)

3.2.4 (2022-11-20)

Bug Fixes

  • update README file for next-sitemap (9496217)

3.2.3 (2022-11-20)

Bug Fixes

  • add sitemap file in gitignore, it shouldn't commit to git (344b731)

3.2.2 (2022-11-20)

Bug Fixes

  • rename from mjs to js next-sitemap file (7d450ff)

3.2.1 (2022-11-20)

Bug Fixes

  • code styling in blog component pages (f4a55c4)
  • move getStaticPaths at the top of blog page (83892ea)
  • remove generated files by next-sitemap (c5d93bf)

3.2.0 (2022-11-19)

Features

  • run github release only on completed CI workflow (dd4de76)

3.1.0 (2022-11-19)

Bug Fixes

Features

  • add blog page (89c4ec7)
  • add sitemap.xml and robots.txt from build (545d133)
  • disable Husky for release (f20c595)
  • rename from master to main (10920ec)
  • update TypeScript to 4.9.x (471dc70)

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

3.0.0 (2022-10-26)

⚠ BREAKING CHANGES

  • update to Next.js 13 and Tailwind CSS 3.2

Features

  • add commit script in package.json (8f4719e)

Bug Fixes

  • Eslint comment update (8baa5d1)

  • update to Next.js 13 and Tailwind CSS 3.2 (fc9f2c1)

2.1.1 (2022-09-08)

2.1.0 (2022-07-08)

Features

  • add cypress and cypress eslint plugin (5657ee6)

2.0.0 (2022-07-03)

⚠ BREAKING CHANGES

  • add Jest and React testing library
  • to React 18

Features

  • add coverage for vscode-jest and configure jest autoRun (ad8a030)

  • add Jest and React testing library (e182b87)

  • add TypeScript support for Tailwind CSS configuration (41f1918)

  • add vscode jest extension (49ab935)

  • to React 18 (c78f215)

1.1.0 (2022-04-25)

Features

  • add commitlint with config-conventional (97a9ac7)

Bug Fixes

  • add missing files for commitzen (018ba8b)
  • update package-lock.json (fba016d)