Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

apostrophe

Package Overview
Dependencies
Maintainers
8
Versions
1081
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.23.0-alpha.2022070601

Diff

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.
boutell
published 3.20.1 •

Changelog

Source

3.20.1 (2022-05-17)

Fixes

  • Minor corrections to French translation.
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