Skip to content

Releases: wanteddev/montage-android

Release v3.4.0

26 Mar 01:28
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

🚀 Design System Release 3.4.0

Changes

  • TopAppBar 개선

    • WantedTopAppBartitleAlignCenter 옵션 추가
    • 문자열 기반 오버로드에서 title 파라미터를 필수화하여 사용 의도를 명확히 함
  • AutoComplete 동작 개선

    • 드롭다운 구현을 DropdownMenu 기반으로 조정
    • anchorPadding을 통한 드롭다운 위치 보정 지원
    • PopupProperties(focusable = false) 적용으로 입력/포커스 관련 UX 안정화
  • Tooltip 개선

    • anchor 좌표 추적 로직 추가
    • caret(화살표) 그리기 로직 분리(drawCaret)로 렌더링 구조 개선
  • Avatar 이미지 처리 개선

    • Glide placeholder/failure 처리 방식 정리 (placeholder(...))
    • 알파 처리 위치 조정으로 렌더링 일관성 개선
  • 아이콘 리소스 업데이트

    • 신규 아이콘 추가
      • icon_normal_crop
      • icon_normal_flip
      • icon_normal_rotate
    • icon_normal_calendar 벡터 경로 업데이트
    • ic_normal_telescope_svgicon_normal_telescope 리소스명 정리

영향도

  • 기능 추가: TopAppBar 타이틀 중앙 정렬 옵션
  • 동작 개선: AutoComplete, Tooltip, Avatar의 표시/상호작용 안정성
  • 리소스 확장: 편집 관련 아이콘(crop/flip/rotate) 신규 제공
  • 호환성 참고: WantedTopAppBar 문자열 오버로드 사용 시 title 필수 인자 반영 필요

Installation

dependencies {
    implementation("com.wanted.android:montage-android:3.4.0")
}

Release v3.3.0

13 Mar 00:40
Immutable release. Only release title and notes can be modified.
51d0528

Choose a tag to compare

🚀 Design System Release 3.3.0

Changes

  • Published to GitHub Packages
  • GroupId: com.wanted.android
  • ArtifactId: montage-android
  • Version: 3.3.0

Installation

dependencies {
    implementation("com.wanted.android:montage-android:3.3.0")
}

Release v3.2.3

09 Mar 05:02
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

🚀 Design System Release 3.2.3

Changes

  • Published to GitHub Packages
  • GroupId: com.wanted.android
  • ArtifactId: montage-android
  • Version: 3.2.3

Installation

dependencies {
    implementation("com.wanted.android:montage-android:3.2.3")
}

Release v3.2.2

09 Mar 00:10
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

🚀 Design System Release 3.2.2

Changes

  • Published to GitHub Packages
  • GroupId: com.wanted.android
  • ArtifactId: montage-android
  • Version: 3.2.2

Installation

dependencies {
    implementation("com.wanted.android:montage-android:3.2.2")
}

Release v3.2.1

12 Feb 01:02
Immutable release. Only release title and notes can be modified.
c9eaf40

Choose a tag to compare

🚀 Design System Release 3.2.1

Changes

  • Published to GitHub Packages
  • GroupId: com.wanted.android
  • ArtifactId: montage-android
  • Version: 3.2.1

Installation

dependencies {
    implementation("com.wanted.android:montage-android:3.2.1")
}

Release v3.2.0

11 Feb 05:25
Immutable release. Only release title and notes can be modified.
11680e1

Choose a tag to compare

🚀 Design System Release 3.2.0

Changes

  • Published to GitHub Packages
  • GroupId: com.wanted.android
  • ArtifactId: montage-android
  • Version: 3.2.0

Installation

dependencies {
    implementation("com.wanted.android:montage-android:3.2.0")
}

Release v3.1.0

16 Dec 01:42

Choose a tag to compare

🚀 Design System Release 3.1.0

Changes

  • Published to GitHub Packages
  • GroupId: com.wanteddev
  • ArtifactId: montage-android
  • Version: 3.1.0

Installation

dependencies {
    implementation("com.wanteddev:montage-android:3.1.0")
}