Skip to content
This repository has been archived by the owner on Jun 6, 2024. It is now read-only.

Latest commit

 

History

History
933 lines (469 loc) · 52.4 KB

CHANGELOG.md

File metadata and controls

933 lines (469 loc) · 52.4 KB

Changelog

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

2.3.2 (2024-05-27)

Bug Fixes

  • image download broken after migrate to new backend system with default auth policy (7bdb52a)

2.3.1 (2024-05-15)

2.3.0 (2024-05-06)

Features

  • also send notification to other commenters of q/a (222fc25)

Bug Fixes

  • fixes issue #154, showing entity filter dropdown after entity is selected (310747d)
  • removing duplicate entity refs when selected entity exist (e7db2b9)

2.2.1 (2024-04-24)

Bug Fixes

  • move anonymous check to AuthorLink to prevent error in useEntityPresentation (21bc099)

2.2.0 (2024-04-23)

Features

  • Add support for aws session token (091abf5)
  • allow defining more properties to HomePage (56f9691)

Bug Fixes

  • no questions button to include tags (0430733)

2.1.1 (2024-04-18)

Bug Fixes

  • improve notification descriptions (15ed009)

2.1.0 (2024-04-17)

Features

  • add notifications support (fb378fe)

Bug Fixes

2.0.1 (2024-04-15)

Bug Fixes

  • remove stickiness from highlight list headers (0d863ab)
  • use fetch api to upload attachments (8cb301d)

2.0.0 (2024-04-02)

⚠ BREAKING CHANGES

  • change to use the new backend system

Features

  • change to use the new backend system (91c09b4)

1.24.5 (2024-04-01)

Bug Fixes

  • pre-filter questions list with selected tag from tags page (dda9a9e)

1.24.4 (2024-03-30)

Bug Fixes

  • allowed tags filtering + allow underscore separator for tags (cc3a4fe), closes #139
  • s3 to use region even without access keys (a83cec5)

1.24.3 (2024-03-26)

1.24.2 (2024-03-26)

Bug Fixes

  • remove unnecessary logs (66483fd)

1.24.1 (2024-03-26)

Bug Fixes

  • add default exports for module and backend (5d449a0)

1.24.0 (2024-03-25)

Features

  • add s3 as storage backend (f34fd30)
  • allow defining theme id for the home page (2299139), closes #129
  • allow filtering with multiple tags (e08c851)

Bug Fixes

  • change s3 config to optional and check on runtime (c71794f)

1.23.3 (2024-02-27)

Bug Fixes

1.23.2 (2024-02-22)

Bug Fixes

  • add missing signals for answer post and removal (edddc77)

1.23.1 (2024-02-22)

Bug Fixes

  • make sure author is user entity before using entity presentation (dcd0b6e)

1.23.0 (2024-02-22)

Features

  • add support for real time stats with signals (672877b)

Bug Fixes

  • add support for signals in new backend system (2f2e6d5)
  • failing test due to backstage update (4943cf9)

1.22.1 (2024-02-16)

Bug Fixes

  • selected correct answer color (dca5329)

1.22.0 (2024-02-05)

Features

  • add analytics events to search (5d817bf)

Bug Fixes

  • prettier (32b3195)
  • validate router id parameters to be numbers (f897010)

1.21.1 (2024-01-30)

Bug Fixes

  • move name setting to effect hook (25dddf3)
  • undefined default for name (94a1148)

1.21.0 (2024-01-30)

Features

  • update question list UI (f694751)

Bug Fixes

  • scoll to top of question list on page change (62633c8), closes #119

1.20.0 (2024-01-23)

Features

  • add tag filter to filter panel (df2eea7), closes #117

Bug Fixes

  • couple of routing fixes for filters (77752e1)
  • routing between main and component pages (afc087c)

1.19.2 (2024-01-23)

Bug Fixes

  • multiple fixes to filtering of entity (2a1dbe5)

1.19.1 (2024-01-23)

Bug Fixes

  • add missing tsc command to react (f749714)

1.19.0 (2024-01-23)

Features

  • add entity filter to the list view (b39b3c4), closes #116
  • move no questions to own component (68000ba)
  • separate routes to react plugin (66d498f)

Bug Fixes

  • add missing func to router test (b95b8f9)
  • change moderators to be optional config (2b6e8e5)
  • remove unnecessary path to entity with query (e883da1)

1.18.8 (2024-01-17)

Bug Fixes

  • allow service-to-service requests to questions (d77be6f)

1.18.7 (2024-01-17)

Bug Fixes

  • add ordering of questions to collator (6dab457)

1.18.6 (2024-01-17)

