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

1
7

1.1.0

Diff

Changelog

Source

1.1.0 (2018.03.22)

  • upgrade to balm@0.17

elf-mouse
published 1.0.8 •

Changelog

Source

1.0.8 (2018.02.18)

:beetle: Bug fixes and improvements

  • update <ui-table> style
  • update <ui-select> style for clip bug

:page_with_curl: Update docs

  • <ui-pagination>
  • <ui-selectmenu>

elf-mouse
published 1.0.7 •

Changelog

Source

1.0.7 (2018.02.06)

:beetle: Bug fixes and improvements

  • add <ui-rangepicker> sass variables
  • update <ui-file> style

:page_with_curl: Update docs

  • <ui-rangepicker>

elf-mouse
published 1.0.6 •

Changelog

Source

1.0.6 (2018.02.05)

:beetle: Bug fixes and improvements

  • add <ui-select> && <ui-selectmenu> sass variables

:page_with_curl: Update docs

  • <ui-select>
  • <ui-selectmenu>

elf-mouse
published 1.0.5 •

Changelog

Source

1.0.5 (2018.01.04)

:beetle: Bug fixes and improvements

  • fix componentHandler bug for node

:memo: Test

  • setup test

elf-mouse
published 1.0.4 •

elf-mouse
published 1.0.3 •

elf-mouse
published 1.0.2 •

Changelog

Source

1.0.2 (2018.01.03)

:beetle: Bug fixes and improvements

  • fix <ui-layout-drawer> click link bug
  • add spinner for docs

elf-mouse
published 1.0.1 •

Changelog

Source

1.0.1 (2018.01.02)

:beetle: Bug fixes and improvements

Auto install plugins for balm-ui-lite

import Vue from 'vue';
import BalmUI from 'balm-ui-lite';

Vue.use(BalmUI); // include all plugins

Update plugins config

  • event
  • alert
  • confirm
  • prompt
  • toast
  • notify
  • validator

:page_with_curl: Update docs

  • Plugins
    • event
    • alert
    • confirm
    • prompt
    • toast
    • notify
    • validator
  • Directives
    • remove lazy-load docs (temporary)

elf-mouse
published 1.0.0 •

Changelog

Source

1.0.0 (2018.01.01)

:tada: New features

  • individual package for components, plugins, directives and helpers
  • new SASS variables for components
  • global options for all components props' default value
  • new docs for Chinese

:beetle: Bug fixes and improvements

<ui-button>

  • add click event
<!-- 0.5.x `click.native` -->
<ui-button @click.native="onClick"></ui-button>

<!-- 1.0.0 `click` -->
<ui-button @click="onClick"></ui-button>

<ui-card>

  • add subcomponents <ui-card-head> & <ui-card-subtitle>

<ui-list>

  • add <ui-item-primary> & <ui-item-secondary>

<ui-pagination>

  • add default slot for mini mode

<ui-textfield>

  • add icon slot for expandable mode

<ui-table>

  • add props colgroup
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