New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

apostrophe

Package Overview
Dependencies
Maintainers
8
Versions
1082
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

apostrophe - npm Package Versions

1
109

3.24.0

Diff

Changelog

Source

3.24.0 (2022-07-06)

Adds

  • Handle private: true locale option in i18n module, preventing logged out users from accessing the content of a private locale.

Fixes

  • Fix missing title translation in the "Array Editor" component.
  • Add follow: true flag to glob functions (with ** pattern) to allow registering symlink files and folders for nested modules
  • Fix disabled context menu for relationship fields editing (#3820)
  • In getReq method form the task module, extract the right role property from the options object.
  • Fix def: option in array fields, in order to be able to see the default items in the array editor modal
boutell
published 3.23.0-alpha.2022070601 •

boutell
published 3.23.0 •

Changelog

Source

3.23.0 (2022-06-22)

Adds

  • Shared Drafts: gives the possibility to share a link which can be used to preview the draft version of page, or a piece show page.
  • Add Localize option to @apostrophecms/image. In Edit mode the context bar menu includes a "Localize" option to start cloning this image into other locales.

Fixes

  • Update sass to 1.52.3+ to prevent the error RangeError: Invalid value: Not in inclusive range 0..145: -1. You can now fix that by upgrading with npm update. If it does not immediately clear up the issue in development, try node app @apostrophecms/asset:clear-cache.
  • Fix a potential issue when URLs have a query string, in the '@apostrophecms/page:notFound' handler of the soft-redirect module.
boutell
published 3.22.1-alpha.2022062101 •

boutell
published 3.22.1 •

Changelog

Source

3.22.1 (2022-06-17)

  • Hotfix: temporarily pin versions of tiptap modules to work around packaging error that breaks import of the most recent releases. We will unpin as soon as this is fixed upstream. Fixes a bug where npm update would fail for A3 projects.
valjed
published 3.22.0 •

Changelog

Source

3.22.0 (2022-06-08)

Adds

  • Possibility to pass options to webpack extensions from any module.

Fixes

  • Fix a Webpack cache issue leading to modules symlinked in node_modules not being rebuilt.
  • Fixes login maximum attempts error message that wasn't showing the plural when lockoutMinutes is more than 1.
  • Fixes the text color of the current array item's slat label in the array editor modal.
  • Fixes the maximum width of an array item's slat label so as to not obscure the Remove button in narrow viewports.
  • If an array field's titleField option is set to a select field, use the selected option's label as the slat label rather its value.
  • Disable the slat controls of the attachment component while uploading.
  • Fixes bug when re-attaching the same file won't trigger an upload.
  • AposSlat now fully respects the disabled state.
valjed
published 2.221.0 •

boutell
published 3.21.1-alpha.2022060701 •

boutell
published 3.21.1 •

Changelog

Source

3.21.1 (2022-06-04)

Fixes

  • Work around backwards compatibility break in sass module by pinning to sass 1.50.x while we investigate. If you saw the error RangeError: Invalid value: Not in inclusive range 0..145: -1 you can now fix that by upgrading with npm update. If it does not immediately clear up the issue in development, try node app @apostrophecms/asset:clear-cache.
valjed
published 3.21.0 •

Changelog

Source

3.21.0 (2022-05-25)

Adds

  • Trigger only the relevant build when in a watch mode (development). The build paths should not contain comma (,).
  • Adds an unpublish method, available for any doc-type. An Unpublish option has also been added to the context menu of the modal when editing a piece or a page.
  • Allows developers to group fields in relationships the same way it's done for normal schemas.

Fixes

  • Vue files not being parsed when running eslint through command line, fixes all lint errors in vue files.
  • Fix a bug where some Apostrophe modules symlinked in node_modules are not being watched.
  • Recover after webpack build error in watch mode (development only).
  • Fixes an edge case when failing (throw) task invoked via task.invoke will result in apos.isTask() to always return true due to apos.argv not reverted properly.
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc