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
16
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

13
6

1.8.2

Diff

Changelog

Source

1.8.2 (2020-05-14)

  • Bump peer dependency on the apostrophe module to a minimum of 2.105.2 because of the need for a working version of apos.utils.emit. However we do recommend updating to the latest in the apostrophe module 2.x series when updating this module. Specifically we recommend setting your dependencies on all Apostrophe modules using the ^, i.e. ^2.0.0. When you are ready to test an update of your dependencies use npm update, then review your project's functionality before deploying.
boutell
published 1.8.1 •

Changelog

Source

1.8.1 (2020-04-22)

  • Fixes IE11 bug by converting a NodeList to an Array before using .forEach().
alexbea
published 1.8.0 •

Changelog

Source

1.8.0 (2020-03-25)

  • Moves the mechanism that sends emails into the self.sendEmail method, allowing for this to be more easily overridden in a project. The initiating purpose was to add project-level subject line functionality that might not make sense for everyone. Thanks to Ricky Rodríguez Álvarez for the contribution.
  • Adds event emission on the body element for form submission (apostrophe-forms:submission-form) and submission failure (apostrophe-forms:submission-failed). Again, thanks to Ricky Álverez for the contribution.
  • Adds the option to use a custom class prefix to add classes to the form templates in addition to the .apos-form- classes. Thanks to Brett Gaynor for the contribution.
  • Adds date as an input type option to the string input widget.
  • Updates the ESLint configuration to eslint-config-apostrophe@3.10 and fixes linter errors.
alexbea
published 1.7.1 •

Changelog

Source

1.7.1 (2020-03-25)

  • Adds error handling to the confirmation email sending event handler.
alexbea
published 1.7.0 •

Changelog

Source

1.7.0 (2020-03-16)

  • Adds submission data from the end user to an input property sent to the emailConfirmation template. Thanks to Ricky Rodríguez Álvarez for the contribution.
alexbea
published 1.6.0 •

Changelog

Source

1.6.0 (2020-02-26)

  • Adds the option to select a more specific input type for text fields (e.g., email, password, telephone). Thanks to Jose96GIT for the contribution.
alexbea
published 1.5.1 •

Changelog

Source

1.5.1 (2020-01-22)

  • Fixes a bug where the submission notification process did not test comma-separated values property for values stored as strings.
alexbea
published 1.5.0 •

Changelog

Source

1.5.0 (2020-01-08)

  • Adds checkbox fields as an option for a conditional fieldset control.
alexbea
published 1.4.2 •

Changelog

Source

1.4.2 (2019-12-17)

  • Makes the "Query Parameter Keys" field required again following an ApostropheCMS core fix.
alexbea
published 1.4.1 •

Changelog

Source

1.4.1 (2019-12-17)

  • Returns an email field that had been removed to allow sending results to multiple email addresses, but it's still needed to send messages from the app in some transports. Fixes a test.
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