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 only
    • enterprise-android-view (minSdk 23) - View-based components, includes enterprise-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 to TextInputField 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 to Text 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 to Text 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

↑ Back to top