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

apostrophe-forms

Package Overview
Dependencies
Maintainers
18
Versions
51
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

apostrophe-forms - npm Package Versions

23
6

1.12.0

Diff

Changelog

Source

1.12.0 (2023-05-26)

  • Adds Required label to required fields since the Optional label is already in place.
  • Fixes small class name typo from apos-form-... to apos-forms-...
boutell
published 1.11.1 •

Changelog

Source

1.11.1 (2023-03-06)

  • Removes apostrophe as a peer dependency.
valjed
published 1.11.0 •

Changelog

Source

1.11.0 (2022-05-03)

  • Allow server side event handlers to modify the response object sent after a form submission, and allow browser side event handlers to see that object.
alexbea
published 1.10.5 •

Changelog

Source

1.10.5 (2021-10-13)

  • Fixes a bug where only the first input of type "file" was being submitted on form submit.
alexbea
published 1.10.4 •

Changelog

Source

1.10.4 (2021-08-27)

  • Use self.getOption to fetch the recaptcha options for full compatibility with apostrophe-override-options.
boutell
published 1.10.3 •

Changelog

Source

1.10.3 (2021-04-16)

  • reCAPTCHA appends to body rather than [data-apos-refreshable] if the latter is not available. For ordinary Apostrophe sites there was no harm in assuming it existed, however sites injecting Apostrophe-rendered markup via the headless module or alternative techniques might not have such an element. The body exists for everyone.
alexbea
published 1.10.2 •

Changelog

Source

1.10.2 (2021-02-24)

  • Updates axios to address a reported SSRF vulnerability.
alexbea
published 1.10.1 •

Changelog

Source

1.10.1 (2020-11-04)

  • Allow project level code to override arrangeFields easily. Because the base class runs last in beforeConstruct, it should prepend to what the project provides, not the other way around. Otherwise project level groupings get overridden by the base class.
  • Fixes the string field template to add the placeholder attribute.
alexbea
published 1.10.0 •

Changelog

Source

1.10.0 (2020-06-26)

  • Adds an event apostrophe-forms:submission-missing-recaptcha, which is emitted when a form is submitted before the reCAPTCHA is checked (e.g. expired after a while or invalidated after a failed submission). Thank you to J. Garijo for the contribution.
alexbea
published 1.9.0 •

Changelog

Source

1.9.0 (2020-06-17)

  • Introduced multiselect dropdowns as an alternate style choice available to form creators when they select the "checkboxes" widget. The provided CSS is basic but the DOM structure is intended to be suitable for styling as you see fit.
  • Added the optionLabelPosition option to the apostrophe-forms-checkboxes-field-widgets and apostrophe-forms-radio-field-widgets modules. If optionLabelPosition is set to 'first' or 'last', the input elements for both radio and checkbox inputs are nested inside the label, with the label's text appearing first or last as appropriate. If no relevant option is set, for backwards compatibility the input is not nested in the label checkboxLabel. This can be explicitly chosen by setting the appropriate option to 'legacy'. This is more difficult to style, so we recommend setting optionLabelPosition to first or last. You may set the option for both modules by setting it for apostrophe-forms-base-field-widgets, which they both inherit from.
23
6
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