-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sass & Class Renames #759
Sass & Class Renames #759
Conversation
- add cssnano - add postcss-loader - remove unused packages
- move spinner to scss module
…slot, you might not want default styles
@stevenharman @eriknygren would really appreciate any thoughts either of you have on this one – it's a big change. |
- rename dropdownClasses to stateClasses
Codecov Report
@@ Coverage Diff @@
## release/v3.0 #759 +/- ##
===============================================
Coverage ? 88.29%
===============================================
Files ? 4
Lines ? 205
Branches ? 56
===============================================
Hits ? 181
Misses ? 12
Partials ? 12
Continue to review full report at Codecov.
|
Happy to hear it! Thanks for your effort |
* origin/release/v3.0: (67 commits) ensure #222 stays closed (#828) add guide for reduce and taggable (#827) Remove foo bar (#826) WIP: v3 – remove onSearch callback prop (#811) doc content updates overhaul selecting docs, updated navigation and URL structure bump vue-server-renderer (#807) WIP: V3 - Remove index prop, add reduce prop (#800) V3/update list items slot (#799) update vuepress (#797) Update sandbox Add patch from #787 update package deps, remove extra dev options V3 - Remove `mutable` class properties plus other misc changes (#781) refactor deselect method (#768) Sass & Class Renames (#759) fix coveralls coverage reporter (#766) remove: - express - gitbook - json-loader - markdown-loader - normalize.css - prismjs - vue-resource use test-utils beta-20 fix failing test ... # Conflicts: # docs/gitbook/README.md # docs/homepage/home.html # src/components/Select.vue
New
!default
scss variables prepended with$vs-
loading
boolean propEnhancements
Refined selectors to use a single level of specificity, expect when global component states like
vs--searching
are involved. The refined selectors shave~2.5kb
off the build, and removes a lot of friction when attempting to override component styles.Changes
selected-tag
class renamed tovs__selection
vs__
prefixex)
.v-select .selected-tag
becomes.vs__selection
v3
draft release notesdropdown
andrtl
classes from elul > li > a
structure by removing unnecessarya
, refactor all selectors to use.vs__dropdown-option
dropdownClasses()
renamed tocomponentState()
vs--
maxHeight
prop, control via CSSCloses #574 #662 #677 #535 #468
Related #596 #451 #447