alouette 19.0.0-beta.6 → 19.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +700 -0
- package/dist/definitions/config/defaultColorScales.d.ts.map +1 -1
- package/dist/definitions/themeVariables.d.ts.map +1 -1
- package/dist/definitions/ui/actions/Button.d.ts +9 -0
- package/dist/definitions/ui/actions/Button.d.ts.map +1 -1
- package/dist/definitions/ui/actions/Button.stories.d.ts.map +1 -1
- package/dist/definitions/ui/actions/IconButton.d.ts.map +1 -1
- package/dist/definitions/ui/actions/IconButton.stories.d.ts.map +1 -1
- package/dist/definitions/ui/data/PressableBox.d.ts +1 -3
- package/dist/definitions/ui/data/PressableBox.d.ts.map +1 -1
- package/dist/definitions/ui/feedback/Message.d.ts.map +1 -1
- package/dist/index-browser.es.js +245 -183
- package/dist/index-browser.es.js.map +1 -1
- package/dist/index-node22.cjs +244 -182
- package/dist/index-node22.cjs.map +1 -1
- package/dist/index-node22.mjs +244 -182
- package/dist/index-node22.mjs.map +1 -1
- package/dist/index-react-native.cjs.js +244 -182
- package/dist/index-react-native.cjs.js.map +1 -1
- package/dist/index-react-native.es.js +244 -182
- package/dist/index-react-native.es.js.map +1 -1
- package/package.json +3 -3
- package/src/config/defaultColorScales.ts +54 -55
- package/src/global.css +192 -179
- package/src/themeVariables.ts +183 -171
- package/src/ui/actions/Button.stories.tsx +14 -24
- package/src/ui/actions/Button.tsx +16 -1
- package/src/ui/actions/IconButton.stories.tsx +20 -19
- package/src/ui/actions/IconButton.tsx +11 -0
- package/src/ui/data/PressableBox.tsx +32 -9
- package/src/ui/data/PressableListItem.stories.tsx +1 -1
- package/src/ui/feedback/Message.tsx +1 -2
- package/src/ui/inputs/Switch.web.tsx +1 -1
package/CHANGELOG.md
ADDED
|
@@ -0,0 +1,700 @@
|
|
|
1
|
+
# Changelog
|
|
2
|
+
|
|
3
|
+
All notable changes to this project will be documented in this file.
|
|
4
|
+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
|
+
|
|
6
|
+
## [19.1.0](https://github.com/christophehurpeau/alouette/compare/alouette@19.0.0...alouette@19.1.0) (2026-06-21)
|
|
7
|
+
|
|
8
|
+
### Features
|
|
9
|
+
|
|
10
|
+
* improve colors, ghost variant and contained button
|
|
11
|
+
* **ScrollView:** replace forwardRef with styled component for improved styling
|
|
12
|
+
|
|
13
|
+
### Bug Fixes
|
|
14
|
+
|
|
15
|
+
* update dark mode enabled value for better accessibility
|
|
16
|
+
|
|
17
|
+
## [19.0.0](https://github.com/christophehurpeau/alouette/compare/alouette@18.8.0...alouette@19.0.0) (2026-06-21)
|
|
18
|
+
|
|
19
|
+
### ⚠ BREAKING CHANGES
|
|
20
|
+
|
|
21
|
+
* complete rewrite using nativewind (#327)
|
|
22
|
+
|
|
23
|
+
### Features
|
|
24
|
+
|
|
25
|
+
* add and export FlatList and SectionList components
|
|
26
|
+
* complete rewrite using nativewind ([#327](https://github.com/christophehurpeau/alouette/issues/327))
|
|
27
|
+
* update global CSS to ensure body and root elements use flex layout
|
|
28
|
+
* update package version and description, add metro.cjs to files, and include @tailwindcss/postcss dependency
|
|
29
|
+
|
|
30
|
+
Version bump for dependency: alouette-icons
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
## [18.8.0](https://github.com/christophehurpeau/alouette/compare/alouette@18.7.0...alouette@18.8.0) (2026-05-01)
|
|
34
|
+
|
|
35
|
+
### Features
|
|
36
|
+
|
|
37
|
+
* **deps:** update dependency type-fest to v5 ([#248](https://github.com/christophehurpeau/alouette/issues/248))
|
|
38
|
+
|
|
39
|
+
### Bug Fixes
|
|
40
|
+
|
|
41
|
+
* add @tamagui/metro-plugin to have warning when version is not compatible
|
|
42
|
+
* **deps:** update tamagui to v2.0.0-rc.41 ([#305](https://github.com/christophehurpeau/alouette/issues/305))
|
|
43
|
+
|
|
44
|
+
Version bump for dependency: alouette-icons
|
|
45
|
+
|
|
46
|
+
|
|
47
|
+
## [18.7.0](https://github.com/christophehurpeau/alouette/compare/alouette@18.6.1...alouette@18.7.0) (2026-03-12)
|
|
48
|
+
|
|
49
|
+
### Features
|
|
50
|
+
|
|
51
|
+
* allow onChangeText
|
|
52
|
+
|
|
53
|
+
## [18.6.1](https://github.com/christophehurpeau/alouette/compare/alouette@18.6.0...alouette@18.6.1) (2026-03-12)
|
|
54
|
+
|
|
55
|
+
Note: no notable changes
|
|
56
|
+
|
|
57
|
+
|
|
58
|
+
## [18.6.0](https://github.com/christophehurpeau/alouette/compare/alouette@18.5.0...alouette@18.6.0) (2026-03-12)
|
|
59
|
+
|
|
60
|
+
### Features
|
|
61
|
+
|
|
62
|
+
* add spacing $8.0
|
|
63
|
+
* expose semantic messages
|
|
64
|
+
* **input:** add maxlength
|
|
65
|
+
|
|
66
|
+
### Bug Fixes
|
|
67
|
+
|
|
68
|
+
* **deps:** update tamagui to v2.0.0-rc.22 ([#302](https://github.com/christophehurpeau/alouette/issues/302))
|
|
69
|
+
* switch button type
|
|
70
|
+
|
|
71
|
+
## [18.5.0](https://github.com/christophehurpeau/alouette/compare/alouette@18.4.0...alouette@18.5.0) (2026-02-27)
|
|
72
|
+
|
|
73
|
+
### Features
|
|
74
|
+
|
|
75
|
+
* add new spacing token for 4.0 in createAlouetteTokens
|
|
76
|
+
* button and icon button use consistent height values; update stories and variants for improved clarity and usability
|
|
77
|
+
* extend BoxProps to include additional padding properties
|
|
78
|
+
|
|
79
|
+
## [18.4.0](https://github.com/christophehurpeau/alouette/compare/alouette@18.3.0...alouette@18.4.0) (2026-02-26)
|
|
80
|
+
|
|
81
|
+
### Features
|
|
82
|
+
|
|
83
|
+
* update Surface component to use layer prop instead of highlight
|
|
84
|
+
|
|
85
|
+
## [18.3.0](https://github.com/christophehurpeau/alouette/compare/alouette@18.2.0...alouette@18.3.0) (2026-02-26)
|
|
86
|
+
|
|
87
|
+
### Features
|
|
88
|
+
|
|
89
|
+
* add onValueChange prop to useControllableCheckedState and Switch component
|
|
90
|
+
* allow all props for SafeAreaBox except paddings
|
|
91
|
+
|
|
92
|
+
## [18.2.0](https://github.com/christophehurpeau/alouette/compare/alouette@18.1.0...alouette@18.2.0) (2026-02-26)
|
|
93
|
+
|
|
94
|
+
### Features
|
|
95
|
+
|
|
96
|
+
* export Switch component and its props
|
|
97
|
+
* improve switch render on native
|
|
98
|
+
|
|
99
|
+
Version bump for dependency: alouette-icons
|
|
100
|
+
|
|
101
|
+
|
|
102
|
+
## [18.1.0](https://github.com/christophehurpeau/alouette/compare/alouette@18.0.0...alouette@18.1.0) (2026-02-25)
|
|
103
|
+
|
|
104
|
+
### Features
|
|
105
|
+
|
|
106
|
+
* add GradientScrollView and its props to index export
|
|
107
|
+
|
|
108
|
+
### Bug Fixes
|
|
109
|
+
|
|
110
|
+
* add missing type assertion for variants in InteractiveBoxFrame
|
|
111
|
+
|
|
112
|
+
## [18.0.0](https://github.com/christophehurpeau/alouette/compare/alouette@17.0.3...alouette@18.0.0) (2026-02-25)
|
|
113
|
+
|
|
114
|
+
### ⚠ BREAKING CHANGES
|
|
115
|
+
|
|
116
|
+
* new major redesign
|
|
117
|
+
|
|
118
|
+
### Features
|
|
119
|
+
|
|
120
|
+
* enhance layout and styling in stories and components
|
|
121
|
+
* new major redesign
|
|
122
|
+
|
|
123
|
+
## [17.0.3](https://github.com/christophehurpeau/alouette/compare/alouette@17.0.2...alouette@17.0.3) (2025-12-21)
|
|
124
|
+
|
|
125
|
+
Version bump for dependency: alouette-icons
|
|
126
|
+
|
|
127
|
+
|
|
128
|
+
## [17.0.2](https://github.com/christophehurpeau/alouette/compare/alouette@17.0.1...alouette@17.0.2) (2025-12-21)
|
|
129
|
+
|
|
130
|
+
Version bump for dependency: alouette-icons
|
|
131
|
+
|
|
132
|
+
|
|
133
|
+
## [17.0.1](https://github.com/christophehurpeau/alouette/compare/alouette@17.0.0...alouette@17.0.1) (2025-12-21)
|
|
134
|
+
|
|
135
|
+
Version bump for dependency: alouette-icons
|
|
136
|
+
|
|
137
|
+
|
|
138
|
+
## [17.0.0](https://github.com/christophehurpeau/alouette/compare/alouette@16.3.0...alouette@17.0.0) (2025-12-21)
|
|
139
|
+
|
|
140
|
+
### ⚠ BREAKING CHANGES
|
|
141
|
+
|
|
142
|
+
* rename 'centered' to 'center' for consistency across components
|
|
143
|
+
|
|
144
|
+
### Features
|
|
145
|
+
|
|
146
|
+
* add new HStack story with flexGrow example
|
|
147
|
+
* rename 'centered' to 'center' for consistency across components
|
|
148
|
+
* update tamagui
|
|
149
|
+
|
|
150
|
+
### Bug Fixes
|
|
151
|
+
|
|
152
|
+
* update expo-linear-gradient version to use tilde for patch updates
|
|
153
|
+
* update FullTheme type definition to extend ColorTheme interface
|
|
154
|
+
|
|
155
|
+
Version bump for dependency: alouette-icons
|
|
156
|
+
|
|
157
|
+
|
|
158
|
+
## [16.3.0](https://github.com/christophehurpeau/alouette/compare/alouette@16.2.1...alouette@16.3.0) (2025-11-11)
|
|
159
|
+
|
|
160
|
+
### Features
|
|
161
|
+
|
|
162
|
+
* update tamagui
|
|
163
|
+
|
|
164
|
+
## [16.2.1](https://github.com/christophehurpeau/alouette/compare/alouette@16.2.0...alouette@16.2.1) (2025-11-10)
|
|
165
|
+
|
|
166
|
+
### Bug Fixes
|
|
167
|
+
|
|
168
|
+
* fix import of useSafeAreaInsets
|
|
169
|
+
|
|
170
|
+
## [16.2.0](https://github.com/christophehurpeau/alouette/compare/alouette@16.1.1...alouette@16.2.0) (2025-11-05)
|
|
171
|
+
|
|
172
|
+
### Features
|
|
173
|
+
|
|
174
|
+
* greatly improve PressableListItem
|
|
175
|
+
|
|
176
|
+
## [16.1.1](https://github.com/christophehurpeau/alouette/compare/alouette@16.1.0...alouette@16.1.1) (2025-11-04)
|
|
177
|
+
|
|
178
|
+
Version bump for dependency: alouette-icons
|
|
179
|
+
|
|
180
|
+
|
|
181
|
+
## [16.1.0](https://github.com/christophehurpeau/alouette/compare/alouette@16.0.0...alouette@16.1.0) (2025-11-04)
|
|
182
|
+
|
|
183
|
+
### Features
|
|
184
|
+
|
|
185
|
+
* update tamagui
|
|
186
|
+
|
|
187
|
+
## [16.0.0](https://github.com/christophehurpeau/alouette/compare/alouette@15.4.0...alouette@16.0.0) (2025-11-04)
|
|
188
|
+
|
|
189
|
+
### ⚠ BREAKING CHANGES
|
|
190
|
+
|
|
191
|
+
* each icon has its own file to reduce generated bundle size, drop cjs
|
|
192
|
+
* remove SafeAreaProvider from AlouetteProvider
|
|
193
|
+
|
|
194
|
+
### Features
|
|
195
|
+
|
|
196
|
+
* **deps:** update dependency react-native-svg to v15.14.0 ([#262](https://github.com/christophehurpeau/alouette/issues/262))
|
|
197
|
+
* **deps:** update tamagui to v1.135.4 ([#269](https://github.com/christophehurpeau/alouette/issues/269))
|
|
198
|
+
* each icon has its own file to reduce generated bundle size, drop cjs
|
|
199
|
+
* remove SafeAreaProvider from AlouetteProvider
|
|
200
|
+
|
|
201
|
+
### Bug Fixes
|
|
202
|
+
|
|
203
|
+
* **deps:** update dependency react-native-safe-area-context to v5.6.2 ([#274](https://github.com/christophehurpeau/alouette/issues/274))
|
|
204
|
+
* throw error when withElevation and translucent screen background used together as it creates a weird shadow below on android
|
|
205
|
+
|
|
206
|
+
Version bump for dependency: alouette-icons
|
|
207
|
+
|
|
208
|
+
|
|
209
|
+
## [15.4.0](https://github.com/christophehurpeau/alouette/compare/alouette@15.3.2...alouette@15.4.0) (2025-10-26)
|
|
210
|
+
|
|
211
|
+
### Features
|
|
212
|
+
|
|
213
|
+
* add customCreateColorTheme in createAlouetteThemes for improved flexibility ([636305f](https://github.com/christophehurpeau/alouette/commit/636305f0c8ea42125a2656718ab013481f5d6922))
|
|
214
|
+
|
|
215
|
+
## [15.3.2](https://github.com/christophehurpeau/alouette/compare/alouette@15.3.1...alouette@15.3.2) (2025-10-13)
|
|
216
|
+
|
|
217
|
+
Note: no notable changes
|
|
218
|
+
|
|
219
|
+
|
|
220
|
+
## [15.3.1](https://github.com/christophehurpeau/alouette/compare/alouette@15.3.0...alouette@15.3.1) (2025-10-12)
|
|
221
|
+
|
|
222
|
+
Note: no notable changes
|
|
223
|
+
|
|
224
|
+
|
|
225
|
+
## [15.3.0](https://github.com/christophehurpeau/alouette/compare/alouette@15.2.1...alouette@15.3.0) (2025-10-12)
|
|
226
|
+
|
|
227
|
+
### Features
|
|
228
|
+
|
|
229
|
+
* export SVGIconElement type from Icon component ([31ac499](https://github.com/christophehurpeau/alouette/commit/31ac49994eb7fbc7f23fa5f91ad8423bf2c6cf02))
|
|
230
|
+
|
|
231
|
+
## [15.2.1](https://github.com/christophehurpeau/alouette/compare/alouette@15.2.0...alouette@15.2.1) (2025-10-12)
|
|
232
|
+
|
|
233
|
+
Version bump for dependency: alouette-icons
|
|
234
|
+
|
|
235
|
+
|
|
236
|
+
## [15.2.0](https://github.com/christophehurpeau/alouette/compare/alouette@15.1.0...alouette@15.2.0) (2025-10-12)
|
|
237
|
+
|
|
238
|
+
### Features
|
|
239
|
+
|
|
240
|
+
* export type AlouetteColorIntent ([52f4a6d](https://github.com/christophehurpeau/alouette/commit/52f4a6d2b01f770e73bfebcd41dfd3b20f403d00))
|
|
241
|
+
|
|
242
|
+
## [15.1.0](https://github.com/christophehurpeau/alouette/compare/alouette@15.0.0...alouette@15.1.0) (2025-09-21)
|
|
243
|
+
|
|
244
|
+
### Features
|
|
245
|
+
|
|
246
|
+
* xxl ([e898707](https://github.com/christophehurpeau/alouette/commit/e898707f073014d380a13b66dc63de726ad9a7eb))
|
|
247
|
+
|
|
248
|
+
## [15.0.0](https://github.com/christophehurpeau/alouette/compare/alouette@14.0.0...alouette@15.0.0) (2025-09-20)
|
|
249
|
+
|
|
250
|
+
### ⚠ BREAKING CHANGES
|
|
251
|
+
|
|
252
|
+
* drop node 20
|
|
253
|
+
|
|
254
|
+
### Features
|
|
255
|
+
|
|
256
|
+
* add optional monospace font with example ([d6f40c2](https://github.com/christophehurpeau/alouette/commit/d6f40c272dc5b7971e76c43d8d62b270c80bdd00))
|
|
257
|
+
* drop node 20 ([3c6d62d](https://github.com/christophehurpeau/alouette/commit/3c6d62d42b3e1651c05a3ff677bfc52471d5e267))
|
|
258
|
+
* react-native-safe-area-context ([488c642](https://github.com/christophehurpeau/alouette/commit/488c64279b2c67d5f8b3b0408648369990140b43))
|
|
259
|
+
* update deps ([aaaa8a7](https://github.com/christophehurpeau/alouette/commit/aaaa8a784227db1324980c897714fb2649517985))
|
|
260
|
+
|
|
261
|
+
### Bug Fixes
|
|
262
|
+
|
|
263
|
+
* disable react-native-safe-area-context for web ([c68fb2a](https://github.com/christophehurpeau/alouette/commit/c68fb2ad21bebc81320471ff3dfd0543f9693ba0))
|
|
264
|
+
* fix exports ([11346f1](https://github.com/christophehurpeau/alouette/commit/11346f1945b018c93d8b34b5890d030a2fdd73ce))
|
|
265
|
+
|
|
266
|
+
Version bump for dependency: alouette-icons
|
|
267
|
+
|
|
268
|
+
|
|
269
|
+
## [14.0.0](https://github.com/christophehurpeau/alouette/compare/alouette@13.6.0...alouette@14.0.0) (2025-09-14)
|
|
270
|
+
|
|
271
|
+
### ⚠ BREAKING CHANGES
|
|
272
|
+
|
|
273
|
+
* upgrade to expo 54
|
|
274
|
+
* use sora font
|
|
275
|
+
|
|
276
|
+
### Features
|
|
277
|
+
|
|
278
|
+
* upgrade to expo 54 ([f4fbf72](https://github.com/christophehurpeau/alouette/commit/f4fbf724765c1f2d97451164eb2fb766bbd8d342))
|
|
279
|
+
* use sora font ([557bd50](https://github.com/christophehurpeau/alouette/commit/557bd509ad3c4612728834658cd3db58f57d6f6b))
|
|
280
|
+
|
|
281
|
+
Version bump for dependency: alouette-icons
|
|
282
|
+
|
|
283
|
+
|
|
284
|
+
## [13.6.0](https://github.com/christophehurpeau/alouette/compare/alouette@13.5.1...alouette@13.6.0) (2025-09-13)
|
|
285
|
+
|
|
286
|
+
### Features
|
|
287
|
+
|
|
288
|
+
* improve gradient background stories as well as colors to match ([8825eb3](https://github.com/christophehurpeau/alouette/commit/8825eb333c0430fb1cae3b41987d092b9638ec1b))
|
|
289
|
+
|
|
290
|
+
## [13.5.1](https://github.com/christophehurpeau/alouette/compare/alouette@13.5.0...alouette@13.5.1) (2025-09-11)
|
|
291
|
+
|
|
292
|
+
### Bug Fixes
|
|
293
|
+
|
|
294
|
+
* add missing backgroundColorTranslucent value ([76e5d62](https://github.com/christophehurpeau/alouette/commit/76e5d629e78f51a6b5fa405108efd7674ac41ee3))
|
|
295
|
+
|
|
296
|
+
## [13.5.0](https://github.com/christophehurpeau/alouette/compare/alouette@13.4.0...alouette@13.5.0) (2025-09-11)
|
|
297
|
+
|
|
298
|
+
### Features
|
|
299
|
+
|
|
300
|
+
* add backgroundColorTranslucent ([2d95941](https://github.com/christophehurpeau/alouette/commit/2d959418d1b2a4cf62dfb8a99335177dee4a5893))
|
|
301
|
+
|
|
302
|
+
## [13.4.0](https://github.com/christophehurpeau/alouette/compare/alouette@13.3.0...alouette@13.4.0) (2025-09-11)
|
|
303
|
+
|
|
304
|
+
### Features
|
|
305
|
+
|
|
306
|
+
* add fullscreen variant ([056fd99](https://github.com/christophehurpeau/alouette/commit/056fd9908b013d2bde5fde85e4a19039e579a83c))
|
|
307
|
+
* export containersVariants ([360f4a3](https://github.com/christophehurpeau/alouette/commit/360f4a3d6bb9430ce160d8ec3c44cce09b4a9096))
|
|
308
|
+
|
|
309
|
+
Version bump for dependency: alouette-icons
|
|
310
|
+
|
|
311
|
+
|
|
312
|
+
## [13.3.0](https://github.com/christophehurpeau/alouette/compare/alouette@13.2.1...alouette@13.3.0) (2025-09-10)
|
|
313
|
+
|
|
314
|
+
### Features
|
|
315
|
+
|
|
316
|
+
* add slow animation ([9008b90](https://github.com/christophehurpeau/alouette/commit/9008b90cdf59b3c5a68bf61cca4d7ac2925306d8))
|
|
317
|
+
* improve dark textColor:disabled ([ee7bcbb](https://github.com/christophehurpeau/alouette/commit/ee7bcbb61c8df2e8f0ff70e6c28dc4956f09735a))
|
|
318
|
+
|
|
319
|
+
### Bug Fixes
|
|
320
|
+
|
|
321
|
+
* forComponent icon ([ca2586d](https://github.com/christophehurpeau/alouette/commit/ca2586d0843de7157a5e1fb88cc3d894c3036288))
|
|
322
|
+
|
|
323
|
+
## [13.2.1](https://github.com/christophehurpeau/alouette/compare/alouette@13.2.0...alouette@13.2.1) (2025-09-09)
|
|
324
|
+
|
|
325
|
+
### Bug Fixes
|
|
326
|
+
|
|
327
|
+
* improve color contrast ([dd1d0ec](https://github.com/christophehurpeau/alouette/commit/dd1d0ecc63d0a28edf40dfa603b56a569c863460))
|
|
328
|
+
|
|
329
|
+
## [13.2.0](https://github.com/christophehurpeau/alouette/compare/alouette@13.1.0...alouette@13.2.0) (2025-09-09)
|
|
330
|
+
|
|
331
|
+
### Features
|
|
332
|
+
|
|
333
|
+
* add medium animation ([1a9293b](https://github.com/christophehurpeau/alouette/commit/1a9293b2231b0330590a5442aa1495f27cc4e8b4))
|
|
334
|
+
|
|
335
|
+
### Bug Fixes
|
|
336
|
+
|
|
337
|
+
* fix disabled color dark mode ([086355c](https://github.com/christophehurpeau/alouette/commit/086355cfd1f484e811d471418a823a918ed2a469))
|
|
338
|
+
* optional GradientBackground children ([dde4495](https://github.com/christophehurpeau/alouette/commit/dde44952fc01ef1633059e11a9a4ea540318b68c))
|
|
339
|
+
|
|
340
|
+
## [13.1.0](https://github.com/christophehurpeau/alouette/compare/alouette@13.0.0...alouette@13.1.0) (2025-09-09)
|
|
341
|
+
|
|
342
|
+
### Features
|
|
343
|
+
|
|
344
|
+
* improve dark background, color contrasts and pressable outline border size ([0cdeb86](https://github.com/christophehurpeau/alouette/commit/0cdeb86870bf2e8c42f9a4d154b1d439aa5d8a80))
|
|
345
|
+
|
|
346
|
+
## [13.0.0](https://github.com/christophehurpeau/alouette/compare/alouette@12.0.0...alouette@13.0.0) (2025-09-08)
|
|
347
|
+
|
|
348
|
+
### ⚠ BREAKING CHANGES
|
|
349
|
+
|
|
350
|
+
* remove box around icon component and accent color
|
|
351
|
+
|
|
352
|
+
### Features
|
|
353
|
+
|
|
354
|
+
* add GradientBackground component ([28c9aaf](https://github.com/christophehurpeau/alouette/commit/28c9aaf04ecfb6f4329da68a37910dbb643c9dce))
|
|
355
|
+
|
|
356
|
+
### Bug Fixes
|
|
357
|
+
|
|
358
|
+
* remove box around icon component and accent color ([bd8eaf6](https://github.com/christophehurpeau/alouette/commit/bd8eaf686aca94b23cead0844d353aff6ef3d3fe))
|
|
359
|
+
|
|
360
|
+
## [12.0.0](https://github.com/christophehurpeau/alouette/compare/alouette@11.3.0...alouette@12.0.0) (2025-09-08)
|
|
361
|
+
|
|
362
|
+
### ⚠ BREAKING CHANGES
|
|
363
|
+
|
|
364
|
+
* generate palette, check colors for accessibility and improve dark/light modes
|
|
365
|
+
|
|
366
|
+
### Features
|
|
367
|
+
|
|
368
|
+
* **deps:** update dependency react-native-svg to v15.12.1 ([#211](https://github.com/christophehurpeau/alouette/issues/211)) ([cf78659](https://github.com/christophehurpeau/alouette/commit/cf78659d27c63f7aa88873ae51e34e24b9cd52fb))
|
|
369
|
+
* generate palette, check colors for accessibility and improve dark/light modes ([49157a7](https://github.com/christophehurpeau/alouette/commit/49157a70dae174aa93b78390bc90ee259218975b))
|
|
370
|
+
|
|
371
|
+
### Bug Fixes
|
|
372
|
+
|
|
373
|
+
* fix themes stories ([4c2fe21](https://github.com/christophehurpeau/alouette/commit/4c2fe2132a73f97d7d922997cbebf09f122c41ea))
|
|
374
|
+
|
|
375
|
+
Version bump for dependency: alouette-icons
|
|
376
|
+
|
|
377
|
+
|
|
378
|
+
## [11.3.0](https://github.com/christophehurpeau/alouette/compare/alouette@11.2.1...alouette@11.3.0) (2025-08-02)
|
|
379
|
+
|
|
380
|
+
### Features
|
|
381
|
+
|
|
382
|
+
* update tamagui ([d61b072](https://github.com/christophehurpeau/alouette/commit/d61b072792fefc38656451fc7a487bd73362022d))
|
|
383
|
+
|
|
384
|
+
## [11.2.1](https://github.com/christophehurpeau/alouette/compare/alouette@11.2.0...alouette@11.2.1) (2025-08-02)
|
|
385
|
+
|
|
386
|
+
Note: no notable changes
|
|
387
|
+
|
|
388
|
+
|
|
389
|
+
## [11.2.0](https://github.com/christophehurpeau/alouette/compare/alouette@11.1.0...alouette@11.2.0) (2025-08-02)
|
|
390
|
+
|
|
391
|
+
### Features
|
|
392
|
+
|
|
393
|
+
* add InternalLinkButton ([6d1487a](https://github.com/christophehurpeau/alouette/commit/6d1487aad220cdad0ec17afea26d129b147c2178))
|
|
394
|
+
|
|
395
|
+
## [11.1.0](https://github.com/christophehurpeau/alouette/compare/alouette@11.0.0...alouette@11.1.0) (2025-07-09)
|
|
396
|
+
|
|
397
|
+
### Features
|
|
398
|
+
|
|
399
|
+
* add reset ([dbd881b](https://github.com/christophehurpeau/alouette/commit/dbd881b4dfe5090a1cba98d553361df7c9a6caf2))
|
|
400
|
+
* add reset and ExternalLinkButton ([aa9de4f](https://github.com/christophehurpeau/alouette/commit/aa9de4f9ebb85926805e8672cbc92dba243b8488))
|
|
401
|
+
* update babel ([2d1f630](https://github.com/christophehurpeau/alouette/commit/2d1f6301b7c716d32df7969bb14a8a61facc6d9d))
|
|
402
|
+
* update tamagui ([6fdce00](https://github.com/christophehurpeau/alouette/commit/6fdce005e99f83f260212343357ac36052c8dcd1))
|
|
403
|
+
|
|
404
|
+
Version bump for dependency: alouette-icons
|
|
405
|
+
|
|
406
|
+
|
|
407
|
+
## [11.0.0](https://github.com/christophehurpeau/alouette/compare/alouette@10.3.0...alouette@11.0.0) (2025-06-29)
|
|
408
|
+
|
|
409
|
+
### ⚠ BREAKING CHANGES
|
|
410
|
+
|
|
411
|
+
* update to react 19, typography changes and add native storybook
|
|
412
|
+
|
|
413
|
+
### Features
|
|
414
|
+
|
|
415
|
+
* **deps:** update dependency type-fest to v4.35.0 ([#166](https://github.com/christophehurpeau/alouette/issues/166)) ([c0e667e](https://github.com/christophehurpeau/alouette/commit/c0e667e21a56da7a8d3d9d441781718a528bf117))
|
|
416
|
+
* update dependencies ([27d1465](https://github.com/christophehurpeau/alouette/commit/27d146549419358385e1a5d6bab79c426269e542))
|
|
417
|
+
* update tamagui ([9880238](https://github.com/christophehurpeau/alouette/commit/98802387b506755124bef6dc7c1ea660b20d8737))
|
|
418
|
+
* update to react 19, typography changes and add native storybook ([87cc3a9](https://github.com/christophehurpeau/alouette/commit/87cc3a99e295d7a47e90c04d68dfb2aecc79430f))
|
|
419
|
+
|
|
420
|
+
### Bug Fixes
|
|
421
|
+
|
|
422
|
+
* animation import ([90dc596](https://github.com/christophehurpeau/alouette/commit/90dc596b36be08439ecf520856324f005a091059))
|
|
423
|
+
* **deps:** update tamagui to v1.125.23 ([#138](https://github.com/christophehurpeau/alouette/issues/138)) ([5f695d7](https://github.com/christophehurpeau/alouette/commit/5f695d7358bbab15052ca89dc3144e07499eb3b7))
|
|
424
|
+
|
|
425
|
+
Version bump for dependency: alouette-icons
|
|
426
|
+
|
|
427
|
+
|
|
428
|
+
## [10.3.0](https://github.com/christophehurpeau/alouette/compare/alouette@10.2.0...alouette@10.3.0) (2025-02-15)
|
|
429
|
+
|
|
430
|
+
### Features
|
|
431
|
+
|
|
432
|
+
* add variants elevated and ghosts ([983aa49](https://github.com/christophehurpeau/alouette/commit/983aa49e883ba3bd2aa050c4d8c284611fa5ba37))
|
|
433
|
+
|
|
434
|
+
## [10.2.0](https://github.com/christophehurpeau/alouette/compare/alouette@10.1.1...alouette@10.2.0) (2025-02-15)
|
|
435
|
+
|
|
436
|
+
### Features
|
|
437
|
+
|
|
438
|
+
* **deps:** update dependency type-fest to v4.34.1 ([#158](https://github.com/christophehurpeau/alouette/issues/158)) ([b07cf48](https://github.com/christophehurpeau/alouette/commit/b07cf484d671ba0be6a96af470f8b819a3b0e66a))
|
|
439
|
+
* improve dark mode disabled colors ([1787990](https://github.com/christophehurpeau/alouette/commit/1787990c0aa01ac69ef15de79ff911c6dcbe2e15))
|
|
440
|
+
|
|
441
|
+
### Bug Fixes
|
|
442
|
+
|
|
443
|
+
* update tamagui ([ea74ff5](https://github.com/christophehurpeau/alouette/commit/ea74ff5f4ce09906a9b972ba8bfaab2aaff910cf))
|
|
444
|
+
|
|
445
|
+
Version bump for dependency: alouette-icons
|
|
446
|
+
|
|
447
|
+
|
|
448
|
+
## [10.1.1](https://github.com/christophehurpeau/alouette/compare/alouette@10.1.0...alouette@10.1.1) (2025-02-09)
|
|
449
|
+
|
|
450
|
+
Version bump for dependency: alouette-icons
|
|
451
|
+
|
|
452
|
+
|
|
453
|
+
## [10.1.0](https://github.com/christophehurpeau/alouette/compare/alouette@10.0.0...alouette@10.1.0) (2025-02-02)
|
|
454
|
+
|
|
455
|
+
### Features
|
|
456
|
+
|
|
457
|
+
* update tamagui ([fa5e6bb](https://github.com/christophehurpeau/alouette/commit/fa5e6bb03237d944bddb122d8885812235eda14c))
|
|
458
|
+
|
|
459
|
+
Version bump for dependency: alouette-icons
|
|
460
|
+
|
|
461
|
+
|
|
462
|
+
## 10.0.0 (2025-02-01)
|
|
463
|
+
|
|
464
|
+
### ⚠ BREAKING CHANGES
|
|
465
|
+
|
|
466
|
+
* drop node 18
|
|
467
|
+
|
|
468
|
+
### Features
|
|
469
|
+
|
|
470
|
+
* add disableInjectCSS ([0580216](https://github.com/christophehurpeau/alouette/commit/0580216d01bee3d5917c17f1f42df7fcf0545a5f))
|
|
471
|
+
* add textColor ([f1a3263](https://github.com/christophehurpeau/alouette/commit/f1a32638eb2ba351e7f49a09b82501c1addfc55f))
|
|
472
|
+
* alouette-icons ([924eb6d](https://github.com/christophehurpeau/alouette/commit/924eb6da66cb9689cfc1bb390a810167eb9b5d87))
|
|
473
|
+
* **Button:** add size sm and fix default variant ([9d6e1ab](https://github.com/christophehurpeau/alouette/commit/9d6e1ab1ccc5437a1807e634e270eb9ff258d75d))
|
|
474
|
+
* color scheme ([0704f9a](https://github.com/christophehurpeau/alouette/commit/0704f9ad4a868efef989d7a8412e84d278dfc2a2))
|
|
475
|
+
* **deps:** update dependency @phosphor-icons/core to v2.1.1 ([#14](https://github.com/christophehurpeau/alouette/issues/14)) ([decf7d9](https://github.com/christophehurpeau/alouette/commit/decf7d9cef74838916082e81e9d9a84da1a1c53a))
|
|
476
|
+
* **deps:** update dependency react-native to v0.74.2 ([#15](https://github.com/christophehurpeau/alouette/issues/15)) ([1cee78f](https://github.com/christophehurpeau/alouette/commit/1cee78fa487b3045f33860b2a2fb9a873dfdf0a5))
|
|
477
|
+
* **deps:** update dependency react-native to v0.75.2 ([#61](https://github.com/christophehurpeau/alouette/issues/61)) ([09b2a47](https://github.com/christophehurpeau/alouette/commit/09b2a472ba642defe11ef3eee5ef546ff1bf633f))
|
|
478
|
+
* **deps:** update dependency react-native to v0.77.0 ([#68](https://github.com/christophehurpeau/alouette/issues/68)) ([577dc45](https://github.com/christophehurpeau/alouette/commit/577dc45287c344164317212198c6453d1bde1a74))
|
|
479
|
+
* **deps:** update dependency react-native-svg to v15.11.1 ([#137](https://github.com/christophehurpeau/alouette/issues/137)) ([0630652](https://github.com/christophehurpeau/alouette/commit/063065233926237a36ed9713362d397852fafdff))
|
|
480
|
+
* **deps:** update dependency react-native-svg to v15.7.1 ([#81](https://github.com/christophehurpeau/alouette/issues/81)) ([9e2dac7](https://github.com/christophehurpeau/alouette/commit/9e2dac7dcd04fd6d3d7785371813d0a8453b2912))
|
|
481
|
+
* **deps:** update dependency react-native-svg to v15.9.0 ([#97](https://github.com/christophehurpeau/alouette/issues/97)) ([9708d65](https://github.com/christophehurpeau/alouette/commit/9708d65227f41c6a63c1eaebdccc08954b1859e4))
|
|
482
|
+
* **deps:** update dependency type-fest to v4.26.0 ([#47](https://github.com/christophehurpeau/alouette/issues/47)) ([7493b0e](https://github.com/christophehurpeau/alouette/commit/7493b0edc4a8a4ffd3761576d0ca1a121e774ce7))
|
|
483
|
+
* **deps:** update dependency type-fest to v4.27.1 ([#106](https://github.com/christophehurpeau/alouette/issues/106)) ([017ecef](https://github.com/christophehurpeau/alouette/commit/017ecef48d136a11cf741150c8a5d9c9440df6b7))
|
|
484
|
+
* **deps:** update dependency type-fest to v4.28.0 ([#109](https://github.com/christophehurpeau/alouette/issues/109)) ([2723fc5](https://github.com/christophehurpeau/alouette/commit/2723fc56620a6aded5402162eff1e5a85a3eeb50))
|
|
485
|
+
* **deps:** update tamagui to v1.101.0 ([#28](https://github.com/christophehurpeau/alouette/issues/28)) ([df1cc36](https://github.com/christophehurpeau/alouette/commit/df1cc36366d4fb102a22b5f8c4bb498970836e07))
|
|
486
|
+
* **deps:** update tamagui to v1.110.2 ([#53](https://github.com/christophehurpeau/alouette/issues/53)) ([5638c4c](https://github.com/christophehurpeau/alouette/commit/5638c4c687432e9d2c2a7fdc1931502843fe3370))
|
|
487
|
+
* **deps:** update tamagui to v1.112.0 ([#73](https://github.com/christophehurpeau/alouette/issues/73)) ([11debab](https://github.com/christophehurpeau/alouette/commit/11debabc2a07e70607c6b2675c371a05afcb487f))
|
|
488
|
+
* **deps:** update tamagui to v1.117.0 ([#88](https://github.com/christophehurpeau/alouette/issues/88)) ([7d94ca0](https://github.com/christophehurpeau/alouette/commit/7d94ca0e722579c33a1dbe93e72c2eb9924ce542))
|
|
489
|
+
* **IconButton:** add size story section ([ddd03e4](https://github.com/christophehurpeau/alouette/commit/ddd03e4076d42bc1169b13ba43f679f2d6d85adc))
|
|
490
|
+
* improvements and new components ([335f060](https://github.com/christophehurpeau/alouette/commit/335f06086a3eae528e8f351ad6bf5b94cdc4c612))
|
|
491
|
+
* initial design system with storybook ([6d790b3](https://github.com/christophehurpeau/alouette/commit/6d790b35641bb740c3a569f5bac1ee32839244c7))
|
|
492
|
+
* update dependencies and build cjs ([121ed87](https://github.com/christophehurpeau/alouette/commit/121ed8748bed730826d206160399af2f1eae63fa))
|
|
493
|
+
* work on themes and ts ([dd8604c](https://github.com/christophehurpeau/alouette/commit/dd8604cc4cc6b0aba616ce29f03447b4d5306fb5))
|
|
494
|
+
|
|
495
|
+
### Bug Fixes
|
|
496
|
+
|
|
497
|
+
* add createAlouetteTamagui.js in files ([9d88c7e](https://github.com/christophehurpeau/alouette/commit/9d88c7e966e43aa4af3a257e74394b8619786dcd))
|
|
498
|
+
* add missing flexwrap in storybook ([42e6d4a](https://github.com/christophehurpeau/alouette/commit/42e6d4a7621ab4c155038b54e9b67625004edd72))
|
|
499
|
+
* add missing peerdep react-dom ([4c93bf1](https://github.com/christophehurpeau/alouette/commit/4c93bf1d8514b36da791c99647789524a67d55fd))
|
|
500
|
+
* build node for react-native ([c050f74](https://github.com/christophehurpeau/alouette/commit/c050f74899de0bc97758bdecc00b880dbad2f865))
|
|
501
|
+
* **deps:** update dependency react-native to v0.74.3 ([#42](https://github.com/christophehurpeau/alouette/issues/42)) ([844da1f](https://github.com/christophehurpeau/alouette/commit/844da1f99b03c91060d71534594201dec987f661))
|
|
502
|
+
* **deps:** update dependency react-native-svg to v15.10.1 ([#120](https://github.com/christophehurpeau/alouette/issues/120)) ([66ccff7](https://github.com/christophehurpeau/alouette/commit/66ccff7556dc0bbdee4c7571bb62dcd848a0c623))
|
|
503
|
+
* **deps:** update dependency type-fest to v4.26.1 ([#64](https://github.com/christophehurpeau/alouette/issues/64)) ([04f79ff](https://github.com/christophehurpeau/alouette/commit/04f79ff9821193ecf06d0563a90161bd54ae208b))
|
|
504
|
+
* **deps:** update dependency type-fest to v4.30.1 ([#130](https://github.com/christophehurpeau/alouette/issues/130)) ([45e3cb7](https://github.com/christophehurpeau/alouette/commit/45e3cb7dcc76bce482b1a74e17680f97b4c02074))
|
|
505
|
+
* **deps:** update tamagui to v1.100.6 ([#26](https://github.com/christophehurpeau/alouette/issues/26)) ([52fb809](https://github.com/christophehurpeau/alouette/commit/52fb809d954bd6116ddf5a35c3f43877d6f06867))
|
|
506
|
+
* **deps:** update tamagui to v1.101.1 ([#31](https://github.com/christophehurpeau/alouette/issues/31)) ([fb8999a](https://github.com/christophehurpeau/alouette/commit/fb8999aa3e8138e4419c05f8abc14429272a128b))
|
|
507
|
+
* **deps:** update tamagui to v1.101.3 ([#32](https://github.com/christophehurpeau/alouette/issues/32)) ([15ad21b](https://github.com/christophehurpeau/alouette/commit/15ad21bad60b07c349432fe1b458b538e8f117c6))
|
|
508
|
+
* **deps:** update tamagui to v1.101.5 ([#40](https://github.com/christophehurpeau/alouette/issues/40)) ([a538c10](https://github.com/christophehurpeau/alouette/commit/a538c10caba04e94f2729521295bb84c32b3fda3))
|
|
509
|
+
* **deps:** update tamagui to v1.101.6 ([#43](https://github.com/christophehurpeau/alouette/issues/43)) ([38996b8](https://github.com/christophehurpeau/alouette/commit/38996b874f2ca72dee0e768d88d87257ccd91c0a))
|
|
510
|
+
* **deps:** update tamagui to v1.101.7 ([#44](https://github.com/christophehurpeau/alouette/issues/44)) ([2ee5352](https://github.com/christophehurpeau/alouette/commit/2ee53525a49b0a693f7032f2b0e07471a8e58c0e))
|
|
511
|
+
* **deps:** update tamagui to v1.121.9 ([#107](https://github.com/christophehurpeau/alouette/issues/107)) ([080f004](https://github.com/christophehurpeau/alouette/commit/080f004d01fb2289fb947595b307f3bc378f5ca9))
|
|
512
|
+
* fix borderWidth ([4771470](https://github.com/christophehurpeau/alouette/commit/4771470de9bf60ed866d77eac181dc9cde06e6c7))
|
|
513
|
+
* fix build and other issues ([c61594c](https://github.com/christophehurpeau/alouette/commit/c61594caf742766d5e26cffb5c4d1a9bfffcc98f))
|
|
514
|
+
* fix deprecated property ([b350114](https://github.com/christophehurpeau/alouette/commit/b350114bdbb82249c5b791ad77e92a7baf5d43bf))
|
|
515
|
+
* fix dist for web ([43ddeaf](https://github.com/christophehurpeau/alouette/commit/43ddeaf1efc4989d56b248aa91aa667cdb418fa3))
|
|
516
|
+
* fix for react-native update ([2d642c0](https://github.com/christophehurpeau/alouette/commit/2d642c0d42feb54275fd1b7db7309e8fb28cc96d))
|
|
517
|
+
* fix require path for createAlouetteTamagui ([861c551](https://github.com/christophehurpeau/alouette/commit/861c551bff575a3445f6402afb200a108ef45a36))
|
|
518
|
+
* move react-native before browser ([27265f9](https://github.com/christophehurpeau/alouette/commit/27265f9f89e5692d4a1b39b25c6b1817b0b73792))
|
|
519
|
+
* only react-native-web for browser ([33c8f6e](https://github.com/christophehurpeau/alouette/commit/33c8f6e7446772ed58a54cc9f18f6bcb2b40612f))
|
|
520
|
+
* use View for HStack and VStack ([999dff6](https://github.com/christophehurpeau/alouette/commit/999dff604ddf1b5e503af46d8f41e2f3f8899107))
|
|
521
|
+
|
|
522
|
+
### Miscellaneous Chores
|
|
523
|
+
|
|
524
|
+
* update dev dependencies and update to node 20 ([28885df](https://github.com/christophehurpeau/alouette/commit/28885dfe4fae18e4159ec3c9fab23a7fc738b6c0))
|
|
525
|
+
|
|
526
|
+
Version bump for dependency: alouette-icons
|
|
527
|
+
|
|
528
|
+
|
|
529
|
+
## 9.0.0 (2025-02-01)
|
|
530
|
+
|
|
531
|
+
### ⚠ BREAKING CHANGES
|
|
532
|
+
|
|
533
|
+
* drop node 18
|
|
534
|
+
|
|
535
|
+
### Features
|
|
536
|
+
|
|
537
|
+
* add textColor ([f1a3263](https://github.com/christophehurpeau/alouette/commit/f1a32638eb2ba351e7f49a09b82501c1addfc55f))
|
|
538
|
+
* alouette-icons ([924eb6d](https://github.com/christophehurpeau/alouette/commit/924eb6da66cb9689cfc1bb390a810167eb9b5d87))
|
|
539
|
+
* **Button:** add size sm and fix default variant ([9d6e1ab](https://github.com/christophehurpeau/alouette/commit/9d6e1ab1ccc5437a1807e634e270eb9ff258d75d))
|
|
540
|
+
* color scheme ([0704f9a](https://github.com/christophehurpeau/alouette/commit/0704f9ad4a868efef989d7a8412e84d278dfc2a2))
|
|
541
|
+
* **deps:** update dependency @phosphor-icons/core to v2.1.1 ([#14](https://github.com/christophehurpeau/alouette/issues/14)) ([decf7d9](https://github.com/christophehurpeau/alouette/commit/decf7d9cef74838916082e81e9d9a84da1a1c53a))
|
|
542
|
+
* **deps:** update dependency react-native to v0.74.2 ([#15](https://github.com/christophehurpeau/alouette/issues/15)) ([1cee78f](https://github.com/christophehurpeau/alouette/commit/1cee78fa487b3045f33860b2a2fb9a873dfdf0a5))
|
|
543
|
+
* **deps:** update dependency react-native to v0.75.2 ([#61](https://github.com/christophehurpeau/alouette/issues/61)) ([09b2a47](https://github.com/christophehurpeau/alouette/commit/09b2a472ba642defe11ef3eee5ef546ff1bf633f))
|
|
544
|
+
* **deps:** update dependency react-native to v0.77.0 ([#68](https://github.com/christophehurpeau/alouette/issues/68)) ([577dc45](https://github.com/christophehurpeau/alouette/commit/577dc45287c344164317212198c6453d1bde1a74))
|
|
545
|
+
* **deps:** update dependency react-native-svg to v15.11.1 ([#137](https://github.com/christophehurpeau/alouette/issues/137)) ([0630652](https://github.com/christophehurpeau/alouette/commit/063065233926237a36ed9713362d397852fafdff))
|
|
546
|
+
* **deps:** update dependency react-native-svg to v15.7.1 ([#81](https://github.com/christophehurpeau/alouette/issues/81)) ([9e2dac7](https://github.com/christophehurpeau/alouette/commit/9e2dac7dcd04fd6d3d7785371813d0a8453b2912))
|
|
547
|
+
* **deps:** update dependency react-native-svg to v15.9.0 ([#97](https://github.com/christophehurpeau/alouette/issues/97)) ([9708d65](https://github.com/christophehurpeau/alouette/commit/9708d65227f41c6a63c1eaebdccc08954b1859e4))
|
|
548
|
+
* **deps:** update dependency type-fest to v4.26.0 ([#47](https://github.com/christophehurpeau/alouette/issues/47)) ([7493b0e](https://github.com/christophehurpeau/alouette/commit/7493b0edc4a8a4ffd3761576d0ca1a121e774ce7))
|
|
549
|
+
* **deps:** update dependency type-fest to v4.27.1 ([#106](https://github.com/christophehurpeau/alouette/issues/106)) ([017ecef](https://github.com/christophehurpeau/alouette/commit/017ecef48d136a11cf741150c8a5d9c9440df6b7))
|
|
550
|
+
* **deps:** update dependency type-fest to v4.28.0 ([#109](https://github.com/christophehurpeau/alouette/issues/109)) ([2723fc5](https://github.com/christophehurpeau/alouette/commit/2723fc56620a6aded5402162eff1e5a85a3eeb50))
|
|
551
|
+
* **deps:** update tamagui to v1.101.0 ([#28](https://github.com/christophehurpeau/alouette/issues/28)) ([df1cc36](https://github.com/christophehurpeau/alouette/commit/df1cc36366d4fb102a22b5f8c4bb498970836e07))
|
|
552
|
+
* **deps:** update tamagui to v1.110.2 ([#53](https://github.com/christophehurpeau/alouette/issues/53)) ([5638c4c](https://github.com/christophehurpeau/alouette/commit/5638c4c687432e9d2c2a7fdc1931502843fe3370))
|
|
553
|
+
* **deps:** update tamagui to v1.112.0 ([#73](https://github.com/christophehurpeau/alouette/issues/73)) ([11debab](https://github.com/christophehurpeau/alouette/commit/11debabc2a07e70607c6b2675c371a05afcb487f))
|
|
554
|
+
* **deps:** update tamagui to v1.117.0 ([#88](https://github.com/christophehurpeau/alouette/issues/88)) ([7d94ca0](https://github.com/christophehurpeau/alouette/commit/7d94ca0e722579c33a1dbe93e72c2eb9924ce542))
|
|
555
|
+
* **IconButton:** add size story section ([ddd03e4](https://github.com/christophehurpeau/alouette/commit/ddd03e4076d42bc1169b13ba43f679f2d6d85adc))
|
|
556
|
+
* improvements and new components ([335f060](https://github.com/christophehurpeau/alouette/commit/335f06086a3eae528e8f351ad6bf5b94cdc4c612))
|
|
557
|
+
* initial design system with storybook ([6d790b3](https://github.com/christophehurpeau/alouette/commit/6d790b35641bb740c3a569f5bac1ee32839244c7))
|
|
558
|
+
* update dependencies and build cjs ([121ed87](https://github.com/christophehurpeau/alouette/commit/121ed8748bed730826d206160399af2f1eae63fa))
|
|
559
|
+
* work on themes and ts ([dd8604c](https://github.com/christophehurpeau/alouette/commit/dd8604cc4cc6b0aba616ce29f03447b4d5306fb5))
|
|
560
|
+
|
|
561
|
+
### Bug Fixes
|
|
562
|
+
|
|
563
|
+
* add createAlouetteTamagui.js in files ([9d88c7e](https://github.com/christophehurpeau/alouette/commit/9d88c7e966e43aa4af3a257e74394b8619786dcd))
|
|
564
|
+
* add missing flexwrap in storybook ([42e6d4a](https://github.com/christophehurpeau/alouette/commit/42e6d4a7621ab4c155038b54e9b67625004edd72))
|
|
565
|
+
* add missing peerdep react-dom ([4c93bf1](https://github.com/christophehurpeau/alouette/commit/4c93bf1d8514b36da791c99647789524a67d55fd))
|
|
566
|
+
* build node for react-native ([c050f74](https://github.com/christophehurpeau/alouette/commit/c050f74899de0bc97758bdecc00b880dbad2f865))
|
|
567
|
+
* **deps:** update dependency react-native to v0.74.3 ([#42](https://github.com/christophehurpeau/alouette/issues/42)) ([844da1f](https://github.com/christophehurpeau/alouette/commit/844da1f99b03c91060d71534594201dec987f661))
|
|
568
|
+
* **deps:** update dependency react-native-svg to v15.10.1 ([#120](https://github.com/christophehurpeau/alouette/issues/120)) ([66ccff7](https://github.com/christophehurpeau/alouette/commit/66ccff7556dc0bbdee4c7571bb62dcd848a0c623))
|
|
569
|
+
* **deps:** update dependency type-fest to v4.26.1 ([#64](https://github.com/christophehurpeau/alouette/issues/64)) ([04f79ff](https://github.com/christophehurpeau/alouette/commit/04f79ff9821193ecf06d0563a90161bd54ae208b))
|
|
570
|
+
* **deps:** update dependency type-fest to v4.30.1 ([#130](https://github.com/christophehurpeau/alouette/issues/130)) ([45e3cb7](https://github.com/christophehurpeau/alouette/commit/45e3cb7dcc76bce482b1a74e17680f97b4c02074))
|
|
571
|
+
* **deps:** update tamagui to v1.100.6 ([#26](https://github.com/christophehurpeau/alouette/issues/26)) ([52fb809](https://github.com/christophehurpeau/alouette/commit/52fb809d954bd6116ddf5a35c3f43877d6f06867))
|
|
572
|
+
* **deps:** update tamagui to v1.101.1 ([#31](https://github.com/christophehurpeau/alouette/issues/31)) ([fb8999a](https://github.com/christophehurpeau/alouette/commit/fb8999aa3e8138e4419c05f8abc14429272a128b))
|
|
573
|
+
* **deps:** update tamagui to v1.101.3 ([#32](https://github.com/christophehurpeau/alouette/issues/32)) ([15ad21b](https://github.com/christophehurpeau/alouette/commit/15ad21bad60b07c349432fe1b458b538e8f117c6))
|
|
574
|
+
* **deps:** update tamagui to v1.101.5 ([#40](https://github.com/christophehurpeau/alouette/issues/40)) ([a538c10](https://github.com/christophehurpeau/alouette/commit/a538c10caba04e94f2729521295bb84c32b3fda3))
|
|
575
|
+
* **deps:** update tamagui to v1.101.6 ([#43](https://github.com/christophehurpeau/alouette/issues/43)) ([38996b8](https://github.com/christophehurpeau/alouette/commit/38996b874f2ca72dee0e768d88d87257ccd91c0a))
|
|
576
|
+
* **deps:** update tamagui to v1.101.7 ([#44](https://github.com/christophehurpeau/alouette/issues/44)) ([2ee5352](https://github.com/christophehurpeau/alouette/commit/2ee53525a49b0a693f7032f2b0e07471a8e58c0e))
|
|
577
|
+
* **deps:** update tamagui to v1.121.9 ([#107](https://github.com/christophehurpeau/alouette/issues/107)) ([080f004](https://github.com/christophehurpeau/alouette/commit/080f004d01fb2289fb947595b307f3bc378f5ca9))
|
|
578
|
+
* fix borderWidth ([4771470](https://github.com/christophehurpeau/alouette/commit/4771470de9bf60ed866d77eac181dc9cde06e6c7))
|
|
579
|
+
* fix build and other issues ([c61594c](https://github.com/christophehurpeau/alouette/commit/c61594caf742766d5e26cffb5c4d1a9bfffcc98f))
|
|
580
|
+
* fix deprecated property ([b350114](https://github.com/christophehurpeau/alouette/commit/b350114bdbb82249c5b791ad77e92a7baf5d43bf))
|
|
581
|
+
* fix dist for web ([43ddeaf](https://github.com/christophehurpeau/alouette/commit/43ddeaf1efc4989d56b248aa91aa667cdb418fa3))
|
|
582
|
+
* fix for react-native update ([2d642c0](https://github.com/christophehurpeau/alouette/commit/2d642c0d42feb54275fd1b7db7309e8fb28cc96d))
|
|
583
|
+
* fix require path for createAlouetteTamagui ([861c551](https://github.com/christophehurpeau/alouette/commit/861c551bff575a3445f6402afb200a108ef45a36))
|
|
584
|
+
* move react-native before browser ([27265f9](https://github.com/christophehurpeau/alouette/commit/27265f9f89e5692d4a1b39b25c6b1817b0b73792))
|
|
585
|
+
* only react-native-web for browser ([33c8f6e](https://github.com/christophehurpeau/alouette/commit/33c8f6e7446772ed58a54cc9f18f6bcb2b40612f))
|
|
586
|
+
* use View for HStack and VStack ([999dff6](https://github.com/christophehurpeau/alouette/commit/999dff604ddf1b5e503af46d8f41e2f3f8899107))
|
|
587
|
+
|
|
588
|
+
### Miscellaneous Chores
|
|
589
|
+
|
|
590
|
+
* update dev dependencies and update to node 20 ([28885df](https://github.com/christophehurpeau/alouette/commit/28885dfe4fae18e4159ec3c9fab23a7fc738b6c0))
|
|
591
|
+
|
|
592
|
+
Version bump for dependency: alouette-icons
|
|
593
|
+
|
|
594
|
+
|
|
595
|
+
## [8.0.7](https://github.com/christophehurpeau/alouette/compare/alouette@8.0.6...alouette@8.0.7) (2024-12-05)
|
|
596
|
+
|
|
597
|
+
### Bug Fixes
|
|
598
|
+
|
|
599
|
+
* add createAlouetteTamagui.js in files ([9d88c7e](https://github.com/christophehurpeau/alouette/commit/9d88c7e966e43aa4af3a257e74394b8619786dcd))
|
|
600
|
+
|
|
601
|
+
## [8.0.6](https://github.com/christophehurpeau/alouette/compare/alouette@8.0.5...alouette@8.0.6) (2024-12-05)
|
|
602
|
+
|
|
603
|
+
Version bump for dependency: alouette-icons
|
|
604
|
+
|
|
605
|
+
|
|
606
|
+
## [8.0.5](https://github.com/christophehurpeau/alouette/compare/alouette@8.0.4...alouette@8.0.5) (2024-12-05)
|
|
607
|
+
|
|
608
|
+
### Bug Fixes
|
|
609
|
+
|
|
610
|
+
* fix for react-native update ([2d642c0](https://github.com/christophehurpeau/alouette/commit/2d642c0d42feb54275fd1b7db7309e8fb28cc96d))
|
|
611
|
+
|
|
612
|
+
## [8.0.4](https://github.com/christophehurpeau/alouette/compare/alouette@8.0.3...alouette@8.0.4) (2024-12-05)
|
|
613
|
+
|
|
614
|
+
### Bug Fixes
|
|
615
|
+
|
|
616
|
+
* only react-native-web for browser ([33c8f6e](https://github.com/christophehurpeau/alouette/commit/33c8f6e7446772ed58a54cc9f18f6bcb2b40612f))
|
|
617
|
+
|
|
618
|
+
## [8.0.3](https://github.com/christophehurpeau/alouette/compare/alouette@8.0.2...alouette@8.0.3) (2024-12-05)
|
|
619
|
+
|
|
620
|
+
### Bug Fixes
|
|
621
|
+
|
|
622
|
+
* build node for react-native ([c050f74](https://github.com/christophehurpeau/alouette/commit/c050f74899de0bc97758bdecc00b880dbad2f865))
|
|
623
|
+
* fix require path for createAlouetteTamagui ([861c551](https://github.com/christophehurpeau/alouette/commit/861c551bff575a3445f6402afb200a108ef45a36))
|
|
624
|
+
|
|
625
|
+
## [8.0.2](https://github.com/christophehurpeau/alouette/compare/alouette@8.0.1...alouette@8.0.2) (2024-12-05)
|
|
626
|
+
|
|
627
|
+
### Bug Fixes
|
|
628
|
+
|
|
629
|
+
* move react-native before browser ([27265f9](https://github.com/christophehurpeau/alouette/commit/27265f9f89e5692d4a1b39b25c6b1817b0b73792))
|
|
630
|
+
|
|
631
|
+
## [8.0.1](https://github.com/christophehurpeau/alouette/compare/alouette@8.0.0...alouette@8.0.1) (2024-12-05)
|
|
632
|
+
|
|
633
|
+
### Bug Fixes
|
|
634
|
+
|
|
635
|
+
* fix dist for web ([43ddeaf](https://github.com/christophehurpeau/alouette/commit/43ddeaf1efc4989d56b248aa91aa667cdb418fa3))
|
|
636
|
+
|
|
637
|
+
Version bump for dependency: alouette-icons
|
|
638
|
+
|
|
639
|
+
|
|
640
|
+
## [8.0.0](https://github.com/christophehurpeau/alouette/compare/alouette@7.0.0...alouette@8.0.0) (2024-12-03)
|
|
641
|
+
|
|
642
|
+
### ⚠ BREAKING CHANGES
|
|
643
|
+
|
|
644
|
+
* drop node 18
|
|
645
|
+
|
|
646
|
+
### Features
|
|
647
|
+
|
|
648
|
+
* **deps:** update dependency react-native-svg to v15.7.1 ([#81](https://github.com/christophehurpeau/alouette/issues/81)) ([9e2dac7](https://github.com/christophehurpeau/alouette/commit/9e2dac7dcd04fd6d3d7785371813d0a8453b2912))
|
|
649
|
+
* **deps:** update dependency react-native-svg to v15.9.0 ([#97](https://github.com/christophehurpeau/alouette/issues/97)) ([9708d65](https://github.com/christophehurpeau/alouette/commit/9708d65227f41c6a63c1eaebdccc08954b1859e4))
|
|
650
|
+
* **deps:** update dependency type-fest to v4.27.1 ([#106](https://github.com/christophehurpeau/alouette/issues/106)) ([017ecef](https://github.com/christophehurpeau/alouette/commit/017ecef48d136a11cf741150c8a5d9c9440df6b7))
|
|
651
|
+
* **deps:** update dependency type-fest to v4.28.0 ([#109](https://github.com/christophehurpeau/alouette/issues/109)) ([2723fc5](https://github.com/christophehurpeau/alouette/commit/2723fc56620a6aded5402162eff1e5a85a3eeb50))
|
|
652
|
+
* **deps:** update tamagui to v1.112.0 ([#73](https://github.com/christophehurpeau/alouette/issues/73)) ([11debab](https://github.com/christophehurpeau/alouette/commit/11debabc2a07e70607c6b2675c371a05afcb487f))
|
|
653
|
+
* **deps:** update tamagui to v1.117.0 ([#88](https://github.com/christophehurpeau/alouette/issues/88)) ([7d94ca0](https://github.com/christophehurpeau/alouette/commit/7d94ca0e722579c33a1dbe93e72c2eb9924ce542))
|
|
654
|
+
* update dependencies and build cjs ([121ed87](https://github.com/christophehurpeau/alouette/commit/121ed8748bed730826d206160399af2f1eae63fa))
|
|
655
|
+
|
|
656
|
+
### Bug Fixes
|
|
657
|
+
|
|
658
|
+
* add missing flexwrap in storybook ([42e6d4a](https://github.com/christophehurpeau/alouette/commit/42e6d4a7621ab4c155038b54e9b67625004edd72))
|
|
659
|
+
* **deps:** update dependency type-fest to v4.26.1 ([#64](https://github.com/christophehurpeau/alouette/issues/64)) ([04f79ff](https://github.com/christophehurpeau/alouette/commit/04f79ff9821193ecf06d0563a90161bd54ae208b))
|
|
660
|
+
|
|
661
|
+
### Miscellaneous Chores
|
|
662
|
+
|
|
663
|
+
* update dev dependencies and update to node 20 ([28885df](https://github.com/christophehurpeau/alouette/commit/28885dfe4fae18e4159ec3c9fab23a7fc738b6c0))
|
|
664
|
+
|
|
665
|
+
Version bump for dependency: alouette-icons
|
|
666
|
+
|
|
667
|
+
|
|
668
|
+
## 7.0.0 (2024-09-14)
|
|
669
|
+
|
|
670
|
+
### Features
|
|
671
|
+
|
|
672
|
+
* add textColor ([f1a3263](https://github.com/christophehurpeau/alouette/commit/f1a32638eb2ba351e7f49a09b82501c1addfc55f))
|
|
673
|
+
* alouette-icons ([924eb6d](https://github.com/christophehurpeau/alouette/commit/924eb6da66cb9689cfc1bb390a810167eb9b5d87))
|
|
674
|
+
* **Button:** add size sm and fix default variant ([9d6e1ab](https://github.com/christophehurpeau/alouette/commit/9d6e1ab1ccc5437a1807e634e270eb9ff258d75d))
|
|
675
|
+
* **deps:** update dependency @phosphor-icons/core to v2.1.1 ([#14](https://github.com/christophehurpeau/alouette/issues/14)) ([decf7d9](https://github.com/christophehurpeau/alouette/commit/decf7d9cef74838916082e81e9d9a84da1a1c53a))
|
|
676
|
+
* **deps:** update dependency react-native to v0.74.2 ([#15](https://github.com/christophehurpeau/alouette/issues/15)) ([1cee78f](https://github.com/christophehurpeau/alouette/commit/1cee78fa487b3045f33860b2a2fb9a873dfdf0a5))
|
|
677
|
+
* **deps:** update dependency react-native to v0.75.2 ([#61](https://github.com/christophehurpeau/alouette/issues/61)) ([09b2a47](https://github.com/christophehurpeau/alouette/commit/09b2a472ba642defe11ef3eee5ef546ff1bf633f))
|
|
678
|
+
* **deps:** update dependency type-fest to v4.26.0 ([#47](https://github.com/christophehurpeau/alouette/issues/47)) ([7493b0e](https://github.com/christophehurpeau/alouette/commit/7493b0edc4a8a4ffd3761576d0ca1a121e774ce7))
|
|
679
|
+
* **deps:** update tamagui to v1.101.0 ([#28](https://github.com/christophehurpeau/alouette/issues/28)) ([df1cc36](https://github.com/christophehurpeau/alouette/commit/df1cc36366d4fb102a22b5f8c4bb498970836e07))
|
|
680
|
+
* **deps:** update tamagui to v1.110.2 ([#53](https://github.com/christophehurpeau/alouette/issues/53)) ([5638c4c](https://github.com/christophehurpeau/alouette/commit/5638c4c687432e9d2c2a7fdc1931502843fe3370))
|
|
681
|
+
* **IconButton:** add size story section ([ddd03e4](https://github.com/christophehurpeau/alouette/commit/ddd03e4076d42bc1169b13ba43f679f2d6d85adc))
|
|
682
|
+
* improvements and new components ([335f060](https://github.com/christophehurpeau/alouette/commit/335f06086a3eae528e8f351ad6bf5b94cdc4c612))
|
|
683
|
+
* initial design system with storybook ([6d790b3](https://github.com/christophehurpeau/alouette/commit/6d790b35641bb740c3a569f5bac1ee32839244c7))
|
|
684
|
+
* work on themes and ts ([dd8604c](https://github.com/christophehurpeau/alouette/commit/dd8604cc4cc6b0aba616ce29f03447b4d5306fb5))
|
|
685
|
+
|
|
686
|
+
### Bug Fixes
|
|
687
|
+
|
|
688
|
+
* **deps:** update dependency react-native to v0.74.3 ([#42](https://github.com/christophehurpeau/alouette/issues/42)) ([844da1f](https://github.com/christophehurpeau/alouette/commit/844da1f99b03c91060d71534594201dec987f661))
|
|
689
|
+
* **deps:** update tamagui to v1.100.6 ([#26](https://github.com/christophehurpeau/alouette/issues/26)) ([52fb809](https://github.com/christophehurpeau/alouette/commit/52fb809d954bd6116ddf5a35c3f43877d6f06867))
|
|
690
|
+
* **deps:** update tamagui to v1.101.1 ([#31](https://github.com/christophehurpeau/alouette/issues/31)) ([fb8999a](https://github.com/christophehurpeau/alouette/commit/fb8999aa3e8138e4419c05f8abc14429272a128b))
|
|
691
|
+
* **deps:** update tamagui to v1.101.3 ([#32](https://github.com/christophehurpeau/alouette/issues/32)) ([15ad21b](https://github.com/christophehurpeau/alouette/commit/15ad21bad60b07c349432fe1b458b538e8f117c6))
|
|
692
|
+
* **deps:** update tamagui to v1.101.5 ([#40](https://github.com/christophehurpeau/alouette/issues/40)) ([a538c10](https://github.com/christophehurpeau/alouette/commit/a538c10caba04e94f2729521295bb84c32b3fda3))
|
|
693
|
+
* **deps:** update tamagui to v1.101.6 ([#43](https://github.com/christophehurpeau/alouette/issues/43)) ([38996b8](https://github.com/christophehurpeau/alouette/commit/38996b874f2ca72dee0e768d88d87257ccd91c0a))
|
|
694
|
+
* **deps:** update tamagui to v1.101.7 ([#44](https://github.com/christophehurpeau/alouette/issues/44)) ([2ee5352](https://github.com/christophehurpeau/alouette/commit/2ee53525a49b0a693f7032f2b0e07471a8e58c0e))
|
|
695
|
+
* fix borderWidth ([4771470](https://github.com/christophehurpeau/alouette/commit/4771470de9bf60ed866d77eac181dc9cde06e6c7))
|
|
696
|
+
* fix build and other issues ([c61594c](https://github.com/christophehurpeau/alouette/commit/c61594caf742766d5e26cffb5c4d1a9bfffcc98f))
|
|
697
|
+
|
|
698
|
+
Version bump for dependency: alouette-icons
|
|
699
|
+
|
|
700
|
+
|