Skip to content

v0.4.0

Latest
Compare
Choose a tag to compare
@kamilsk kamilsk released this 22 Aug 18:25
v0.4.0
b641bdc

Features

Improvements

  • TACT-335: Goal setting rework: Update the emoji picker type (#838)
  • TACT-336: Goal setting rework: Сhange Task Editor behaviour (#837)
  • TACT-346: Goal setting rework: Additional improvements (#879)

Fixes

  • TACT-389: Adopt changes from react-datepicker and @types/react-datepicker, try to fix vercel build on next.js 13.4.4 (#850)
  • TACT-390: Fix broken builds with new typescript (5.1.3) and @types/react (18.2.8) (#864)
  • TACT-393: 404 error for pages (#934)

Dependencies

Production

  • feat(deps): bump @auth0/nextjs-auth0 from 2.6.3 to 3.1.0 (#979, #1000, #1011)
  • feat(deps): bump @chakra-ui/modal from 2.2.11 to 2.2.12 (#855)
  • feat(deps): bump @chakra-ui/react from 2.6.1 to 2.8.0 (#854, #893, #968)
  • feat(deps): bump @chakra-ui/theme-tools from 2.0.17 to 2.0.18 (#853)
  • feat(deps): bump @emotion/react from 11.11.0 to 11.11.1 (#869)
  • feat(deps): bump @faker-js/faker from 7.6.0 to 8.0.2 (#804, #811, #846)
  • feat(deps): bump @fortawesome/fontawesome-pro from 6.4.0 to 6.4.2
  • feat(deps): bump @fortawesome/pro-light-svg-icons from 6.4.0 to 6.4.2
  • feat(deps): bump @fortawesome/pro-regular-svg-icons from 6.4.0 to 6.4.2
  • feat(deps): bump @fortawesome/pro-solid-svg-icons from 6.4.0 to 6.4.2
  • feat(deps): bump @sentry/nextjs from 7.51.2 to 7.64.0 (#810, #834, #858, #882, #885, #892, #908, #941, #946, #980, #989, #1002, #1012, #1053)
  • feat(deps): bump @tiptap/core from 2.0.3 to 2.1.6 (#958, #1097)
  • feat(deps): bump @tiptap/extension-highlight from 2.0.3 to 2.1.6 (#964, #1098)
  • feat(deps): bump @tiptap/extension-link from 2.0.3 to 2.1.6 (#955, #1100)
  • feat(deps): bump @tiptap/extension-placeholder from 2.0.3 to 2.1.6 (#965, #1104)
  • feat(deps): bump @tiptap/extension-task-item from 2.0.3 to 2.1.6 (#961, #1099)
  • feat(deps): bump @tiptap/extension-task-list from 2.0.3 to 2.1.6 (#954, #1106)
  • feat(deps): bump @tiptap/extension-underline from 2.0.3 to 2.1.6 (#960, #1103)
  • feat(deps): bump @tiptap/react from 2.0.3 to 2.1.6 (#956, #1095)
  • feat(deps): bump @tiptap/starter-kit from 2.0.3 to 2.1.6 (#957, #1102)
  • feat(deps): bump @tiptap/suggestion from 2.0.3 to 2.1.6 (#963, #1105)
  • feat(deps): bump allotment from 1.19.0 to 1.19.2 (#962)
  • feat(deps): bump framer-motion from 10.12.16 to 10.16.1 (#902, #914, #947, #950, #959, #978, #805, #814, #835, #1004, #1007, #1109)
  • feat(deps): bump mobx from 6.9.0 to 6.10.0 (#942, #971)
  • feat(deps): bump mobx-react-lite from 3.4.3 to 4.0.3 (#938)
  • deps: downgrade mobx-react-lite, current application doesn't compatible with 4.x versions
  • feat(deps): bump next from 13.4.1 to 13.4.19 (#803, #824, #840, #983, #987, #1094, #876, #888, #897, #926, #951)
  • feat(deps): bump prosemirror-state from 1.4.2 to 1.4.3 (#816)
  • feat(deps): bump react-datepicker from 4.12.0 to 4.16.0 (#878, #890, #895, #915, #936)
  • feat(deps): bump react-hotkeys-hook from 4.4.0 to 4.4.1 (#919)

Development

Miscellaneous

  • TS update (#861)
  • chore: change file permissions for the scripts
  • chore: refactor workflows and tasks
  • ci/cd(deps): bump actions/upload-pages-artifact from 1 to 2 (#931)
  • ci/cd: add Cache warmup workflow
  • ci/cd: change dependabot config and improve notification action
  • ci/cd: experiments with notification action
  • ci/cd: extend Workflow invalidation
  • ci/cd: fix Continuous integration workflow
  • ci/cd: fix incorrect notification
  • ci/cd: temporary hacks to fix builds
  • dev: add debug method instead whoami
  • dev: complete @deps refactoring
  • dev: declare includes explicitly and support publish subcommand for docs
  • dev: define @root command
  • dev: final cut for Taskfile
  • dev: fix broken build
  • dev: improve Taskfile for docker run
  • dev: improve inventory
  • dev: move setup to the app
  • dev: refactor @deps install
  • dev: refactor core
  • dev: refactor core/legacy
  • dev: refactor docs
  • dev: refactor setup tokens
  • dev: simplify @npm and move config to app
  • dev: split Taskfile
  • dev: split refresh command and define @pull
  • dev: support auth0 local development (#933)
  • dev: temporary disabling engine-strict
  • fix #1040: dev: sentry usage overflow
  • fix #210: dev: sentry doesn't work on staging/production
  • fix #763: ci/cd: clean up vercel environments on a regular basis
  • fix #800: docs: bad title for release notes
  • fix #848: dev: md5sum: command not found
  • fix #849: dev: Sentry CLI binary not found
  • fix: add pinger for newrelic

Full changelog

Compare view v0.3.0...v0.4.0.


@kamilsk