Skip to content

Releases: fornewid/neumorphism

0.3.2

16 Feb 16:22
Compare
Choose a tag to compare

Dependency Updates:

Dependency Previous version New version
kotlin 1.4.32 1.5.32

Library Updates:

  • Nothing

Full list of changes

0.3.1...0.3.2

0.3.1

15 Feb 16:40
Compare
Choose a tag to compare

Dependency Updates:

Dependency Previous version New version
kotlin 1.3.72 1.4.32

Library Updates:

Full list of changes

0.3.0...0.3.1

0.3.0

16 Nov 14:39
Compare
Choose a tag to compare

Dependency Updates:

No dependency updates.

Library Updates:

  • NeumorphTextView
  • NeumorphCardView

Sample Updates:

  • Split sample modules for benchmark (#37, #57)

0.2.2

05 Nov 14:03
Compare
Choose a tag to compare

Dependency Updates:

No dependency updates.

Library Updates:

  • NeumorphTextView
    • Fix shadows are not updated after setText() is called (#49, 4965c2a)
  • NeumorphCardView
  • NeumorphImageView
    • Apply press effect for CardView, ImageView (9c541ae)

Sample Updates:

  • Add new activity to test RecyclerView performance (#53, #54, thanks to @paradox02)

0.2.1

25 Sep 16:14
758e00f
Compare
Choose a tag to compare

Dependency Updates:

No dependency updates.

Library Updates:

  • NeumorphButton
  • NeumorphCardView
  • NeumorphFloatingActionButton
  • NeumorphImageButton
  • NeumorphImageView
    • Supports LightSource (#30, cfe9e10)
    • Supports different radii depending on the corner (#38, 1528d37)

0.2.0

13 Aug 15:34
b92b49b
Compare
Choose a tag to compare

Dependency Updates:

Dependency Previous version New version
androidx-appcompat 1.1.0 1.2.0

Library Updates:

  • Adding neumorph_inset support for Neumorph widgets (#19, edf0baa)
  • Use different blur radius as device density (#31, bb30724)
  • NeumorphButton
    • Adjust paddings to show NeumorphButton with drawable properly (#27, be8ce6c)
  • NeumorphShapeDrawable
    • Change padding field to non-null value (e74303d)
    • Get also translationZ field from constant state (dcd1c38)

Full list of changes

0.1.11...0.2.0

0.1.11

02 Jun 14:18
Compare
Choose a tag to compare

Dependency Updates:

No dependency updates.

Library Updates:

  • NeumorphCardView
    • Clip child views in card view temporarily. (90a79d8)
    • Reduce default corner radius. (36dp to 24dp)
      And add a dimension resource. @dimen/design_default_corner_radius (8ca68db)
    • Override setBackgroundColor(int) API of View class. (#15, 8f3e4b8)

0.1.10

21 May 17:25
Compare
Choose a tag to compare

Dependency Updates:

No dependency updates.

Library Updates:

  • NeumorphButton
  • NeumorphCardView
  • NeumorphFloatingActionButton
  • NeumorphImageButton
  • NeumorphImageView

0.1.9

20 May 16:04
Compare
Choose a tag to compare

Dependency Updates:

No dependency updates.

Library Updates:

  • NeumorphShapeDrawable
    • Fix nothing is shown in AS Layout Preview. (#11, 1037dcd)
      Now shape will be shown without blur.

0.1.8

16 May 06:33
Compare
Choose a tag to compare

Dependency Updates:

No dependency updates.

Library Updates:

  • NeumorphButton
  • NeumorphImageButton
  • NeumorphFloatingActionButton
    • Change interpolators for button animation. (9ee428d)

Break Changes:

  • Styles and Themes:
    • Rename Widget.Neumorph.FAB to Widget.Neumorph.FloatingActionButton. (6b4b36e)