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

balm-ui-lite

Package Overview
Dependencies
Maintainers
1
Versions
69
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

balm-ui-lite - npm Package Versions

13
7

1.5.5

Diff

Changelog

Source

1.5.5 (2019.02.28)

:beetle: Bug fixes and improvements

  • <ui-checkbox>: fix single checked bug
  • <ui-rangepicker>: add reverseSelection props, update sync datepicker code

elf-mouse
published 1.5.4 •

Changelog

Source

1.5.4 (2019.01.10)

:beetle: Bug fixes and improvements

  • balmUI: update fn argument compatibility
  • <ui-dialog>: fix close event
  • <ui-checkbox>: fix some css bug

elf-mouse
published 1.5.3 •

Changelog

Source

1.5.3 (2018.12.06)

:beetle: Bug fixes and improvements

  • $validate: update $validate(formData, customFieldset)
  • <ui-dialog-title>: add props disableCloseButton
  • $alert/$confirm: add options disableCloseButton, raw
  • $prompt: add options disableCloseButton

:page_with_curl: Update docs

  • <ui-dialog>
  • $alert/$confirm/$prompt
  • $validate

elf-mouse
published 1.5.2 •

Changelog

Source

1.5.2 (2018.11.24)

:beetle: Bug fixes

  • <ui-dialog>: some bugfix

elf-mouse
published 1.5.1 •

Changelog

Source

1.5.1 (2018.11.22)

:beetle: Bug fixes

  • <ui-pagination>: add default value for prev and next props

elf-mouse
published 1.5.0 •

Changelog

Source

1.5.0 (2018.11.02)

:tada: Update auto install

:beetle: Bug fixes

  • <ui-button>: some bugfix

elf-mouse
published 1.4.1 •

Changelog

Source

1.4.1 (2018.08.07)

:beetle: Bug fixes

  • update validator

elf-mouse
published 1.4.0 •

Changelog

Source

1.4.0 (2018.07.10)

:tada: New features: Automatic assignment (v-model)

Supported components:

  • Form elements
    • <ui-textfield>
    • <ui-checkbox>
    • <ui-radio>
    • <ui-select>
    • <ui-selectmenu>
    • <ui-icon-toggle>
    • <ui-switch>
    • <ui-slider>
    • <ui-autocomplete>
    • <ui-datepicker>
    • <ui-rangepicker>
  • Others
    • <ui-tabs>
    • <ui-table>
    • <ui-pagination>
    • <ui-dialog>
    • <ui-snackbar>

Example

// New: automatic assignment
<ui-textfield v-model="value"></ui-textfield>

// Old: manual assignment
<ui-textfield
  :model="value"
  @change="balmUI.onChange('value', $event)"
></ui-textfield>

elf-mouse
published 1.3.0 •

Changelog

Source

1.3.0 (2018.05.07)

:beetle: Bug fixes

  • fix components entries' build bug

elf-mouse
published 1.2.0 •

Changelog

Source

<del>1.2.0 (2018.04.27)</del>

balm-ui-lite@1.2.0 is deprecated, upgrade to 1.3.0 please.

:tada: New features

  • upgrade to balm@0.20

:gear: New components

  • <ui-circle>

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