Skip to content

Commit 212b93d

Browse files
committed
Prepare for release 1.4.0.
1 parent 4ff46fa commit 212b93d

File tree

2 files changed

+20
-3
lines changed

2 files changed

+20
-3
lines changed

CHANGELOG.md

Lines changed: 19 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,27 @@ Changelog
44
**Unreleased**
55
--------------
66

7-
- **Fix**: Don't report duplicate errors about multiple content emitters.
7+
1.4.0
8+
-----
9+
10+
_2024-01-25_
11+
12+
- **New**: Implement `SlotReused` lint. See https://slackhq.github.io/compose-lints/rules/#do-not-invoke-slots-in-more-than-once-place for more information.
813
- **Enhancement**: Report the function name for readability in `ComposeContentEmitterReturningValues`.
914
- **Enhancement**: Check for inherited `@Preview` annotations up to four levels.
10-
- **Enhancement**: Allow `@VisibleForTestin`/`@TestOnly`-annotated preview composables to be public.
15+
- **Enhancement**: Allow `@VisibleForTesting`/`@TestOnly`-annotated preview composables to be public.
16+
- **Fix**: Don't report duplicate errors about multiple content emitters.
17+
- **Fix**: Normalize lint option loading to match with individual issues.
18+
- **Fix**: Use name of parameter if text is not available.
19+
- **Removed**: Delete obsolete `ComposeComposableModifier` lint check.
20+
- Various docs fixes.
21+
- Build against Lint `8.7.0`.
22+
- Update `api` and `minApi` to `16` (i.e. lint 8.7.0+). It's possible this may work with API 15 but we have not tested it.
23+
- Test against Lint `8.8.0-alpha04`.
24+
- Test against K2 UAST.
25+
- Build against Kotlin `2.0.20`.
26+
27+
Special thanks to [@alexvanyo](https://github.com/alexvanyo), [@seve-andre](https://github.com/seve-andre), [@svenjacobs](https://github.com/svenjacobs), [@ychescale9](https://github.com/ychescale9), [@shahzadansari](https://github.com/shahzadansari), [@kozaxinan](https://github.com/kozaxinan), for contributing to this release!
1128

1229
1.3.1
1330
-----

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ POM_DEVELOPER_ID=slackhq
2929
POM_DEVELOPER_NAME=Salesforce, Inc.
3030
POM_DEVELOPER_URL=https://github.com/slackhq
3131
POM_INCEPTION_YEAR=2023
32-
VERSION_NAME=1.4.0-SNAPSHOT
32+
VERSION_NAME=1.4.0

0 commit comments

Comments
 (0)