Releases: websublime/vitamin
@websublime/vitamin-core@0.2.0
Minor Changes
-
#77
4a0eed5Thanks @miguelramos! - Reworked github actionsDecoupling common functionality to actions on the same repo. Also to test it inited
the research and prepare for POC on custom elements supporting htmx.
@websublime/vitamin-core@0.1.3
Patch Changes
- #75
a4d823cThanks @miguelramos! - Inspector element added to give quick info about scope, version of a component. Metadata needed to be added to the component following the typing created for the purpose. Initial wrappers around persisntence layer local and session.
@websublime/vitamin-theme@0.6.0
Minor Changes
-
#73
3e8d564Thanks @miguelramos! - Initial CSS themer utils, rules, classes.Notes:
Reinitate all project with new structure and new styling. Remove all old code and start from scratch.
Why? Tailwind is too big, as its powers but seems crazy the way we build now css. So long classes and so many repetition.
Extending take a lot of work creating plugins and stuff. So we want to create a new way to build css, more like a framework.
@websublime/vitamin-ui@1.11.0
Minor Changes
-
#71
cdc67c5Thanks @miguelramos! - Limiter and RangeLimiter and range elements to define value interval. Fix storybook icons and add dark/light theme to it.
@websublime/vitamin-theme@0.5.0
Minor Changes
-
#71
cdc67c5Thanks @miguelramos! - Limiter and RangeLimiter and range elements to define value interval. Fix storybook icons and add dark/light theme to it.
@websublime/vitamin-ui@1.10.0
Minor Changes
-
#69
5a71124Thanks @miguelramos! - Range elementAdd range element with min and max. Defined how light/dark theme are applied.
@websublime/vitamin-theme@0.4.0
Minor Changes
-
#69
5a71124Thanks @miguelramos! - Range elementAdd range element with min and max. Defined how light/dark theme are applied.
@websublime/vitamin-ui@1.9.0
Minor Changes
-
#67
e8ca5b7Thanks @miguelramos! - Checkbox elementCheckbox with checkmark and readjust ui development script for styling with tailwind. Page is now able to use tailwind without affecting elements styles
@websublime/vitamin-theme@0.3.0
Minor Changes
-
#67
e8ca5b7Thanks @miguelramos! - Checkbox elementCheckbox with checkmark and readjust ui development script for styling with tailwind. Page is now able to use tailwind without affecting elements styles
@websublime/vitamin-ui@1.8.0
Minor Changes
- #65
763ce0bThanks @miguelramos! - switch component minimal example ui/theme/docs