Skip to content

Releases: andrejsharapov/vue-box-shadows

v2.0.3

15 Nov 20:27
Compare
Choose a tag to compare

What's changed

add paths to npm ignore.

Full Changelog: v2.0.2...v2.0.3

v2.0.2

14 Nov 20:31
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0.0...v2.0.2

v2.0.0

11 Sep 12:41
26fbd38
Compare
Choose a tag to compare

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

15 Aug 14:29
Compare
Choose a tag to compare

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

15 Aug 14:15
Compare
Choose a tag to compare

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