v0.16.27
·
2021 commits
to refs/heads/master
since this release
What’s Changed
- Chore: remove templated files @chrismclarke (#2260)
- Feat: iOS build @jfmcquade (#2234)
- style: use primary colour for icons and text in header when header colour is 'none' @jfmcquade (#2229)
- style: add drop-shadow to radio button grid component items @jfmcquade (#2233)
- ci: increment version to 01627 @esmeetewinkel (#2228)
⚠️ Breaking Changes
- Feat!: templated android config @chrismclarke (#2252)
- Any content repos targeting android build must now have
app_id
andapp_name
specified in theirconfig.ts
android
configuration
- Any content repos targeting android build must now have
- feat: deployment-based firebase config @chrismclarke (#2235)
- Deployments that use Firebase auth must now provide an encrypted Firebase config, in accordance with the updated docs on deployment firebase management. This has been actioned for the only affected deployment with this PR.
🚀 Features
- Feat: templated iOS config @jfmcquade (#2256)
- feat: deployment-based firebase config @chrismclarke (#2235)
- feat: add data-items eval context fields @chrismclarke (#2220)
- feat: env-replace workspace @chrismclarke (#2251)
🐛 Bug Fixes
- fix: disable broken header collapse on ios @jfmcquade (#2250)
🧰 Maintenance
- chore(deps): bump katex from 0.16.9 to 0.16.10 @dependabot (#2257)
- chore(deps): bump webpack-dev-middleware from 5.3.3 to 5.3.4 @dependabot (#2253)
- chore(deps): bump follow-redirects from 1.15.5 to 1.15.6 @dependabot (#2237)
- chore: update Firebase BoM; refactor: auth actions @jfmcquade (#2230)
📄 Documentation
- docs: Android config workflows @jfmcquade (#2255)
- feat: deployment-based firebase config @chrismclarke (#2235)
- Feat!: templated android config @chrismclarke (#2252)