Socket
Socket
Sign inDemoInstall

@ngneat/reactive-forms

Package Overview
Dependencies
Maintainers
3
Versions
53
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ngneat/reactive-forms - npm Package Versions

13
6

3.1.3

Diff

Changelog

Source

3.1.3 (2021-10-28)

Bug Fixes

  • 🐛 fix type of enable disable (67a5490), closes #115
  • 🐛 fix type of status$ property (a106a3e), closes #113
netanel-ngneat
published 3.1.2 •

Changelog

Source

3.1.2 (2021-10-25)

Bug Fixes

  • 🐛 fix type of status$ property (a106a3e), closes #113
netanel-ngneat
published 3.1.1 •

Changelog

Source

3.1.3 (2021-10-28)

Bug Fixes

  • 🐛 fix type of enable disable (67a5490), closes #115
  • 🐛 fix type of status$ property (a106a3e), closes #113
netanel-ngneat
published 3.1.0 •

Changelog

Source

3.1.0 (2021-10-21)

Features

Bug Fixes

  • controlsOf: allow using optional fields (513beee), closes #111
netanel-ngneat
published 3.0.0 •

Changelog

Source

3.0.0 (2021-10-08)

⚠ BREAKING CHANGES

  • library: refactor the entire code

I completely rewrote the library from scratch for two reasons:

  1. Provide as much support as possible without introducing bugs, breaking strict mode, or creating an inconvenient API.
  2. Reduce the library size.

Here are the changes:

  • Angular's peer dependency is now >= 12.
  • FormGroup's generic was removed in favor of the experimental ControlsOf interface.
  • Remove mergeValidators. Use addValidators in v12.
  • Remove validateOn.
  • Remove getControl in favor of get(key) or get(['nested', 'key']).
  • Remove errors typing.
  • Validators should now be imported from Angular.
  • FormBuilder doesn't support generic anymore. Due to the complexity of the builder API, we're currently couldn't create a "good" implementation of ControlsOf for the builder.
  • Remove the group.persist() from the instance to an exported function to make it tree-shakeable.

Features

netanel-ngneat
published 2.0.0 •

netanel-ngneat
published 1.7.5 •

Changelog

Source

1.7.5 (2021-08-09)

Bug Fixes

netanel-ngneat
published 1.7.4 •

Changelog

Source

1.7.4 (2021-07-28)

Bug Fixes

  • control: avoid throw of error with async validator (cf8f861), closes #91
netanel-ngneat
published 1.7.3 •

Changelog

Source

1.7.3 (2021-05-20)

Bug Fixes

  • 🐛 fix umd bad complier for getters and setters (6bf84bf), closes #88
netanel-ngneat
published 1.7.2 •

Changelog

Source

1.7.2 (2021-03-21)

Bug Fixes

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