Release notes
2.1.0
π New Component
Progress Indicator
2.0.1
π New Component
Alert Dialog
π§ Enhancements
- Target SDK version update to support up to API level 31
- Library now split into 2 Maven artifacts:
enterprise-android-core
(minSdk 14) - Tokens, Themes, and Icon assets onlyenterprise-android-view
(minSdk 23) - View-based components, includesenterprise-android-core
π Bug Fixes
- Accessibility fix for
Button
component (debouncing and border focus fix)
1.5.0
π New Components
Snackbar
π§ Enhancements
Date Picker
enhancements added toTextInputField
to support input masking and error validation for different time formats (eg: dd/mm/yyyy or mm/dd/yyyy based on language selected). Also enhanced accessibility updates for announcing the selected date.
1.4.0
π§ Enhancements
Time picker
update with ability to switch between clock mode and input text mode for selecting and entering time- Button debouncing ability added
1.3.0
π New Components
Date Picker
Error Validation
feature added toText Input Field
for commonly use cases- Includes validation for email, credit card, and more
π§ Enhancements
- Accessibility updates for
Time Picker
to account for selection time vs current time
1.2.0
π New Components
Time Picker
Input Masking
(added toText Input Field
)- SSN
- Credit Card
- Currency
- Phone
π Bug Fixes
TextInputField
endIcon
fixed
1.1.1
π Bug Fixes
TextInputField
size fixes
π§ Enhancements
TextInputField
prefix symbol added- Enhanced development documentation
- Updated text input field disabled state
- Temporarily disabled dark theme support until our later planned complete implementation
1.1.0
π New Components
Button
EnterpriseContainedButton
(Primary)EnterpriseOutlinedButton
(Secondary)EnterpriseTextButton
(Tertiary)
Enterprise Icons
- Official icon set added as drawables
- Also added as EnterpriseIcon enum for convenience
π Bug Fixes
- Fixed Checkbox/Radio button ripple clipping convenience function
π§ Enhancements
- Updated all design tokens to reflect new naming conventions
- Migrated from Kotlin synthetic binding to Android View Binding
1.0.0
π New components
Checkbox
ExposedDropdownMenu
RadioButton
TextInputField