Bug Fixes

  • anonymous allow fix for authentication (ae9948a)
  • authentication + paginate search collator (d69ad12)
  • check for undefined questions response (060c7e5)
  • use correct json response from routes (5ca8149)

1.18.5 (2024-01-16)

Bug Fixes

1.18.4 (2024-01-15)

Bug Fixes

  • add token manager as deps to new backend plugin (599cef0)

1.18.3 (2024-01-15)

Bug Fixes

  • allow service-to-service auth with new search collator (158bbde)

1.18.2 (2024-01-11)

Bug Fixes

  • reference to explore plugin in config (1c6e1a7)
  • standard version to bump search module (05634ef)

1.18.1 (2024-01-11)

Bug Fixes

  • prefix the plugin name with backstage (881650c)

1.18.0 (2024-01-11)

Features

  • introduce new search backend module for q&a (1dc0809), closes #106

Bug Fixes

  • force correct answer color (1f48626)

1.17.0 (2024-01-08)

Features

  • allow copying link to questions and answers (93b21f2), closes #104

Bug Fixes

  • handle search string ending with colon (5e0248f), closes #110

1.16.5 (2024-01-08)

1.16.4 (2023-11-15)

Bug Fixes

  • go to q&a user page instead catalog (bd6e6c2)

1.16.3 (2023-11-15)

Bug Fixes

  • add missing lodash types (f98470d)
  • same button order for question page (d8007df)
  • set anonymous to false for old questions (c91a90d)
  • yarn lock (bb5c4d1)

1.16.2 (2023-10-16)

1.16.1 (2023-10-16)

Bug Fixes

  • export routes from qeta plugin (db683a4)

1.16.0 (2023-10-16)

Features

  • add events from deleting questions and answers (fdd5d01), closes #99
  • Added support for new backend system (f08a1ba)
  • allow asking and answering anonymously (9bb602b), closes #93
  • allow sorting answers (5c41b12), closes #88
  • export search document from common package (f9e495a)

Bug Fixes

  • build error with new plugin.ts file (6037b4d)

1.15.4 (2023-09-26)

Bug Fixes

  • remove margin from first and last child of markdown (de3f08d)
  • use same padding for preview as it is for writing (0e5480e)

1.15.3 (2023-09-26)

Bug Fixes

  • remove styling from headers in markdown content (42308df)

1.15.2 (2023-09-26)

Bug Fixes

  • preview styling to use backstage styles (b1414f6)

1.15.1 (2023-09-22)

Bug Fixes

1.15.0 (2023-08-02)

Features

Bug Fixes

  • global edit checks in routes (902c2a4)

1.14.1 (2023-07-31)

Bug Fixes

1.14.0 (2023-07-13)

Features

  • add tests for comment routes (d36d339)
  • allow user to be specified for GET routes via x-qeta-user header (f85e4e0)
  • use entity title on entity ask page (6547e6c)
  • when allowMetadataInput is enabled, accept created and user fields (e3b90cb)

1.13.3 (2023-06-27)

1.13.2 (2023-06-22)

Bug Fixes

  • getMostUpvotedQuestions: fix url getMostUpvotedQuestions QetaClient (761585d)

1.13.1 (2023-06-20)

Bug Fixes

  • bug-stats-card: fix wrong path TopUpvotedCorrectAnswers (f04f1cc)

1.13.0 (2023-06-16)

Features

  • add stats for most questions and answers (ab6f3fd)
  • add support for backstage events (026064e), closes #55
  • allow specifying allowed tags in app config (ca0b443), closes #66

Bug Fixes

  • redirect back to entity page from question container (85c7c24), closes #65

1.12.0 (2023-06-14)

Features

  • add css classes to different parts of the UI (07294b3), closes #66

1.11.0 (2023-06-09)

Features

  • add statistics page and use discovery api in the client (1ae307c)
  • statistics: create top statistics component (63db423)
  • statistics: create user statistics endpoints (60baee1)
  • tests: add tests to statistics endpoints (038aa08)

Bug Fixes

  • comments: fix route comment (ef18710)
  • few styling improvements to question page (1f70d06)
  • lint: fix tsc errors (dbc11ad)
  • minor: fix locally change (3eae89f)
  • tests + discovery api base url (13c525f)
  • tests: fix ci tests (05069db)

1.10.3 (2023-05-23)

Bug Fixes

  • re-voting question or answer to work correctly (462690c)
  • yarn config for release action (f98348a)

1.10.2 (2023-05-09)

Bug Fixes

1.10.1 (2023-05-09)

Bug Fixes

  • resolution for react types (0594b60)

