Releases: andrejsharapov/vue-box-shadows
Releases · andrejsharapov/vue-box-shadows
v2.0.3
v2.0.2
What's Changed
- fixed docs by @andrejsharapov in #21
- workflow acceleration by @andrejsharapov in #22
Full Changelog: v2.0.0...v2.0.2
v2.0.0
What's new
Added a new option to use shadows.
What's changed
The release adds the ability to use not only shadow identifiers, but also their names. This should make it easier for users to work with the collection.
<!-- use name -->
<div v-box-shadow:neu-2></div>
<!-- or -->
<!-- use id -->
<div v-box-shadow="34"></div>
Added
- Added names for use in the projects
v1.0.5
What's new
In this release, the structure and order of shadows has been completely redesigned.
What's changed
Fixed
- Added missing
inset's
Changed
- Shadows have been reordered and grouped
- Shadows get new numbers
- Added usage documentation and examples for each group
Added
- Added shadows in the form of borders
- Added shadows for neumorphism
- Added shadows with patterns
v1.0.0-alpha
Added
- Added all shadows with a number from the box-shadow.css collection
- Added documentation on using the library
Changed
- Changed styles of base shadow