All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.
0.11.24 (2025-01-07)
- 🐛 SASS deprecation warnings (d341090)
0.11.14 (2023-06-22)
0.11.13 (2022-11-15)
Note: Version bump only for package @bulvar/root
0.11.12 (2022-09-12)
- Buefy: 🐛 horizontal classes typo (56470b4)
- Buefy: 🐛 multiple attribute selector must be in the brackets (2b7deb9)
- Bulma: 🐛 css var generated additinal code (ace0d42)
0.11.11 (2022-08-06)
- 🐛 RTL been processed twice (c6057fe)
- Buefy: 🐛 b-table overflow when last column is numeric (32d1c3d)
- Bulma: 🐛 progress backgroung filling (a265bb9)
0.11.10 (2022-06-09)
- Bulma: 🐛 FireFox ignores opacity for disabled options (7bdcc92)
- Bulma: 🐛 hr to have margin (854c531)
0.11.9 (2022-06-04)
Note: Version bump only for package @bulvar/root
0.11.8 (2022-06-02)
- Bulma: 🐛 iOS button border fix (e2e810e)
0.11.7 (2022-05-26)
- Bulma: 🐛 keep background for modal-close button (aef3cee)
0.11.6 (2022-05-25)
0.11.5 (2022-05-25)
- Bulma: 🐛 hide icon is state is-loading (6e3e2c6)
- Bulma: 🐛 hr has to have only block margin (cf4bc79)
0.11.4 (2022-05-16)
Note: Version bump only for package @bulvar/root
0.11.3 (2022-05-15)
Note: Version bump only for package @bulvar/root
0.11.2 (2022-04-26)
Note: Version bump only for package @bulvar/root
0.11.1 (2022-04-23)
- Bulma: 🐛 add missing font-size property (27b2a50)
- Bulma: 🐛 correct name of the invert variables (d438c4a)
- Bulma: 🐛 replace static variable to var() (370efa9)
0.11.0 (2022-04-22)
-
🐛 controls and input mixind should be in utilities (0b5e294)
-
Buefy: 🐛 skeleton gradient colors (d2ec731)
-
Bulma: 🐛 add missing CSS variables (bb038e8)
-
Bulma: 🐛 align SASS & CSS var name (title-size | subtitle-size) (baa83e1)
-
Bulma: 🐛 fix invert button hover (f1f0753)
-
Bulma: 🐛 proper chaining of color variables (2fba8d5)
-
Bulma: 🐛 use CSS var color in hero.sass (5285970)
-
Bulma: 🐛 usless import prevent from customizing colors (db08040)
-
refactoring!: ♻️ rename input-arrow -> input-arrow-color & use it as derive (cf5873c)
-
mv(Buefy)!: 🚚 conventional name of the files (b2a471c)
- renamed variable input-arrow -> input-arrow-color
- Remove underscore in ALL(!) imports
0.10.2 (2022-03-15)
Note: Version bump only for package @bulvar/root
0.10.1 (2022-03-07)
Note: Version bump only for package @bulvar/root
0.10.0 (2022-03-07)
- Buefy: 🐛 move arithmetic operation to var (8169242)
- Bulma: 🐛 inconsistent input[disabled] color in Safari (fa699f4)
- tabs: 🐛 vars weren't registered as CSS vars (b1bf4fc)
-
All files with name _all.{SASS,SCSS} were renamed to _index.{SASS,SCSS} to be able to use @forward
-
now we using @use and @forwad (SASS modules) that might break your imports
-
feature(Buefy): ✨ use SASS modules
-
now we using @use and @forwad (SASS modules) that might break your imports
-
refactoring(Bulma): ♻️ use map to generate grid
-
feature(ALL): ✨ change main files to use @use
-
refactoring(functions.sass): ♻️ use math.pow
-
feature(ALL): ✨ use load-path flag to simplify urls
-
feature(ALL): ✨ add *-core.sass version of the build
-
fix(lerna): 🐛 to show output of compilation
-
refactoring(Bulma): ♻️ use var namespace for variables
-
refactoring(Buefy): ♻️ use vars namespace for variables
-
fix: 🐛 rebase fixes
-
fix(derived-variables): 🐛 @forwar has to be first
-
refactoring(messages.sass): ♻️ use conventional light and dark colors
-
fix(Buefy): 🐛 same variablles name withing same scope
-
refactoring(ALL): ♻️ use @forward and with() in main files
-
style(derived-variables): 🎨 appropriate place for the comment
-
fix(derived-variables): 🐛 $grey-lightest was missing in shades
-
nuke bulma-core
-
style(bulma): 🎨 shorten import path
-
style(progress.sass): 🎨 agreagate same rules
-
style(controls): 🎨 control-sizes mixin makes more sense in controls.sass
-
refactoring(controls): ♻️ move all controls vars to controls.sass
move everything to controls.sass and register CSS vars in here
- feature(registerComponentCSSVars): ✨ add no class case also
make registerComponentCSSVars to accept null or empty string, in this case css vars will be automatially registered in the root
-
style(entends.sass): 🎨 rename namespace to more conventional
-
fix(controld.sass): 🐛 controls vars have to be global
$control-* type of vars are used in the multiple components, hence have to be global
-
style(shared.sass): 🎨 colors list usually goes last
-
style(base.sass): 🎨 no need to declare $input-* vars again
-
style(Bulma): 🎨 format / clean / beautify basic theme
-
style(Bulma): 🎨 rename to light theme
-
style(generic.sass)!: 🎨 nuke unused $body-size
BREAKING CHANGES: $body-size removed. Use $body-font-size instead
-
feature(animations): ✨ add keyframes mixin to prefix
-
prune(vars files): 🔥 nuke unused (since now) Buefy variables
-
mv(Buefy utilities)!: 🚚 move animation and helpers to helpers folder
divide Buefy utilities in tto utilities and helpers folder, which makes more sense
-
_animattion.scss and _helpers.scss has been moved to other folder
-
config(sass watch): 🔧 do not generate source map on watch | add colors
-
docs-code(dark.sass): 💡 add @warn
-
fix(generic.sass): 🐛 use body-font-size
-
fix(Bulma): 🐛 make all path relative
to avoid additional setups in the project avoid using load-path
-
fix(Buefy): 🐛 make all paths relative
-
config(package.json): 🔧 add verbose flag to see all warnings
-
prune(package.json): 🔥 no need to serve shared folder with anymore
-
fix(Buefy): 🐛 path to Bulma
-
style(Buefy): 🎨 Bulma-alike code formatting
-
style(Bulma): 🎨 move animation to the single file
-
typo(dark.sass): ✏️ close quotes
-
style(themes): 🎨 forward global variables from themes
-
style(helpers): 🎨 add !default to be able exclude helpers from the css
-
docs(bulma): 📝 @forward explanation
-
docs(bulma): 📝 @forward explanation
-
ui(animation.sass): 💄 add helper animation classes
-
prune(buefy): 🔥 nuke -core version of the build
-
docs: 📝 add comprehensive docs
-
mv: 🚚 move README to .github
-
docs: 📝 add symlink to READMEs
-
mv: 🚚 add symlink for LICENSE
-
mv(bulvar.svg): 🚚 move logo to .github folder
Co-authored-by: Daniil [email protected]
0.9.7 (2022-02-17)
- Bulma: 🐛 inconsistent input[disabled] color in Safari (8749a44)
0.9.6 (2022-01-10)
Note: Version bump only for package @bulvar/root
0.9.5 (2022-01-06)
- checkbox-radio.sass: 🐛 add is-disabled to to label element (32f4ac3)
- tools.sass: 🐛 Input loading animation vertically centered (4a6d4f1)
0.9.4 (2021-11-26)
-
ALL: typography-size mixin moved from typography.sass to the mixins.sass. If you import it, please change you import statement
-
fix(file.sass): 🐛 add norma size to file
-
style(mixins.sass): 🎨 sort positions
-
refactoring(title.sass): ♻️ move sizes cclasses to mixin
Co-authored-by: Daniil [email protected]
- Bulma: 🐛 forgot to add check for $has-starts-from (8ec5372)
- ALL: ✨ convert to MONOREPO (d6a82ba)
- Buefy: ✨ add controls size utility mixin (84c1306)
- Buefy: ✨ apply v0.9.13 feat & fixes (74c877c)
- Buefy: ✨ create renovate (251a228)
- Buefy: ✨ enable click event in notification (a03f72d)
- Buefy: ✨ export variables (#4) (fb2bca4)
- Bulma: ✨ export variables (#2) (984ec50)
0.9.2 (2021-11-15)
Note: Version bump only for package @bulvar/root