Socket
Socket
Sign inDemoInstall

angular-form-for

Package Overview
Dependencies
Maintainers
1
Versions
61
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

angular-form-for - npm Package Versions

1
7

3.0.5

Diff

Changelog

Source

3.0.5

formForIncludeReplace directive now re-compiles included content before replacing. This fixes an issue with jqLite that caused partials (e.g. select-field/_select.html) to become disconnected from their parent directives. This should also remove the jQuery dependency on the Angular Material templates.

brianvaughn
published 3.0.3 •

Changelog

Source

3.0.3

formForBuilder now correctly checks for input[type=button], button, and submitButton directive.

brianvaughn
published 3.0.2 •

Changelog

Source

3.0.2

Fixed a minor, bizarre issue with the fieldLabel directive's controller.

brianvaughn
published 3.0.1 •

Changelog

Source

3.0.1

Greatly restructured TypeScript files so that ngAnnotate would properly annotate Directive :link and :controller functions.

brianvaughn
published 3.0.0 •

Changelog

Source

3.0.0

Added support for Angular Material via a new template module: formFor.materialTemplates.

Updated <radio-field> components to work with an options collection (similar to <select-field> inputs). Rather than declaring individual radio fields, you only need to declare one with a set of options. This was done to support the nested structure required by Angular Material, but also simplifies other use-cases as well.

Also fixed an edge-case default with NestedObjectHelper that prevented it from correctly iterating over values in an array under certain conditions.

brianvaughn
published 2.0.1 •

Changelog

Source

2.0.1

Added new formForBuilder directive in order to support auto-generated form markup.

brianvaughn
published 2.0.0 •

Changelog

Source

2.0.0

Form For has been rewritten in TypeScript and a handful of issues have been resolved:

  • 93: Required validation of objects with initial values
  • 92: select-field : empty placeholder
  • 85: validating number precision

This is a major release due to a slight change in markup structure for select-fields that may break existing custom styles. An additional <span> element has been added around the <select> inputs.

brianvaughn
published 1.7.2 •

Changelog

Source

1.7.2

Fixed edge-case validation issue for required fields. Also fixed broken logic in unit tests.

brianvaughn
published 1.6.1 •

Changelog

Source

1.6.1

Issue #65 Support configurable num-rows for multiline text fields. Issue #72 Relax email-type validation to enable things like sub-domain addresses. IE fix for binding to placeholder attribute

brianvaughn
published 1.6.0 •

Changelog

Source

1.6.0

Issue #66 Fields marked with minlength validation are no longer required unless explicitly marked as such

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