Skip to content

Latest commit

 

History

History
104 lines (62 loc) · 4.07 KB

CHANGELOG.md

File metadata and controls

104 lines (62 loc) · 4.07 KB

Changelog

Unpublished

🛠 Breaking changes

🎉 New features

🐛 Bug fixes

💡 Others

11.1.0 — 2021-12-03

This version does not introduce any user-facing changes.

11.0.1 — 2021-10-01

This version does not introduce any user-facing changes.

11.0.0 — 2021-09-28

🛠 Breaking changes

🐛 Bug fixes

  • Install the Segment-Firebase integration via aar package to avoid potential build-time crashes. (#10972 by @cruzach)
  • Fix building errors from use_frameworks! in Podfile. (#14523 by @kudo)

💡 Others

  • Migrated from @unimodules/core to expo-modules-core. (#13757 by @tsapeta)

10.2.0 — 2021-06-16

🐛 Bug fixes

💡 Others

  • Converted Android code to Kotlin. (#13562 by @kkafar)
  • Migrated constants interface from unimodules-constants-interface to expo-modules-core. (#12876 by @tsapeta)
  • Build Android code using Java 8 to fix Android instrumented test build error. (#12939 by @kudo)
  • Replace various arguments generic object types with Records. (#13207 by @Simek)

10.1.1 — 2021-03-30

This version does not introduce any user-facing changes.

10.1.0 — 2021-03-10

🎉 New features

  • Updated Android build configuration to target Android 11 (added support for Android SDK 30). (#11647 by @bbarthec)

🐛 Bug fixes

  • Remove peerDependencies and unimodulePeerDependencies from Expo modules. (#11980 by @brentvatne)

10.0.0 — 2021-01-15

🛠 Breaking changes

9.1.0 — 2020-11-17

This version does not introduce any user-facing changes.

9.0.0 — 2020-08-18

🛠 Breaking changes

  • Upgraded Segment Analytics iOS to 4.0.4. This removes the IDFA code that was previously included with the Segment library. If you would like to collect the IDFA, you must be in the bare workflow or use SDK < 39. (#9606 by @cruzach).
  • The options argument for Segment.alias now accepts context configuration as well as integration configuration. Previously, this expected just the integrations configuration. (#9606 by @cruzach). The expected format now is:
{
    integrations: {
        [integrationName]: {
            enabled: boolean,
            options: {[key: string]: any}
        }
    },
    context: {
        [key: string]: any
    }
}
```### 🎉 New features

- You can now pass in custom options to `identifyWithTraits`, `groupWithTraits`, `alias`, `trackWithProperties`, and `screenWithProperties`. This allows you to set [these common fields](https://segment.com/docs/connections/spec/common/). ([#9606](https://github.com/expo/expo/pull/9606) by [@cruzach](https://github.com/cruzach/)).

## 8.2.1  2020-05-29

_This version does not introduce any user-facing changes._

## 8.2.0  2020-05-27

_This version does not introduce any user-facing changes._