Skip to content

Releases: lilnouns/lilnouns-template

v1.1.44

15 Dec 09:43
v1.1.44
84a42df
Compare
Choose a tag to compare

Bug Fixes

  • Solve some minor issues and update dependencies

v1.1.43

13 Dec 18:03
v1.1.43
c2c4a5f
Compare
Choose a tag to compare

Bug Fixes

  • Solve some minor issues and update dependencies

v1.1.42

11 Dec 08:56
v1.1.42
ef97c3a
Compare
Choose a tag to compare

Bug Fixes

  • Solve some minor issues and update dependencies

v1.1.41

10 Dec 08:11
v1.1.41
c6dfceb
Compare
Choose a tag to compare

Bug Fixes

  • Solve some minor issues and update dependencies

v1.1.40

07 Dec 16:45
v1.1.40
a3a230d
Compare
Choose a tag to compare

Refactor

  • Update import path and error handling in locales
  • Change return value from null to undefined on pages
  • Update locale switcher to use for loop instead of reduce
  • Replace middleware with route configuration in functions

Miscellaneous Tasks

  • Add eslint-plugin-unicorn to eslint config
  • Update .eslintrc.json with schema and root properties
  • Turn off unicorn/prevent-abbreviations rule in .eslintrc.json
  • Update TypeScript compiler options for functions
  • Update dev scripts in package.json

v1.1.39

04 Dec 15:11
v1.1.39
01d050e
Compare
Choose a tag to compare

Bug Fixes

  • Solve some minor issues and update dependencies

v1.1.38

30 Nov 22:43
v1.1.38
8f4c80c
Compare
Choose a tag to compare

Miscellaneous Tasks

  • Ignore .wrangler files in git

v1.1.37

26 Nov 04:38
v1.1.37
Compare
Choose a tag to compare

Bug Fixes

  • Solve some minor issues and update dependencies

v1.1.36

15 Nov 08:53
v1.1.36
55969a0
Compare
Choose a tag to compare

Documentation

  • Update social media badge in README.md

v1.1.35

11 Nov 14:39
v1.1.35
426cf8b
Compare
Choose a tag to compare

Refactor

  • Add new hooks, utils and components for localization and theming
  • Replace CSS rules and elements with new Layout component