Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
[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
- IconProps to be statically typed from current icon component
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 exportsCSS 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 ofBulma
update package.json to include
.
export ofdist/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 andmultiple
attribute to return an array of selected values and display them in the select element
[0.0.0-12] - 2023-01-11
Added
Add docs to props of...
alignment, multiline and grouped (spacing) classes for BulmaControlGroup
label size and
for
attribute for BulmaFormFieldcolour of
BulmaIcon
when a single icon is passed in as a prop or slot
[0.0.0-11] - 2023-01-09
Added
- Add docs to props of...
- Add state prop to BulmaInput
- Icon support for BulmaControl
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
- Type helpers for BulmaSelect
Changed
Deprecated
Removed
Fixed
- Exports in package to export
dist/vuebulma
isFullWidth
prop capitalization in BulmaSelect to transform tois-fullwidth
class
[0.0.0-10] - 2023-08-01
Added
Changed
- Button
isActive
tostate
and accepts all button states classes
- Buttons to BulmaButtonGroup
- BulmaNavbarItem type to be as concise and clear as possible to help render item in BulmaNavbar
color
prop on BulmaSelect tocolour
Removed
- BulmaButtonGroup
items
prop
Fixed
- BulmaIcon wrap text in span to prevent collision with icon
- BulmaTextArea
hasFixedSize
prop to apply theis-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
- Documentation to props of
Changed
- Types allowed in Bulma Breadcrumb list prop to
any
[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
, andBulmaFormControlGroup
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 exportingdist/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.