Releases
v0.1.0
0.1.0 (2023-01-10)
⚠ BREAKING CHANGES
get public items by tag hook, get public member, export api, use only named export
Features
add copy public item mutation (93a109d )
add cryptoJS message id and itemChat hook typing (#137 ) (f8cff60 )
add etherpad queries (#220 ) (dee26d0 )
add get items by ids (a898f29 )
add get member by id (228cd3c )
add h5p routes and routine (#168 ) (962897f )
add hook for download & item like (ce86263 )
add hook for getting multiple members by id (41e5784 )
add hook to retrieve apps list (ec57a8a )
add hooks & mutations & tests for validation (260a1b3 )
add hooks after refactor backend (cf359fd )
add hooks for category plugin (b671e54 )
add hooks to get tags for multiple items (1c20d85 )
add import zip endpoint (d7cf8bf )
add item content hooks (622fd48 )
add item flagging functionality (ea392a7 )
add keepPreviousData to config (fae88b7 )
add main template (75a198d )
add message editing and mutations (#141 ) (4a83cba )
add mutations to clear chat (#154 ) (fe8a3fa )
add PATCH and DELETE item membership mutations (e9f4d63 )
add PATCH member (b4226a8 )
Add possibility to copy multiple files at one (8a10e63 )
Add possibility to move multiples files at once (e2fdd7a )
add public items endpoints (f703a79 )
add queries for category (446f65e )
add recycle bin endpoints (76a53d1 )
add restore mutation, update delete mutations (72d8121 )
add route to delete member (62907f8 )
add route to retrieve single plan (5938805 )
add subscription/ plans hooks and mutations (9f1c594 )
add thumbnails mutations and hooks (527183d )
add useChildrenUpdates and useSharedItemsUpdates hooks (167e313 )
add websocket for delete message operation (#139 ) (9b111d9 )
allow get many item memberships (0a5205b )
allow to get children of multiple items (1ea3a2f )
allow user to choose card when paying (c7d4573 )
export hook (e9c591a )
get public items by tag hook, get public member, export api, use only named export (ec515e0 )
implement single subscription for many handlers (468999d )
implement WebSocket client, add infrastructure stubs (c7eb274 )
keyword search hook (dc4fbf0 )
mutation for item publish (3beb96c )
refactor websocket client, add new real-time behaviours (e836e7c )
update member password (d82be4f )
update routes to be compatible with new file plugin (a1058d4 )
Bug Fixes
a bug where if no data was previously stored in queryClient, WS deletions would write undefined value (9587838 )
add async (8a87c2a )
add enabled for useItemsInCategories (aa6abf6 )
add mutations for favorite item (1299274 )
add query prefix on post etherpad (#222 ) (f92986b )
add tests, apply changes (ea1328c )
add types property to package.json (414ce17 ), closes #133
build moved item new path with parent (154b863 )
call missing useEffect, use immutable data for chat (ef4e533 )
change getFileContentWithUrl handle response (e3a5159 )
change list to map (c484e77 )
change route url to public (c1cbc1a )
changes by review (8c6cdb1 )
changes by review (c0bfa0f )
changes by review (ce86263 )
check window exists (#176 ) (0a13f53 )
convert chat result to Map (3bfe204 )
convert item updates to immutable Map (7d5ea53 )
correctly export buildDeleteMemberRoute (3138b2b )
correctly update items in the cache (89d6448 )
disable ws updates for useChildren if enabled option set to false (01d0077 )
do not check authentication for GET item login (eb0381a )
do not check user authentication on post item login (0354aed )
do not order original array on hash (c5370f1 )
do not update reference (d52c634 )
ensure serialized channel map keys are always identical (deep equality) (0dc7684 )
ensures the email is always sent in lowercase (09797b1 )
export route (aa690de )
export routes (c4d128f )
fallback and merge private and public reponse for arrays (2fe3623 )
fix according to review (a965f8a )
fix according to review (422fada )
fix bug (2e851b9 )
fix bugs in tests (bc58b82 )
fix export (16c135d )
fix function name (21b90c0 )
fix function name (c01b253 )
fix issues from comments (8ca2f9d )
fix keys for useItemsInCategory (618453c )
fix mutation keys (53bfe67 )
fix parameters for get categories (a9e4a1a )
fix plans hoks (8c93cc2 )
fix query client due to backend changes (981b3c9 )
fix route (2f42b0e )
fix style issues, add tests for failing cases (57630ab )
fix styles (443ae1b )
fix typo (acfb124 )
fix useItemsTags enabled condition (0ff8f38 )
fixed bugs in test (7ca7e11 )
handle undefined ids input in hashItemIds and useItems query (cause of favorites crash) (881eb81 )
improve style (b007980 )
include changes after review (a8a7522 )
include changes after review (abb4ef4 )
include changes after review (274a328 )
make defaultConfig properties optional (1bfb093 )
match key name (2fb26ac )
minor change by review (ecdd970 )
minor fix (fd35fe3 )
minor fix by review (6318b5e )
minor fix, export all data keys (643a71a )
modify onMutate (849e442 )
npm publish composite (7ab0607 )
remove auth check (460e1b9 )
remove console.log and create new trimmed object (6b3a055 )
remove cookie when logout is confirmed, prevents logout loop (d803035 )
remove ITEM_KEYS enum (8fa3b0e )
remove non-existing previousMember in onError (59c2e5c )
remove unnecessary clause (a196863 )
remove unused onMutate function (7566c7c )
saves full item when editing item (2de4779 )
trim items names on add and edit (8ce95a0 )
typos, disable WS by default, fix bug of wrong removal if handler is not found (34cd950 )
update get memberby route and add getMembers route (ed2e1c3 )
update items thumbnails upload route (17b8990 )
update key for usePlan (1968860 )
update to use axios (799bde3 )
use JSON serdes for Map key deep equality, fix subscribed condition and cleanup (88ec19d )
use size instead of isempty (acae1cc )
Documentation
update author and contributors for npm (793a5dd )
You can’t perform that action at this time.