Skip to content

Releases: breeffy/react-native-monorepo

v0.8.0

02 Dec 16:54
v0.8.0
e4d1231
Compare
Choose a tag to compare

Legend: 💥 Breaking Change | 🔥 Major Feature | 🚀 Feature | 🐛 Bug

Packages

@breeffy/pickers

  • 🚀 New: convertItemToNumber property to allow items to be strings convertible to numbers 142

Storybook

  • 🚀 Add: Showcase convertItemToNumber with Intl.NumberFormat API

v0.7.0

02 Dec 16:52
v0.7.0
eb07083
Compare
Choose a tag to compare

Legend: 💥 Breaking Change | 🔥 Major Feature | 🚀 Feature | 🐛 Bug

Packages

@breeffy/calendars

  • 🚀 New: initialSelectedDates property to pass initial selected dates 136
  • 🚀 New: allowDeselectLastSelectedDate to enable unselection of last selected date 138

Storybook

  • 🚀 Add: Showcase initialSelectedDates calendar property

v0.6.2

22 Nov 18:06
v0.6.2
7bb26f7
Compare
Choose a tag to compare

Legend: 💥 Breaking Change | 🔥 Major Feature | 🚀 Feature | 🐛 Bug

Packages

@breeffy/calendars

  • 🐛 Fix: Allow select and unselect dates using ref 132
  • 🚀 New: animatedFlatListRef property to get internal native animated FlatList, which is responsible for scrolling 132

Storybook

  • 🚀 Add: Showcase how to select dates (programmatically) on Calendar component using ref

v0.6.1

11 Nov 12:06
v0.6.1
ade13a0
Compare
Choose a tag to compare

Legend: 💥 Breaking Change | 🔥 Major Feature | 🚀 Feature | 🐛 Bug

Packages

@breeffy/icons

  • 🐛 Fix: Icon don't throw exception if testID property is passed 127.

v0.6.0

08 Nov 16:32
v0.6.0
8693e80
Compare
Choose a tag to compare

Legend: 💥 Breaking Change | 🔥 Major Feature | 🚀 Feature | 🐛 Bug

Packages

@breeffy/icons

  • 🔥 New: Icon component to show FontAwesome icons. Supports duotone icons.

@breeffy/elements

  • 🚀 New: Layout component to easily build grid-like layouts. It's usage can be found in Icon story.

@breeffy/utils

  • 🚀 New: enableLogging function to enable logging for debugging purposes.
  • 🚀 New: configureLogger logger factory to print debug information (disabled in release builds)

Storybook

  • 🔥 Add: preview Icon component.

License

Add MIT license mention for code derived from react-native-fontawesome.

v0.5.0

28 Oct 17:47
v0.5.0
72f5b01
Compare
Choose a tag to compare

Legend: 💥 Breaking Change | 🔥 Major Feature | 🚀 Feature | 🐛 Bug

Packages

@breeffy/calendars

No changes

@breeffy/pickers

  • 🔥 New: generic ItemPicker component which allows to create custom cross-based pickers. NumberPicker and CardPicker components are based on it.
  • 🔥 New: wheel-picker NumberPicker to show any number ranges, including major time intervals.
  • 🔥 New: carousel CardPicker component with custom interpolations / effects.

@breeffy/elements

  • 🔥 New: stateless (programmatic) Toggle component, which is fully interruptuble with animations and smooth color transitions between states.
  • 🔥 New: stateful ToggleWithState component, which is fully interruptuble with animations and smooth color transitions between states.

Storybook

  • 🔥 Add: preview Calendar component.
  • 🔥 Add: preview NumberPicker component with hours.
  • 🔥 Add: preview CardPicker component with images and different animation effects (interpolations).
  • 🔥 Add: preview Toggle component.
  • 🔥 Add: preview ToggleWithState component.

v0.5.0-alpha.3

22 Sep 21:53
v0.5.0-alpha.3
23147b2
Compare
Choose a tag to compare
v0.5.0-alpha.3 Pre-release
Pre-release

Legend: 💥 Breaking Change | 🚀 Feature | 🐛 Bug

Packages

@breeffy/pickers

  • 🚀 Add: currentRawIndex property to provide raw index without precision loss or rounding. (#62)
  • 🚀 Add: roundMode property to round currentIndex if it's integer (precision is 0). (#64)

v0.5.0-alpha.2

21 Sep 13:46
v0.5.0-alpha.2
8faf55d
Compare
Choose a tag to compare
v0.5.0-alpha.2 Pre-release
Pre-release

Notes

Development release, not suitable for production usage. It should work, but no any guarantees. API might also be changed without warning.

🐛 Bug Fixes

📖 Documentation

Dependency Updates

v0.5.0-alpha.1

19 Sep 14:16
v0.5.0-alpha.1
b785e45
Compare
Choose a tag to compare
v0.5.0-alpha.1 Pre-release
Pre-release

Notes

Development release, not suitable for production usage. It should work, but no any guarantees. API might also be changed without warning.

🚀 New Features

  • Added new NumberPicker and ItemPicker components (#41) @likern

Dependency Updates

  • build(deps): bump ua-parser-js from 0.7.23 to 0.7.28 in /example (#42) @dependabot
  • build(deps): bump browserslist from 4.16.3 to 4.16.6 in /example (#45) @dependabot
  • build(deps): bump browserslist from 4.16.3 to 4.16.6 (#44) @dependabot
  • build(deps): bump lodash from 4.17.20 to 4.17.21 in /example (#43) @dependabot
  • build(deps): bump trim-newlines from 3.0.0 to 3.0.1 (#46) @dependabot
  • build(deps): bump path-parse from 1.0.6 to 1.0.7 in /example (#49) @dependabot
  • build(deps): bump path-parse from 1.0.6 to 1.0.7 (#50) @dependabot
  • build(deps): bump color-string from 1.5.4 to 1.6.0 in /example (#51) @dependabot
  • build(deps): bump hosted-git-info from 2.8.8 to 2.8.9 (#52) @dependabot

v0.4.1

08 Apr 18:22
v0.4.1
6db66e1
Compare
Choose a tag to compare

Summary

Export CalendarDayKind enum which can be used at runtime.

🐛 Bug Fixes