Skip to content

Latest commit

 

History

History
110 lines (61 loc) · 4.38 KB

CHANGELOG.md

File metadata and controls

110 lines (61 loc) · 4.38 KB

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

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

No changes

Packages

@breeffy/pickers

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

Storybook

  • 🚀 Add: Showcase convertItemToNumber with Intl.NumberFormat API

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

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

Packages

@breeffy/icons

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

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.

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.