You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/mint-components/CHANGELOG.md
+20Lines changed: 20 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,11 @@
1
1
# Changelog
2
2
3
+
## 2.1.12
4
+
5
+
### Patch Changes
6
+
7
+
-[#500](https://github.com/saasquatch/program-tools/pull/500)[`041abce`](https://github.com/saasquatch/program-tools/commit/041abce56e60a40c93bdfe2b670aeb564dd8eec9) Thanks [@00salmon](https://github.com/00salmon)! - Fixes issue with the checkbox not properly being set as required in registration forms
8
+
3
9
All notable changes to this project will be documented in this file.
4
10
5
11
<!--
@@ -147,6 +153,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
147
153
## [2.0.7] - 2025-12-09
148
154
149
155
-\<sqm-tax-and-cash-dashboard-view>
156
+
150
157
- Replaced sl-tooltip with custom sl-dropdown to handle clickable tooltip content
151
158
- Added ICU string for text prop indirectTaxTooltipSupport
152
159
@@ -173,6 +180,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
173
180
174
181
-\<sqm-payout-status-alert>
175
182
-\<sqm-tax-and-cash-dashboard>
183
+
176
184
- Added more descriptive copy for the different reasons a payout may be on hold
177
185
178
186
-\<sqm-header-logo>
@@ -203,6 +211,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
203
211
### Added
204
212
205
213
-**Complete Theming System Overhaul**
214
+
206
215
- New `BrandingConfiguration` TypeScript interface with comprehensive theming options
207
216
-`parseBrandingConfig()` function for dynamic branding configuration parsing
208
217
- Extensive CSS custom properties system for consistent theming across all components
@@ -211,6 +220,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
211
220
- Window message listeners for real-time branding configuration updates in editor environments
212
221
213
222
-**Enhanced Component Editor Support**
223
+
214
224
- Editor state controllers for improved component editing experience
215
225
- Component state management improvements across all widgets
216
226
- Enhanced component placement and validation
@@ -239,16 +249,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
239
249
### Breaking Changes
240
250
241
251
-**Theming System**: Complete overhaul of the component theming system
252
+
242
253
- Old theme variables and custom CSS may need to be updated to work with the new CSS custom properties system
243
254
- Components now rely on the centralized `BrandingConfiguration` for styling
244
255
- Direct styling overrides may need to be migrated to the new theming API
245
256
246
257
-**Global Styles**: Restructured global styles architecture
258
+
247
259
- Components now use CSS custom properties instead of traditional CSS variables
248
260
- Font loading system has been redesigned with new APIs
249
261
- Global style initialization now requires the new branding configuration system
250
262
251
263
-**Component APIs**: Enhanced component state management
264
+
252
265
- Editor state controllers introduced for all components
253
266
- Component placement validation has been improved
254
267
- Some internal component APIs have been restructured for better editor integration
@@ -280,6 +293,7 @@ This major release represents a significant advancement in the theming capabilit
280
293
### Added
281
294
282
295
-\<sqm-portal-google-registration-form>
296
+
283
297
- Enhanced two-step registration flow with improved validation
284
298
- Added support for additional form fields in registration process
285
299
@@ -541,13 +555,17 @@ This major release represents a significant advancement in the theming capabilit
541
555
### Changed
542
556
543
557
-\<sqm-user-info-form>
558
+
544
559
- Removed hard coded widths and inline styling to ensure the view is responsive
545
560
546
561
-\<sqm-portal-container>
562
+
547
563
- Added new `flexWrap` prop to optionally apply the flex-wrap css property
548
564
549
565
-\<sqm-leaderboard>
566
+
550
567
- Added the following props:
568
+
551
569
- width
552
570
- rankSuffix
553
571
- hideNames
@@ -604,6 +622,7 @@ This major release represents a significant advancement in the theming capabilit
604
622
### Fixed
605
623
606
624
-\<sqm-banking-info-form>
625
+
607
626
- Fixes issue with form selecting "Bank Account" as default payment method when editting banking information.
608
627
609
628
-\<sqm-user-info-form>
@@ -628,6 +647,7 @@ This major release represents a significant advancement in the theming capabilit
628
647
### Added
629
648
630
649
- Added `input-base` css parts to inputs to the following components:
0 commit comments