Skip to content

Releases: StaticMania/keep-react

v1.3.0

22 Apr 07:51
Compare
Choose a tag to compare

Keep React V1.3.0 Release Notes

Welcome to the latest release of Keep React! We're excited to introduce several new features and enhancements to improve your development experience. Let's dive in and explore what's new:

Carousel

  • Migrated from "react-indiana-drag-scroll" to "embla-carousel-react"
  • Enhanced customization and appearance of Carousel Component
  • Overhauled Carousel API
  • Added New Carousel Component documentation

Modal

  • Implemented RemoveScroll to prevent scrolling outside of the modal
  • Introduced FocusLock to maintain keyboard focus within the modal
  • Updated Modal API
  • Added New Documentation with improved UI and customization options

Typography

  • Removed Typography classes in favor of Tailwind CSS classes
  • Updated documentation for Typography component
  • Improved accessibility

Color

  • Added default color palettes with Tailwind CSS classes support and hex color codes

Toast

  • Added Toast component with simplified integration
  • Customizable appearance and behavior

Layout

  • Introduced layout styles utilizing Tailwind CSS grid system, flexbox, and column layout
  • Expanded selection of layout options with plans for further enhancements

Date Picker

  • Replaced 'react-datepicker' library with 'react-day-picker'
  • Expanded customization options
  • Updated documentation and UI

Drawer

  • Added New Drawer component with extensive customization options
  • Enhanced UI and improved documentation

Rating

  • Functional Rating component with enhanced UI and customization options

Timeline

  • Introduced Timeline component with modern styling
  • Customizable appearance and behavior
  • Updated documentation

Tooltip

  • Added Tooltip component with refreshed styling
  • Enhanced customization options
  • Improved documentation

Contributors

This release was made possible by:

v1.2.0

12 Mar 04:40
e4b1735
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.1.2...v1.2.0

v1.1.2

23 Jan 14:27
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.1.0...v1.1.2

v1.1.0

18 Dec 07:30
2290e20
Compare
Choose a tag to compare

v1.1.0 (2023-12-18)

Features

  • Alert component props and structure changed
  • Accordion component props and structure changed
  • Notification component props and structure changed
  • Popover component props and structure changed
  • Added Modal and Notification component open animation
  • Added Typography component
  • CSS Import Style changed
  • Keep Preset import styles changed

Bug fixes

  • Date Picker Type Issue
  • Popover width Issue

v1.0.2

17 Nov 13:42
68c7695
Compare
Choose a tag to compare

v1.0.2 (2023-11-17)

  • Fixed Typography Error
  • Update Documentation
  • Add className Props in every component
  • customClass props removed with className props

v1.0.1

06 Nov 07:35
Compare
Choose a tag to compare

Keep React v1.0.1 - Initial Release

We are thrilled to announce the initial release of Keep React, our open-source component library built on React and Tailwind CSS. This release marks the beginning of our journey in providing a collection of pre-designed UI components to simplify web application development.

Key Features

  • Basic Components: Our library includes a set of essential UI components, such as buttons, modals, alerts, and more.

  • Seamless Integration: Keep React is designed to seamlessly integrate with your React projects. Just install the library and start using the components.

  • Tailwind CSS Integration: Our components come with Tailwind CSS styles, making it easy to maintain and customize the look and feel of your app.

Getting Started

To get started with Keep React v1.0.0, you can use npm:

npm install keep-react

Or, if you prefer yarn:

yarn add keep-react

Visit our GitHub repository for detailed documentation and examples to kickstart your project.

Community & Contributions

We'd like to extend our gratitude to our community for their support and contributions. Keep React is open-source, and we encourage you to get involved, report issues, and contribute to the development.