Skip to content

Commit

Permalink
chore: Add changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
mohebifar committed Dec 17, 2024
1 parent f99b5cb commit 7961855
Show file tree
Hide file tree
Showing 2 changed files with 119 additions and 4 deletions.
5 changes: 5 additions & 0 deletions .changeset/thirty-coins-serve.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"react-native-copilot": patch
---

Fix arrow style on Android
118 changes: 114 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<<<<<<< Updated upstream
# Change Log

## 3.3.2
Expand Down Expand Up @@ -52,10 +53,119 @@
### Major Changes

- f2b45c7: Migrate to TS and deprecate HOC
=======
# Changelog
>>>>>>> Stashed changes
All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [1.0.0] - 2017-06-05
## [3.3.0] - 2024-03-06

### ⚙️ Miscellaneous Tasks

- Upgrade dependencies and fix the issue with missing module file specified in package json (#311)

## [3.2.1] - 2023-04-13

### 🐛 Bug Fixes

- *(android)* Fix malformed field crash, add more config (#279)

## [3.0.0] - 2023-03-22

### 🚀 Features

- *(CopilotStep)* Add active flag to steps
- *(tooltip)* Add getNth function (#267)

### 🐛 Bug Fixes

- Fixing the arrow position
- *(CopilotStep)* Fix measure error where __TEST__ is undefined
- *(SvgMask)* Defer rendering Svg until layout is measured
- *(example)* Fix the watcher for updating the example dep
- *(copilot)* Start(fromStep) issue fixed
- *(CopilotModal)* Consider status bar height
- *(CopilotModal)* Do status bar offset only on android
- *(contributing)* Fix broken links
- *(copilot)* Hoist static props
- *(types)* Adjust type from handleNthStep -> handleNth (#268)

### 🚜 Refactor

- The Button to the compoenents directory
- *(CopilotModal)* Use Modal instead of ternary expression to control visibiity

### 📚 Documentation

- *(Readme)* Improve docs
- Charles suggestions
- *(Readme)* Add badges
- Update semaphore project name
- Remove old name inspiration
- *(README)* Renaming the npm package
- *(README)* Copilotable to walkthroughable
- *(README)* Add tutorial triggering description
- *(README)* Updates for v2.0.0
- *(README)* Add react-native-svg to the installation section
- Fix shields to point to correct pkg & center
- *(events)* Described event emitters in readme
- *(events)* Remove event handlers on unmount in example
- *(README)* Add OKG
- *(README)* Update OKGrow link

### 🎨 Styling

- Fix lint errors
- Lint

### 🧪 Testing

- Add unit tests
- *(walkthroughable)* Added tests for the walkthroughable
- *(copilot)* Added tests for the copilot HOC
- *(copilot)* Add test for tooltip component
- *(copilot)* Update the tests based on the Modal change
- *(Copilot)* Test for the step active flags

### ⚙️ Miscellaneous Tasks

- Add .editorconfig
- Change the package author
- Eslint
- Rename the package
- Add package lock
- Bump version (1.0.1)
- *(example)* Upgrade expo for the example and better src linking
- Cleaning up the directory structure
- *(Example)* Update name of the package in the example
- *(yarn)* Upgrade packages and remove package-lock.json
- *(package)* Bump version to 2.1.0
- *(README)* Update badges
- *(package)* Bump version 2.2.0
- *(package)* Bump version to 2.2.3
- *(package)* Bump the version to 2.2.5
- *(package)* Bump version 2.2.6
- *(package)* Bump version to 2.3.0
- Add hoist-non-react-statics dependency
- Add `hoist-non-react-statics` dependency
- Bump version to 2.4.0
- Bump version to 2.4.1
- Lint
- *(package)* Bump version
- *(package)* Update version
- Add travis
- Upgrade packages
- More pkg upgrades
- Fix a lint issue
- Upgrade expo to v34
- *(travis)* Run deploy on master
- *(package)* Bump version to 2.4.8

### Example

- *(App)* Trigger tutorial on componentDidMount
- *(App)* Added an example for the event emitter
- Added the active flag to the example

<!-- generated by git-cliff -->

0 comments on commit 7961855

Please sign in to comment.