Skip to content

Latest commit

 

History

History
298 lines (160 loc) · 16.3 KB

CHANGELOG.md

File metadata and controls

298 lines (160 loc) · 16.3 KB

2.3.0 (2023-04-26)

Bug Fixes

  • break word instead of break all in hubmenu (ecec1fb)
  • fetch hubs, links and linkgroups by id order (6afd1ec)
  • fix logo size (49d410e)
  • hub menu alignment (d1c4ec9)
  • remove footer link updating when edit modal opened (1b4b747)
  • update the correct hub in edit hub modal (10ca5a8)
  • use the same create modal across the app (d7d59fd)

Features

2.2.21 (2023-04-26)

Bug Fixes

  • add format:checkl to precommit check (6830cff)
  • add static tests workflow (f927705)
  • fix dev container (96eb479)
  • improve fetch performance (53f4c1d)
  • re lint some files and remove workflows (9f4626c)
  • use the json protocol in prisma (a177fc9)

Reverts

  • Revert "fix: improve eslint rules" (31a638f)

2.2.21 (2023-04-26)

Bug Fixes

  • add format:checkl to precommit check (6830cff)
  • add static tests workflow (f927705)
  • fix dev container (96eb479)
  • improve fetch performance (53f4c1d)
  • re lint some files and remove workflows (9f4626c)
  • use the json protocol in prisma (a177fc9)

Reverts

  • Revert "fix: improve eslint rules" (31a638f)

2.2.20 (2023-04-16)

Bug Fixes

  • adjust docker images to work with prisma (e16288d)
  • crossOrigin value in fonts (ea402ee)
  • deps: update dependency framer-motion to v10 (8a52bc5)
  • deps: update mantine monorepo to v6 (8432163)
  • deps: update mantine monorepo to v6 (da52771)
  • mantine v6 (cb83f56)

2.2.19 (2022-11-18)

Bug Fixes

  • change the correct message (c038189)

2.2.18 (2022-11-18)

Bug Fixes

  • adjust release commit message (a2acdaa)

2.2.17 (2022-11-18)

Bug Fixes

2.2.16 (2022-11-18)

Bug Fixes

2.2.15 (2022-11-18)

Bug Fixes

2.2.14 (2022-11-18)

Bug Fixes

2.2.13 (2022-11-17)

Bug Fixes

2.2.12 (2022-11-17)

Bug Fixes

2.2.11 (2022-11-17)

Bug Fixes

2.2.10 (2022-11-17)

Bug Fixes

2.2.9 (2022-11-17)

Bug Fixes

2.2.8 (2022-11-17)

Bug Fixes

2.2.7 (2022-11-17)

Bug Fixes

2.2.6 (2022-11-17)

Bug Fixes

2.2.5 (2022-11-12)

Bug Fixes

  • fix hubone schema docker file, docker compose (d1c5a92)

2.2.4 (2022-11-12)

Bug Fixes

  • hubone schema dockerfile (29193ec)

2.2.3 (2022-11-12)

Bug Fixes

2.2.2 (2022-11-12)

Bug Fixes

  • install deps in hubone schema container (#61) (a1bbcf3)

2.2.1 (2022-11-12)

Bug Fixes

2.2.0 (2022-10-16)

Bug Fixes

  • add link group not showing up when hub empty (8e24184)
  • make all delete icons consistent (#41) (15bca47)
  • refactor link section files (94e5939)

Features

2.1.1 (2022-10-06)

Bug Fixes

  • change vercel env variable (9dc74ff)
  • remove vercel base url (c12e8b9)

2.1.0 (2022-10-06)

Bug Fixes

  • click on link card in view mode opens link (330a127)
  • fix hub edit (2882baf)
  • refactor mutations and queries (da1dbf5)

Features

  • add context provider (96041c4)
  • add delete button to link in edit mode (3bee561)
  • add edit calls on blur for link groups (0559baa)
  • add edit modals for hub, link and linkGroup (8cf00ea)
  • add footer link edit (2426cad)
  • add link in db when add link card clicked (c423ac7)
  • add linkgroup in db when add link group is clicked (1850edc)
  • add react query and mutations (2d2e543)
  • add the add link groups and link cards (a179e25)

2.0.1 (2022-09-17)

Bug Fixes

  • use client side rendering (de2a461)

2.0.0 (2022-08-27)

Bug Fixes

  • fix production database deployment and url (#19) (907e8b3)

  • feat!: store and fetch config from database (#18) (0297516), closes #18

BREAKING CHANGES

  • reliance on data storage in file has been removed.

1.0.0 (2022-08-14)

Bug Fixes

  • add branches for semantic-release (85284f5)
  • adjust release workflow (b98e448)
  • fix semantic release deps (146da0c)

Features