-
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
504649f
commit e51eb1f
Showing
18 changed files
with
6,336 additions
and
4,890 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,155 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
# [0.10.0](https://github.com/daniil4udo/bulvar/compare/v0.9.7...v0.10.0) (2022-03-07) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* **Buefy:** 🐛 move arithmetic operation to var ([8169242](https://github.com/daniil4udo/bulvar/commit/8169242bad4773ec8f56ff769f937a19d9f171e3)) | ||
* **Bulma:** 🐛 inconsistent input[disabled] color in Safari ([fa699f4](https://github.com/daniil4udo/bulvar/commit/fa699f4bc876d88b839a0c7ae66dc8713db85f32)) | ||
* **tabs:** 🐛 vars weren't registered as CSS vars ([b1bf4fc](https://github.com/daniil4udo/bulvar/commit/b1bf4fcdeed6c67eb69d627a43b2fd30cf70cee8)) | ||
|
||
|
||
### feature | ||
|
||
* ✨ deprecared import ([#42](https://github.com/daniil4udo/bulvar/issues/42)) ([ce37ad6](https://github.com/daniil4udo/bulvar/commit/ce37ad6e978602141c5eca2966c03f3f90cab561)), closes [#38](https://github.com/daniil4udo/bulvar/issues/38) | ||
|
||
|
||
### BREAKING CHANGES | ||
|
||
* 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](https://github.com/daniil4udo/bulvar/compare/v0.9.6...v0.9.7) (2022-02-17) | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"version": "0.9.6", | ||
"version": "0.10.0", | ||
"packages": [ | ||
"packages/*" | ||
], | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,154 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
# [0.10.0](https://github.com/daniil4udo/bulvar/compare/v0.9.7...v0.10.0) (2022-03-07) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* **Buefy:** 🐛 move arithmetic operation to var ([8169242](https://github.com/daniil4udo/bulvar/commit/8169242bad4773ec8f56ff769f937a19d9f171e3)) | ||
* **tabs:** 🐛 vars weren't registered as CSS vars ([b1bf4fc](https://github.com/daniil4udo/bulvar/commit/b1bf4fcdeed6c67eb69d627a43b2fd30cf70cee8)) | ||
|
||
|
||
### feature | ||
|
||
* ✨ deprecared import ([#42](https://github.com/daniil4udo/bulvar/issues/42)) ([ce37ad6](https://github.com/daniil4udo/bulvar/commit/ce37ad6e978602141c5eca2966c03f3f90cab561)), closes [#38](https://github.com/daniil4udo/bulvar/issues/38) | ||
|
||
|
||
### BREAKING CHANGES | ||
|
||
* 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](https://github.com/daniil4udo/bulvar/compare/v0.9.6...v0.9.7) (2022-02-17) | ||
|
||
**Note:** Version bump only for package @bulvar/buefy | ||
|
Oops, something went wrong.