Publish new release#101
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
@lowdefy/modules-mongodb-plugins@0.11.0
Minor Changes
dd309b8Thanks @JohannMoller! - Log file downloads for parity with upload/delete auditing. TheFileManagerblock now fires an
onDownloadevent (payload{ fileDoc }) when a download isinitiated. The
file-manager/file-cardcomponents expose a newon_downloadvar (action list, default
[]) for consumer-supplied handlers, and — whenlog_eventsis on — record adownload-fileevent via the events module,matching how uploads and deletes are logged.
@lowdefy/modules-mongodb-files@0.11.0
Minor Changes
#100
dd309b8Thanks @JohannMoller! - Log file downloads for parity with upload/delete auditing. TheFileManagerblock now fires an
onDownloadevent (payload{ fileDoc }) when a download isinitiated. The
file-manager/file-cardcomponents expose a newon_downloadvar (action list, default
[]) for consumer-supplied handlers, and — whenlog_eventsis on — record adownload-fileevent via the events module,matching how uploads and deletes are logged.
#100
dd309b8Thanks @JohannMoller! - Export the files module's download-policy request as a named component so it canbe consumed outside the
file-manager/file-listcomponents. Consumers thatrender downloadable files themselves — such as the events module's
EventsTimeline— can now_refit inside a page'srequests:list:This yields a presigned-GET request with id
download_policy_<block_id>on themodule's
files-bucketconnection, which the consumer passes as itss3GetPolicyRequestId. Previously the only module-owned download policy livedinside
file-manager/file-list, forcing consuming apps to keep their owncopies.
#100
dd309b8Thanks @JohannMoller! - Expose the FileManager upload-modal form slot on thefile-managerandfile-cardcomponents. Consumers can now pass aform_fieldsblock list(with field ids
<block_id>.form.*) that renders in a post-upload modal;the entered values are persisted to the file document's
metadata. Adds anok_textvar (modal confirm-button label) alongside the existingmodal_title. When the injected form includes a<block_id>.form.file_categoryfield, its value sets the saved document's top-level
file_category; thebuild-time
file_categoryvar is used as the fallback, so existing consumersthat pass no form are unaffected.
@lowdefy/modules-mongodb-activities@0.11.0
@lowdefy/modules-mongodb-companies@0.11.0
@lowdefy/modules-mongodb-contacts@0.11.0
@lowdefy/modules-mongodb-events@0.11.0
@lowdefy/modules-mongodb-layout@0.11.0
@lowdefy/modules-mongodb-notifications@0.11.0
@lowdefy/modules-mongodb-release-notes@0.11.0
@lowdefy/modules-mongodb-user-account@0.11.0
@lowdefy/modules-mongodb-user-admin@0.11.0
@lowdefy/modules-mongodb-workflows@0.11.0