Releases: bothrs/open-source
Releases · bothrs/open-source
@bothrs/airtable@0.3.6
0.3.6 (2022-06-07)
Note: Version bump only for package @bothrs/airtable
@bothrs/react-native-layout@0.3.1
0.3.1 (2022-04-20)
Bug Fixes
- add deprecation warning in container interface (a0b4cd8), closes #33
- make console message more constructive (855a6ee), closes #33
@bothrs/translations@1.1.0
1.1.0 (2022-04-13)
Bug Fixes
- add fix on load translations (159fc51)
- prevent multiple inits (f136d60)
- refactor without useEffect (2715111)
Features
@bothrs/zero-height@0.1.8
0.1.8 (2022-03-24)
Bug Fixes
- check the amount of font families (ec5435b)
@bothrs/translations@1.0.1
1.0.1 (2022-03-14)
Note: Version bump only for package @bothrs/translations
@bothrs/airtable@0.3.5
0.3.5 (2022-03-14)
Bug Fixes
- use tsc for building @bothrs/translations (40ad9ab)
@bothrs/translations@1.0.0-rc.5
Bug Fixes
- run build before publish (80878db)
- use tsc for building @bothrs/translations (40ad9ab)
Features
- refactor useTranslations to be more generic and add Web support (7975576)
- update docs and examples (d7abe20)
BREAKING CHANGES
- Rename
useTranslations
to useAirtableTranslations
- Remove
useStartupLanguage
(use lng
instead)
- Remove
dataFormatter
(use fetchOptions.parse
instead)
feat: Add useHealthblocksTranslations
@bothrs/react-native-layout@0.3.0
0.3.0 (2022-01-13)
Bug Fixes
- React-Native-Layout: Add 'flex' as a prop on Container (0dea434)
- ReactNativeLayout: typo (1efe064)
Features
- React-Native-Layout: Move to style-based overrides (41f7f67)
@bothrs/zeplin@0.1.3
0.1.3 (2022-01-05)
Bug Fixes
- check numbers and strings instead of only strings (4010a6e)
@bothrs/translations@0.3.0
0.3.0 (2022-01-04)
Bug Fixes
- remove tarball file (f218bf2)
- use i18next-async-storage-backend2 to remove async-storage warning (787fbd1)
Features