1.10.0 (2023-05-09)

Features

  • show truncated content of question in questions list (3fec4e9)

Bug Fixes

  • add missing character in regex (c53a51d)

1.9.4 (2023-05-08)

Bug Fixes

  • correct extension parameters (27b4c3b)
  • remove resolutions for react (1461139)

1.9.3 (2023-05-08)

Bug Fixes

  • correct attachment location type (8d13e08)

1.9.2 (2023-05-08)

Bug Fixes

  • add missing export for homepage component (11fa66d)

1.9.1 (2023-05-08)

Bug Fixes

  • make Q&A config optional (bc2bb6a)

1.9.0 (2023-05-08)

Features

  • add questions table component and homepage card (0ad71b9), closes #54
  • automatic cleanup of question/answer attachments (be447b9)

Bug Fixes

  • Add missing createPermissionIntegrationRouter call (1379a01)
  • add react types as resolutions (d972168)
  • add react types to devDeps (6eaeb60)
  • local: docker compose config (3cdf861)
  • move back to TS 4.7 (c2a3bdd)

1.8.0 (2023-03-27)

Features

  • support analytics from Q&A (72fff17), closes #51

Bug Fixes

  • change search collator to return only IndexableDocuments (4642297), closes #52

1.7.0 (2023-03-16)

Features

  • allow commenting questions and answers (b34be05), closes #42

Bug Fixes

  • check for questions to be in the response (1a0fffc)
  • flickering on questions page due to skeleton (0ab0673)
  • handle unauthorized listing properly (6da5d08)
  • replace skeleton in TagsContainer (783aa32)

1.6.2 (2023-03-15)

Bug Fixes

  • filter updated when searchQuery not changed (afb6334)

1.6.1 (2023-03-15)

Bug Fixes

  • add question page inside container (a8ffd26), closes #44
  • contains filter for question search (8fa9ed2)

1.6.0 (2023-03-15)

Features

  • add support for both postgres and sqlite (69258c8)
  • initial implementation supporting postgres (5e1240b)

1.5.1 (2023-03-13)

Bug Fixes

  • update props for LinkButton, use basepath when navigate function is called (a04edc1)
  • update props for LinkButton, use basepath when navigate function is called (bb01c59)

1.5.0 (2023-03-07)

Features

  • add hot questions list (66e33b8)
  • add optional permissions framework to the plugin (6c60c24), closes #41
  • add shortcut to users own questions (78fb4c6), closes #32
  • allow ask form to have callback after posting question (39a7716)
  • allow deleting questions and answers (2ffdd12), closes #6
  • allow editing of answers (ec3705b), closes #5
  • allow fetching questions by component (e68767d)
  • allow filtering entity kinds with config (d23e12a), closes #18 #17
  • allow filtering with no votes (98c57ef), closes #4
  • allow selecting number of questions in list (43741c6), closes #19
  • allow setting entity to ask in URL param (f297e63)
  • allow setting qeta page title and subtitle (c2a2ebf), closes #23
  • allow showing title in question container (e3b98d0)
  • allow specifying component for ask form (19e7a9b)
  • allow specifying own title for question container (417a15a)
  • allow users to edit questions (e8d5923), closes #5
  • allow users to favorite questions (33cc0f6), closes #33
  • format all entities the same way (4937da9)
  • group entities in ask form autocomplete by kind (6838e32)
  • improve hot question trend rating (a1ea2bf)
  • refactor author showing in question page (129a197)
  • remember filter panel options (384c378), closes #15
  • show linked entities in question list (0cef37d)

Bug Fixes

  • add common bump version config (97a4c56)
  • add missing mock for question update (290c210)
  • allow voting multiple q&a (532e7cd), closes #28
  • app-config (fee6754)
  • change the components to entities (c92f7ef)
  • change the search collator to only return answer contents (32a3833)
  • delete button to be a link (c265f8e)
  • entity title in utils (ae12125)
  • export QetaApi for external use (53b089d)
  • mkdocs (ccc4d3a)
  • no new question when editing (80b8fde)
  • questions without correct answer query (d09aea1), closes #26
  • references to components (5475f7e)
  • remove deprecated versions from changelog (77ef862)
  • remove optional from tags routing (94ff27b), closes #27
  • show total number of questions in question container (c5d078e)
  • styling when long answer given without word breaks (e4bb89b)
  • support for node18 (8a712e5)
  • top padding of question card (d73642d)
  • use primary color for buttons (73c4e32), closes #37
  • use relative url to question location from search collator (c6a9cb7), closes #29
  • vote buttons tooltip for questions (c40729e)

