0.3.1 (06-06-2023)
- Resolved the tabbing issue for the
m-btn
component while removing unnecessary js - Fixed bugs on
m-input
relating to icon sizes and the refreshing of the icons on keyboard input
0.3.0 (06-06-2023)
- Added the ability to add custom colors on input with shades on
hover
andclick
- Added a set of custom sizes with the
size
string prop - Added a set of custom shapes with the
shape
string prop - Handle transparency with the
transparent
boolean prop - Ability to add
custom elements
inside the button or optionally through thetext
string prop - Added:
disabled
andloading
with customloading-icon
with theloading-circle
default icon
- Added the
id
prop at the input element or thecontainer-id
to select the whole element - Optionally add the component on top of the input with the
label
string prop that contains the text, with the optionallabel-id
string prop - Placeholder...
- Added an icon with the
icon
string property limited to a small set of open source icons type
string prop Currently supportstext
andemail
inputs- Added a set of custom colors for the input element with the
color
string prop with the optional support for customhex
andrgb/a
colors - Added a set of custom colors for the text inside of the input element with the
text-color
string prop with the optional support for customhex
andrgb/a
colors - Added a set of custom sizes with the
size
string prop - Added a set of custom shapes with the
shape
string prop - Handle bold text with the
bold
boolean prop - Added:
disabled
andloading
with customloading-icon
with theloading-circle
default icon - Added automatic email validation of input of
type="email"
- Added persistent validation bar on email inputs This will change to fit other types as well
- Autofocus... :>
- Added a set of custom colors for the
switch
element with thecolor
string prop with the optional support for customhex
andrgb/a
colors - Added a set of custom sizes with the
size
string prop - Added the custom width with the
custom-width
string prop that accepts normal css size units - Added:
disabled
andloading
- Fixed some minor bugs on
<m-btn></m-btn>
that wasn't detecting the tab on custom colors
- Minor reorganizing of css with vars to better support color and style customization.
- Added css minification with postcss cssnano plugin
- Added the
<m-input></m-input>
and<m-switch></m-switch>
Components with minor styling functionality that are still in development.
- Minor reorganizing of the project structure for better scalability and maintainability.
0.1.1 brings us the <m-btn></m-btn>
button element.
The docs for usage will be out in a jiffy (prolly next week - May 30ish or later...)