Zutre Versions Save

UI components for Vue.js based on Spectre CSS Framework

0.1.3-alpha.9

5 years ago
  • Links
    • prop onClick removed
    • removed v-on:click
    • emmiting event click when link is clicked
    • updated docs
  • Avatars
    • prop onClick removed
    • removed v-on:click
    • emmiting event click when avatar is clicked
    • updated docs
  • Menu Items
    • prop onClick removed
    • removed v-on:click
    • emmiting event click when menu item is clicked
    • updated docs
  • Steps and Steps Items
    • prop onClick removed
    • removed v-on:click
    • emmiting event click when step/step item is clicked
    • updated docs
  • Tabs
    • prop onClick removed
    • removed v-on:click
    • emmiting event click when tab item is clicked
    • updated docs

0.1.3-alpha.8

5 years ago

Moved back spectre.css and material-icons to dependencies

0.1.3-alpha.7

5 years ago

Added

  • Tables
    • New prop shrink to set smaller paddings ans font size
    • New prop scrollable to display horizontal scroll if necessary

Changed

  • Buttons
    • prop type changed to be color
    • removed v-on:click
    • emmiting event click when button is clicked
  • Chip - update in code, removed method clicked and moved emitting event to template scope

0.1.3-alpha.6

5 years ago

Added

  • Chips - emit click event on click

0.1.3-alpha.5

5 years ago

Added

Changed

  • All component directories and files names changed to lower case
  • Moved ButtonGroup to Button
  • Moved Columns and Column to Container

0.1.3-alpha.4

5 years ago

Added

  • Dropdowns - support for dropdowns in Buttons and Avatar presence icon
  • Avatars - new prop onClick, if set will be called once user is going to click avatar icon (can be useful to provide capability to change avatar icon),
  • Menus - new prop onClick in <z-menu-item> component, if set fired when user is going to click on menu item

Fixed

  • Error on render in Accordions

0.1.3-alpha.3

5 years ago

Added

  • New feature in Toast - provided ability to set global default settings for toasts
this.$zutre.toast.settings = {
  position: 'top right',
  type: 'info',
  duration: 3000,
  closeBtn: true  
};

0.1.3-alpha.2

5 years ago

Fixed

  • Breadcrumbs: when there is no items, do not render empty HTML element
  • Toast: revmoed loading toast as mixin

0.1.3-alpha.1

5 years ago

Added

Changed

  • Tabs: Moved creation of tab controller instance to zutre API Vue.$zutre.newTabController method

Removed

  • Support for tooltips through props for Buttons and Links - Tooltip component should be used instead

0.1.3-alpha.0

5 years ago

0.1.3-alpha.0

Changed

  • Moved BreadcrumbsItem to Breadcrumbs
  • Moved CardBody, CardImage, CardSubtitle, CardTitle to Card
  • Moved EmptyAction, EmptyIcon, EmptySubtitle, EmptyTitle to Empty
  • Moved HeroBody to Hero
  • Moved MenuItem and MenuDivider to Menu
  • Moved NavbarSection to Navbar
  • Moved StepItem to Step
  • Moved Tbody, Thead, Td, Th, Tr to Table
  • Moved TileAction, TileContent, TileIcon, TileSubtitle, TitleTitle to Title
  • Moved ToastBody, ToastTitle to Toast

Added

  • New component Drawer
  • New component Accordion
  • New component Tab
  • New component Pagination
  • New component Panel
  • General cleanups in the code
  • New property in Avatar - {Boolean} block, when set to true, css properties will be added: display: block and auto left/right margins plus centered position inside the block
  • Added tooltip suppeort: tooltip and tooltipPosition = left/right/bottom/top for components: Link, Button
  • Nav - added items property to support passign nav elements as an array of objects, read more in docs
  • Added support for icons in Breadcrumbs