This changelog covers all three packages, as they are (for now) updated as a whole
- Let users register using e-mail address, improve sign-up UX.
- Add
Store.parseMetaTagsto load JSON-AD objects stored in the DOM. Speeds up initial page load by allowing server to set JSON-AD objects in the initial HTML response. - Move static assets around, align build with server and fix PWA #292
store.createSubjectallows creating nested paths- Add
useChildrenhook andStore.getChildrenmethod
- Remove
initAgentFromLocalStorage(). - No longer save agent to local storage.
- Add the ability to change the
fetchfunction used to fetch resources over http. store.addResourceis depricated in favor ofstore.addResources.- Add
AgentChangeevent on store that is fired whenever the stores agent changes. store.fetchResourceFromServernow returns the requested resource.- Add
postCommitmethod tostorethat respects the injectedfetchfunction.
uploadFiles()has moved tostore.uploadFiles().- Remove
Agent.fromJSON() tryValidURLandisValidURLare now static methods onClientand have been renamed totryValidSubjectandisValidSubject.- Rename
store.fetchResourcetostore.fetchResourceFromServer. - Rename
store.handleErrortostore.notifyError. - Rename
agent.checkPublicKeytoagent.verifyPublicKeyWithServer. - Remove
store.errorHandlerand replace with newStoreEvents.Errorevent.
- Don't use WebSocket in Node context #280
- Fix @tomic/lib exports for non-ts contexts #270
- Fix back / forward buttons in desktop build #263
- Fix
isOfflinefor node
- Add folders with list & grid views, allow drag & drop uploads #228
- Show icons in sidebar
- Add scoped search, funded by NGI NLnet Discovery #245 #254
- Make web app installable #30
- Add cookie based authentication #241
- Get rid of
useWindowSize#256 canWritecheck should succeed forpublicAgent#252- Improve error look & text
- Lock ed25519 version #230
- Changed
nulltoundefinedin many places useTitlereturns anarraywith asetTitlefunction, similar touseStateresource.getError()is deprecated in favor orresource.error
- Add Hierarchy in sidebar #75
- Add DriveSwitcher #209
- Add
new driveoption - Add
EventManagerto run custom functions when resources are added / edited / etc. - Add dialog / modal view #24 #181
- Add bookmark import / reader mode #187
- Stricter non-null checks, improved typings #220
- Switch from
yarntopnpm#210 - Various improvements to Dropdown forms #194
- Fix crash in circular parent rendering
- Fix race condition #189
- Make all titles editable #199
- Don't subscribe to search endpoint #200
- Refactor e2e tests
- Render floats
- Hide unsortable items in tables
- Fix dropdown resource select input #222
- Fix Dropdown input bug
- Fix autogrow textarea bug
- Add ChatRooms #153
- Improve UX for creating new Resources, instantly open new ChatRooms and Documents
- Refer to
previousCommits in Commits #140 - Disable websockets out of browser context for
@tomic/lib - Fix NPM builds for
@tomic/liband@tomic/reactin non-ts environments #155 - tauri back buttons, new tab external links #115
- Fix concurrency issue with commits #91
- Make bugsnag optional #133
- Add
parseCommitfunction - Use
hrefattribute in sidebar menu #148 - Use relative links in About page #149
- Show
CommitDetailthat displays audit info (creator, edit date) #145 - Prevent using
localhostAgents for external Servers - Implement
push, for appending new Resources to (existing) Arrays in Commits. - Replace snowpack with vite #156
- Use yarn v2 and replace lerna #105
- Prevent default actions for keyboard shortcuts
- Improve cross-OS keyboard shortcuts compatibility (cmd & ctrl, option & alt)
- Fix markdown being shown shortly
- Don't use WebSockets if they're not supported #131
- Fix
@noblebuild issues
- Switch to
dnd-kitfor drag and drop #92 - Improved views for external resources in Documents
- Add upload dropzone to documents
- Replace
react-helmetwithreact-helmet-async
@tomic/reactcan now be used without@tomic/lib- it re-exports the library- More performant subject updates in new resource form
- Allow
@tomic/libto be used in non-browser (Node) context #128 - Add
useMarkdownfunction to@tomic/react - Make search result previews smaller
- Fetch full collections when showing CollectionCard
useResourcedefaults to not accepting incomplete resources- Add
sign inbutton to invite form - Rename
baseUrltoserverUrl - Add
useServerSearchto@tomic/react - Improve UX in Tauri (desktop) mode
- Regular Links open in your browser, instead of in Atomic
- Add File management views. Preview images and videos, download them. #121
- Add
uploadFilesmethod to @tomic/lib. #121 - Add upload field to forms #121
- Fix bug resourcearray input #123
- Add WebMonetization support #124
- Add Share settings screen where you can see & edit rights / access control #113
- Add Invite form #45
- Convert Classes to typescript interfaces. Show button for this in Class view. #118
Create new resourcebutton on Drive- Show multiple parents in breadcrumbs
- Refresh collection on opening page
- Don't auto-accept invites
- Improve server switcher design
- Change default port of localhost to 9883 (issue)
- Small fix
- Add authentication: sign requests, so the server knows who sent it. This allows for better authorization. #108
- Refactor Error type, improve Error page / views
- Automatically retry unauthorized resources (but I want a prettier solution, see #110)
useResourceno longer returns an array, but only the resource.- Improved EndpointPage (show results, useful for Search, for example)
- Added server-side full text search #106
- Add a seperate document show page #2, improved performance in Documents
- Improved
canWritehook (more stable, faster) - Improved sidebar performance (less re-renders)
- Improve styling tables and sort dropdown
- It's mostly an
atomic-serverversion bump :)
- Fix setting Agent bug
- Add constructor to Store
- Include all Properties and Classes in the initial view, speeding up the app even further. #65
- Parse nested, named JSON-AD resources #98
- Refactor resource status - remove
Resource.status, prefer.loadingand.error - Add loading and error status to Property class, include in
useProperty - Improve loading and error states for various components
- Refactor
store.getResourceLoading,store.fetchResource,useResource- add option toacceptIncomplete.
- Add Typedoc documentation #100
- Fix bug not showing resource form fields
- Fix circular parent handling in
canWrite - Update references to changed resources #102
- Use
wsinstead ofwssfor HTTP connections
- Fix
wsswebsockets - Update typescript type exports
- Added WebSockets for live synchronization with server #80
- Add Commit parsing #80
- Custom fonts
- Prevent re-applying locally defined commits #90
- Fix race condition commits #91
- Added
optsparameter to react hooks - Simplify internal Value model (better performance, less bugs) #88
- Fix bugs when setting Agent, validate public key before setting
- Add integration / end to end tests #70
- Add Document editor (demo) #2
- Improved performance and less concurrency bugs while quickly saving resources
- Improve styling (soft background on light mode)
- Add baseURL settings page + edit function in top left
- Improve resource selector dropdown, show previews, remove dependency #60
- Add toast notifications #63
- Enable
resource.save()with custom agent - Add JSON AD array parser
Addremoveddefault_store.jsonresource to the browser to make things snappier- Improve type checking for value initialization and serialization types
- Improve view for nested resources
- Match version number of atomic-data-rust
- Add Version button to menu
- Disable menu buttons that are not usable
- Improve error view in cards
- Only show plus icon in suitable collections
- Fix tests
- Cleaned up Resource form #51
- Handle usages left in Invites #45
- Add social meta tags #44
- Add fetch as JSON / JSON-AD / Turtle and more to data pages
- Fix bug with invites
- Various styling improvements
- Add Atomic Data Logo
- Dark mode syncs with user
- Scroll to top on page change #47
- Improve keyboard shortcuts for edit / data view #52
- Move Agent settings to sidebar item
- Add rights check
- Change routes and settings structure
- Add Disabled state to form fields
- Improved hotkey handling
- Fix edit subject in resource form
- Resources will update when properties change (notify listeners on update)
- clean up package.json / dependencies
- Add rights check hook
- Add
getCommitBuilderandhasChangesfunction toresourceandcommitBuilder - Add rights check to resource
- Split packages, switch to monorepo
- Publish
@tomic/liband@tomic/reactlibraries to npm - Add changelog