Releases: fornewid/neumorphism
Releases · fornewid/neumorphism
0.3.2
Dependency Updates:
Dependency |
Previous version |
New version |
kotlin |
1.4.32 |
1.5.32 |
Library Updates:
Full list of changes
0.3.1...0.3.2
0.3.1
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
Dependency Updates:
No dependency updates.
Library Updates:
NeumorphTextView
NeumorphCardView
Sample Updates:
- Split sample modules for benchmark (#37, #57)
0.2.2
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
Dependency Updates:
No dependency updates.
Library Updates:
NeumorphButton
NeumorphCardView
NeumorphFloatingActionButton
NeumorphImageButton
NeumorphImageView
0.2.0
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
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
Dependency Updates:
No dependency updates.
Library Updates:
NeumorphButton
NeumorphCardView
NeumorphFloatingActionButton
NeumorphImageButton
NeumorphImageView
0.1.9
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
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)