Releases: fornewid/neumorphism
Releases · fornewid/neumorphism
0.1.7
Dependency Updates:
No dependency updates.
Library Updates:
NeumorphShapeDrawable
Break Changes:
- Deprecated
NeumorphEditText
- It is difficult to customize the details of the EditText.
Therefore, if necessary, use a card view to wrap the custom view instead.
This method can be easily used for more diverse components.<NeumorphCardView> <CustomView /> </NeumorphCardView>
- It is difficult to customize the details of the EditText.
0.1.6
0.1.5
Dependency Updates:
No dependency updates.
Library Updates:
NeumorphShapeDrawable
- Added
backgroundColor
,strokeColor
,strokeWidth
attributes. (#8, db5da70)<soup.neumorphism.NeumorphXXX ... app:neumorph_backgroundColor="#ff0000" app:neumorph_strokeColor="#00ff00" app:neumorph_strokeWidth="2dp" />
- Fix shadow is shown ugly if elevation is over view size on PressedShape (#5, 5a249b6)
- Added
0.1.4
Dependency Updates:
No dependency updates.
Library Updates:
NeumorphImageButton
- New component!
NeumorphShapeDrawable
- Added press animations for
FLAT
,BASIN
shape.
In default, support for the following components:NeumorphButton
NeumorphFloatingActionButton
NeumorphImageButton
- Added press animations for
0.1.3
0.1.2
0.1.1
0.1.0
Initial release for neumorphism design library.
Dependency Updates:
Dependency | Previous version | New version |
---|---|---|
kotlin | - | 1.3.71 |
androidx-appcompat | - | 1.1.0 |
blurry | - | 3.0.0 |
Library Updates:
NeumorphCardView
NeumorphFloatingActionButton
NeumorphTextView
- New component!