Skip to content

Commit 7961855

Browse files
committed
chore: Add changelog
1 parent f99b5cb commit 7961855

File tree

2 files changed

+119
-4
lines changed

2 files changed

+119
-4
lines changed

.changeset/thirty-coins-serve.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"react-native-copilot": patch
3+
---
4+
5+
Fix arrow style on Android

CHANGELOG.md

Lines changed: 114 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
<<<<<<< Updated upstream
12
# Change Log
23

34
## 3.3.2
@@ -52,10 +53,119 @@
5253
### Major Changes
5354

5455
- f2b45c7: Migrate to TS and deprecate HOC
56+
=======
57+
# Changelog
58+
>>>>>>> Stashed changes
5559
5660
All notable changes to this project will be documented in this file.
5761

58-
The format is based on [Keep a Changelog](http://keepachangelog.com/)
59-
and this project adheres to [Semantic Versioning](http://semver.org/).
60-
61-
## [1.0.0] - 2017-06-05
62+
## [3.3.0] - 2024-03-06
63+
64+
### ⚙️ Miscellaneous Tasks
65+
66+
- Upgrade dependencies and fix the issue with missing module file specified in package json (#311)
67+
68+
## [3.2.1] - 2023-04-13
69+
70+
### 🐛 Bug Fixes
71+
72+
- *(android)* Fix malformed field crash, add more config (#279)
73+
74+
## [3.0.0] - 2023-03-22
75+
76+
### 🚀 Features
77+
78+
- *(CopilotStep)* Add active flag to steps
79+
- *(tooltip)* Add getNth function (#267)
80+
81+
### 🐛 Bug Fixes
82+
83+
- Fixing the arrow position
84+
- *(CopilotStep)* Fix measure error where __TEST__ is undefined
85+
- *(SvgMask)* Defer rendering Svg until layout is measured
86+
- *(example)* Fix the watcher for updating the example dep
87+
- *(copilot)* Start(fromStep) issue fixed
88+
- *(CopilotModal)* Consider status bar height
89+
- *(CopilotModal)* Do status bar offset only on android
90+
- *(contributing)* Fix broken links
91+
- *(copilot)* Hoist static props
92+
- *(types)* Adjust type from handleNthStep -> handleNth (#268)
93+
94+
### 🚜 Refactor
95+
96+
- The Button to the compoenents directory
97+
- *(CopilotModal)* Use Modal instead of ternary expression to control visibiity
98+
99+
### 📚 Documentation
100+
101+
- *(Readme)* Improve docs
102+
- Charles suggestions
103+
- *(Readme)* Add badges
104+
- Update semaphore project name
105+
- Remove old name inspiration
106+
- *(README)* Renaming the npm package
107+
- *(README)* Copilotable to walkthroughable
108+
- *(README)* Add tutorial triggering description
109+
- *(README)* Updates for v2.0.0
110+
- *(README)* Add react-native-svg to the installation section
111+
- Fix shields to point to correct pkg & center
112+
- *(events)* Described event emitters in readme
113+
- *(events)* Remove event handlers on unmount in example
114+
- *(README)* Add OKG
115+
- *(README)* Update OKGrow link
116+
117+
### 🎨 Styling
118+
119+
- Fix lint errors
120+
- Lint
121+
122+
### 🧪 Testing
123+
124+
- Add unit tests
125+
- *(walkthroughable)* Added tests for the walkthroughable
126+
- *(copilot)* Added tests for the copilot HOC
127+
- *(copilot)* Add test for tooltip component
128+
- *(copilot)* Update the tests based on the Modal change
129+
- *(Copilot)* Test for the step active flags
130+
131+
### ⚙️ Miscellaneous Tasks
132+
133+
- Add .editorconfig
134+
- Change the package author
135+
- Eslint
136+
- Rename the package
137+
- Add package lock
138+
- Bump version (1.0.1)
139+
- *(example)* Upgrade expo for the example and better src linking
140+
- Cleaning up the directory structure
141+
- *(Example)* Update name of the package in the example
142+
- *(yarn)* Upgrade packages and remove package-lock.json
143+
- *(package)* Bump version to 2.1.0
144+
- *(README)* Update badges
145+
- *(package)* Bump version 2.2.0
146+
- *(package)* Bump version to 2.2.3
147+
- *(package)* Bump the version to 2.2.5
148+
- *(package)* Bump version 2.2.6
149+
- *(package)* Bump version to 2.3.0
150+
- Add hoist-non-react-statics dependency
151+
- Add `hoist-non-react-statics` dependency
152+
- Bump version to 2.4.0
153+
- Bump version to 2.4.1
154+
- Lint
155+
- *(package)* Bump version
156+
- *(package)* Update version
157+
- Add travis
158+
- Upgrade packages
159+
- More pkg upgrades
160+
- Fix a lint issue
161+
- Upgrade expo to v34
162+
- *(travis)* Run deploy on master
163+
- *(package)* Bump version to 2.4.8
164+
165+
### Example
166+
167+
- *(App)* Trigger tutorial on componentDidMount
168+
- *(App)* Added an example for the event emitter
169+
- Added the active flag to the example
170+
171+
<!-- generated by git-cliff -->

0 commit comments

Comments
 (0)