Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelogopen in new window, and this project adheres to Semantic Versioningopen in new window.

[0.0.0-16] - 2023-02-16

Added

  • tag component and tag group
  • layouts
    • container
    • hero
    • section
    • level
    • tile
  • Default text for textarea component
  • icon support for panel component

Changed

Deprecated

Removed

Fixed

  • Fix overrided image css with custom style

[0.0.0-15] - 2023-01-19

Added

  • width prop to image
  • components...
    • Card
    • modal and modal card
    • pagination

Changed

  • type of icons for a formcontrol to be objects of icon props

Deprecated

Removed

Fixed

[0.0.0-14.1] 2023-01-17

Added

  • Add elements
    • Delete
    • notification
    • Progress bar
    • table

Removed

  • unnecessary vuepress and etc. dependencies

[0.0.0-13] - 2023-01-16

Added

  • ./types export to package.json for all related package exports

  • CSS to BulmaButton component to not round corners in a BulmaButtonGroup when it's small and has-addons is applied

Changed

  • names of components to be prefixed with vb instead of Bulma

  • update package.json to include . export of dist/vuebulma

  • type names of... and prepended Bulma to them

    • Grayscale
    • getGrayscale
    • getAspectRatios
    • SubMenuItem
    • MenuItem
    • Menu
    • isMenuItem
    • getOptionValue
  • Names of class getter functions to begin with to

    • getColourClass
    • getSizeClasses
    • getNavbarItemClasses

Fixed

  • BulmaSelect - v-model to work with multiple property and multiple attribute to return an array of selected values and display them in the select element

[0.0.0-12] - 2023-01-11

Added

[0.0.0-11] - 2023-01-09

Added

Removed

  • .umd.js file from package
  • invalid props on bulma input
    • isLoading
    • isRounded

Fixed

  • Exported files to use ecmaascript modules instead of commonjs modules. [0.0.0-10.2] - 2023-01-09

Added

  • case to dependencies

[0.0.0-10.1] - 2023-01-09

Added

Changed

Deprecated

Removed

Fixed

  • Exports in package to export dist/vuebulma
  • isFullWidth prop capitalization in BulmaSelect to transform to is-fullwidth class

[0.0.0-10] - 2023-08-01

Added

Changed

Removed

Fixed

  • BulmaIcon wrap text in span to prevent collision with icon
  • BulmaTextArea hasFixedSize prop to apply the is-fixed-size class
  • v-model to allow for array of values to be selected in BulmaSelect

[0.0.0-9] - 2023-01-04

Fixed

  • Exports and build of package files

[0.0.0-8] - 2023-01-03

Added

Changed

[0.0.0-7.1] - 2022-12-14

Added

  • Option to pass slots to component items in navbar dropdowns

Fixed

  • Export of types in types.ts for package
  • Fixed navbar activation method on item click
  • Button prop/ButtonColour type to include all colours + text + ghost

[0.0.0-7] - 2022-12-13

Added

  • Added BulmaFormField, BulmaFormControl, and BulmaFormControlGroup components

Changed

  • Typescript definitions to include comments/documentation of props, types, functions, etc.

[0.0.0-6.1] - 2022-12-13

Fixed

  • Fixed exports in the package.json; not exporting dist/vuebulma

[0.0.0-6] - 2022-12-13

Changed

  • Typescript definitions for components props, props that use custom types should now be exported as well.