React Native Monorepo Versions Save

Monorepo with UI components.

v0.8.0

2 years ago

Legend: :boom: Breaking Change | :fire: Major Feature | :rocket: Feature | :bug: Bug

Packages

@breeffy/pickers

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

Storybook

  • :rocket: Add: Showcase convertItemToNumber with Intl.NumberFormat API

v0.7.0

2 years ago

Legend: :boom: Breaking Change | :fire: Major Feature | :rocket: Feature | :bug: Bug

Packages

@breeffy/calendars

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

Storybook

  • :rocket: Add: Showcase initialSelectedDates calendar property

v0.6.2

2 years ago

Legend: :boom: Breaking Change | :fire: Major Feature | :rocket: Feature | :bug: Bug

Packages

@breeffy/calendars

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

Storybook

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

v0.6.1

2 years ago

Legend: :boom: Breaking Change | :fire: Major Feature | :rocket: Feature | :bug: Bug

Packages

@breeffy/icons

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

v0.6.0

2 years ago

Legend: :boom: Breaking Change | :fire: Major Feature | :rocket: Feature | :bug: Bug

Packages

@breeffy/icons

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

@breeffy/elements

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

@breeffy/utils

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

Storybook

  • :fire: Add: preview Icon component.

License

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

v0.5.0

2 years ago

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

Packages

@breeffy/calendars

No changes

@breeffy/pickers

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

@breeffy/elements

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

Storybook

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

v0.5.0-alpha.3

2 years ago

Legend: 💥 Breaking Change | 🚀 Feature | 🐛 Bug

Packages

@breeffy/pickers

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

v0.5.0-alpha.2

2 years ago

Notes

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

🐛 Bug Fixes

  • fast-deep-equal was not found (#58) @likern

📖 Documentation

  • Update README.md (0f9e950) @likern

Dependency Updates

  • build(deps): bump semver-regex from 3.1.2 to 3.1.3 (#57) @dependabot
  • build(deps): bump tmpl from 1.0.4 to 1.0.5 (#60) @dependabot
  • build(deps): bump tmpl from 1.0.4 to 1.0.5 in /example (#59) @dependabot

v0.5.0-alpha.1

2 years ago

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

3 years ago

Summary

Export CalendarDayKind enum which can be used at runtime.

🐛 Bug Fixes

  • fix: export CalendarDayKind enum (#31) @likern