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

@zenginehq/frontend-config

Package Overview
Dependencies
Maintainers
5
Versions
42
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@zenginehq/frontend-config - npm Package Versions

1235

3.8.1

Diff

Changelog

Source

3.8.1 (2018-10-05)

Bug Fixes

  • populate dropdown w/ existing values (281ebd9)

<a name="3.8.0"></a>

alexweber
published 3.8.0 •

Changelog

Source

3.8.0 (2018-10-04)

Bug Fixes

  • choices added to the appropriate property (fb55483)
  • copy-paste mistake (4759ef4)

Features

Performance Improvements

  • store arrays in variables and only call functions on focus (fa221b2)

<a name="3.7.1"></a>

parksa
published 3.7.1 •

Changelog

Source

3.7.1 (2018-09-13)

Bug Fixes

<a name="3.7.0"></a>

alexweber
published 3.7.0 •

Changelog

Source

3.7.0 (2018-08-30)

Bug Fixes

  • button doesnt overlap anymore resolves #20 (a20546e)
  • fixes https://github.com/ZengineHQ/zn-frontend-config/issues/10 (d056796)
  • immutability (26d1b66)
  • no lets! (dc9f40a)
  • resolve vulnerabilities (npm audit fix) (ca2be15)
  • show existing dropdown values as selected (4f6f47b)
  • show form field name if exists, o/w label (b31b50b)
  • skip id/name validation for markup type (ed83cea)
  • variable scope collision (448c30d)
  • webhook filters update when config is re-saved (077384b)

Features

  • add min/max attribute to number input (8042af0)
  • add minlength/maxlength to text input (7518a21)
  • callback to conditionally show/hide fields (cf33716)
  • new choice mode 'multi-select' (3f664e1)
  • step attribute resolves #1 (507cb71)
  • webhook filter prefixes can be user-configured (e3eeca9)
  • webhook method can receive filter parameter (7f236a3)

<a name="3.6.0"></a>

alexweber
published 3.6.0 •

Changelog

Source

3.6.0 (2018-08-17)

Bug Fixes

  • belongsTo added to form fields when multiple in succession (8712cb4)
  • config id not being set when adding a config with multi configs (7852a75)
  • dropdown value always being set as 'opt.value' (584e408)
  • form input init when not loaded yet (72048c8)
  • make sure belongsTo is automatically filled correctly (f55ab8a)
  • only call form input init if we dont belong to anyone (30f5c0e)
  • tweak form input throbber display logic (25cb2ea)
  • typo (5ad53a5)
  • wsid not passed to getForms in form input (59f83a5)

Features

  • add new webhook command in settings fluid api (600ff8b)
  • create webhook, save id and key and update url to include config id automatically (878174e)
  • do init form input when it belongs to a workspace if that workspace has already been set (ff26e8b)
  • events can no longer modify the config data (bad37f3)
  • implement a workspace field and enhance the form field to support belonging to it (1ad1f32)
  • implement forms loading flag (8dfc649)
  • initial webhook management in controller (23c8341)
  • remove ability to pass an object to constructor (980bda4)
  • rework save events, remove postSave (a2895c7)
  • support workspace fields in highlighs (e5917aa)
  • update form input template to support belonging to a workspace (d4711ed)

BREAKING CHANGES

  • no external modifications to the config data are allowed anymore
  • Passing an optional object to the Config constructor was a hidden feature that was never used and, frankly, is a bad idea beacuse because it removes all of the security in valid configs we have from the fluid api
  • The “postSave” event is no longer fired. The “save” event also behaves differently now, it doesn’t allow the settings to be modified and is called after the save is complete - effectively making it act like the old postSave

<a name="3.5.0"></a>

alexweber
published 3.5.0 •

Changelog

Source

3.5.0 (2018-07-20)

Bug Fixes

  • re-add the postSave event (943c398)

Features

  • improve error messages to aid debugging config issues (47b43cc)

<a name="3.4.0"></a>

alexweber
published 3.4.0 •

Changelog

Source

3.4.0 (2018-06-28)

Bug Fixes

  • choice input validation fails when no restrict set (f4710e4)
  • number and text input placeholders not displaying (7f4035b)

Code Refactoring

  • rename configName back to name (e13ec8d)

Features

  • disable the enable/disable/delete buttons when they are working (398c46b)
  • don’t extend config data when enabling/disabling a config (ef0e924)

BREAKING CHANGES

  • when using multi configs the name is now stored in the “name” property instead of the previous “configName”

<a name="3.3.0"></a>

alexweber
published 3.3.0 •

Changelog

Source

3.3.0 (2018-06-21)

Bug Fixes

  • better handling of discarding non multi config changes (4a30aae)

<a name="3.2.0"></a>

alexweber
published 3.2.0 •

Changelog

Source

3.2.0 (2018-06-20)

Bug Fixes

  • choice input options follow required property (0b8a5ca)
  • regression in exclusivity handling for field and folder inputs (03523aa)
  • regression on form field init when moving to hooks (c895d6e)
  • regression when toggling configs from list (aa3abaa)

Code Refactoring

  • rename select input to dropdown (8ca3ac2)

Features

  • allow multiple callbacks for each event (2537ddc)
  • display modal about having to enable config when saving (75dd2b5)
  • theming improvements for highlights in list view (d9eac82)

BREAKING CHANGES

  • The “select” field type no longer exists, please rename usages to “dropdown” instead

<a name="3.1.0"></a>

alexweber
published 3.1.0 •

Changelog

Source

3.1.0 (2018-06-20)

Bug Fixes

  • check if events return data before trying to merge (916f3fe)
  • remove files added by mistake (298ad51)
  • send a copy of the deleted config in the deleted event (814bdb4)

Features

  • default exclusive to true for all inputs that support it (29dd446)
  • respect field, folder and choice input exclusivity in input options (9c5cbc9)
  • respect form input exclusivity in input options (9140bc0)

<a name="3.0.0"></a>

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