1.4.1 (2023-02-17)

Bug Fixes

  • top padding of question card (014540b)

1.4.0 (2023-02-13)

Features

  • group entities in ask form autocomplete by kind (f690903)

Bug Fixes

  • styling when long answer given without word breaks (9240ca4)

1.3.1 (2023-02-07)

Bug Fixes

  • use primary color for buttons (b06436c), closes #37

1.3.0 (2023-02-01)

Features

  • add shortcut to users own questions (f3d34a2), closes #32
  • allow selecting number of questions in list (1607e85), closes #19
  • allow users to favorite questions (25a82e9), closes #33

1.2.2 (2023-01-20)

1.2.1 (2023-01-18)

Bug Fixes

  • use relative url to question location from search collator (16a8d10), closes #29

1.2.0 (2023-01-17)

Features

  • add hot questions list (b07a314)
  • allow showing title in question container (300ecbc)
  • allow specifying own title for question container (72fe0ef)
  • format all entities the same way (e79bf3f)
  • improve hot question trend rating (065797d)

Bug Fixes

1.1.2 (2023-01-16)

Bug Fixes

1.1.1 (2023-01-13)

Bug Fixes

  • questions without correct answer query (5634943), closes #26
  • remove optional from tags routing (956bcbf), closes #27

1.1.0 (2023-01-10)

Features

  • allow setting qeta page title and subtitle (e9d306b), closes #23

Bug Fixes

  • remove deprecated versions from changelog (21c7f3a)

1.0.1 (2023-01-06)

First stable release. No new features or bug fixes.

0.1.30 (2023-01-02)

Features

  • allow filtering with no votes (75816ed), closes #4
  • remember filter panel options (e96e6c2), closes #15

Bug Fixes

  • export QetaApi for external use (858574d)

0.1.29 (2023-01-02)

Features

  • allow setting entity to ask in URL param (b85fcb4)

0.1.28 (2023-01-02)

Features

  • allow ask form to have callback after posting question (0477176)
  • allow editing of answers (93d4870), closes #5
  • allow filtering entity kinds with config (66a4ddb), closes #18 #17

Bug Fixes

  • change the components to entities (c42943e)
  • references to components (29a0580)

0.1.27 (2022-12-30)

Features

  • allow specifying component for ask form (45c7123)

Bug Fixes

  • show total number of questions in question container (1281b60)

0.1.26 (2022-12-30)

Bug Fixes

  • no new question when editing (9c76dad)
  • add missing mock for question update (8d1f7c7)
  • change the search collator to only return answer contents (32a3833)
  • delete button to be a link (dbce2be)
  • vote buttons tooltip for questions (95fa77c)
  • add margin to top buttons and fix search docs (cf30db5)

Features

  • allow deleting questions and answers (e06c0e7), closes #6
  • allow fetching questions by component (e68767d)
  • allow users to edit questions (e8a15dd), closes #5

0.1.23 (2022-12-29)

Bug Fixes

  • change search collator to use database (4b08cb3)

0.1.22 (2022-12-28)

Features

  • format username from entity reference (5b81ddb), closes #14

Bug Fixes

  • move catalog api to dev/index (38c34f9), closes #16

0.1.21 (2022-12-28)

Bug Fixes

  • remove catalog api completely from released version (61ed863)
  • duplicate catalog api for plugin users (2ce629b)
  • yarn.lock (639d2ab)

Features

  • allow selecting components for questions (7c2ca39), closes #12

0.1.18 (2022-12-27)

Features

  • allow using postgresql in local dev (92c9651)

0.1.17 (2022-12-27)

Bug Fixes

  • remove docker from tests (c658f60)

0.1.16 (2022-12-27)

Features

  • add button to ask when there is no questions (1aa4d75)
  • add question highlight lists to front page (00f32c5), closes #3

Bug Fixes

  • correct answer fetching in the questions list (7bd3daf)

0.1.15 (2022-12-27)

Features

  • add tags page to show all used tags (b3a0b6f), closes #2
  • initial filter panel for questions page (3852032), closes #4

Bug Fixes

  • follow palette colors in markdown editor (9756685)

0.1.14 (2022-12-23)

Features

  • add standard-release for version bumping (a4c802e), closes #11
  • automatic release creation when tag pushed (59a84a0)
  • use version bump in release workflow (0773dfc), closes #11

Bug Fixes

  • add missing trigger to bump (efc383d)
  • checkout in release pipeline to fetch tags (6fdcf51)
  • move version bump to own action (0154d87)
  • run lint and tests before bump (a3ee727)
  • try to fix navigation once again (46aeeb1)