Skip to content

Commit 12ff7ce

Browse files
committed
## [1.0.2] - 2025-12-03
### Fixed - **Critical:** Fixed white screen issue on production deployments (Netlify & Vercel) - **Critical:** Fixed decimal input handling - users can now enter values like 50.2, 0.45, 210.5 - Fixed `TypeError: Cannot read properties of undefined (reading 'toExponential')` in ResultsPanel component - Fixed input field preventing decimal/fractional value entry during typing - Added proper null/undefined/non-finite value handling in formatValue function - Fixed timer type compatibility issue (NodeJS.Timeout → number) for browser environments - Implemented local state management in InputField to preserve typing intermediate states
1 parent 44b8fd0 commit 12ff7ce

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<!-- [![CI/CD Pipeline](https://github.com/paulnamalomba/smart-lame-parameters/workflows/CI%2FCD%20Pipeline/badge.svg)](https://github.com/paulnamalomba/smart-lame-parameters/actions) -->
44
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
55

6-
A production-ready React web application that **smartly cross-calculates linear isotropic material parameters** from any two independent inputs. Deployed at [smartlameparameters.run.place](https://smartlameparameters.run.place).
6+
A production-ready React (TypeScript, JavaScript, CSS3) web application that **smartly cross-calculates linear isotropic material parameters** from any two independent inputs. Deployed at [www.smartlameparameters.space](https://www.smartlameparameters.space).
77

88
Built by [Paul Namalomba](https://github.com/paulnamalomba).
99

@@ -355,7 +355,7 @@ See `src/calculations.ts` for the complete API.
355355

356356
4. **Configure custom domain:**
357357
- In Netlify dashboard, go to Domain settings
358-
- Add custom domain: `smartlameparameters.run.place`
358+
- Add custom domain: `www.smartlameparameters.space`
359359
- Configure DNS records as instructed
360360

361361
### Deploy to Vercel
@@ -371,7 +371,7 @@ See `src/calculations.ts` for the complete API.
371371
```
372372

373373
3. **Configure custom domain:**
374-
- In Vercel dashboard, add domain `smartlameparameters.run.place`
374+
- In Vercel dashboard, add domain `www.smartlameparameters.space`
375375
- Update DNS records
376376

377377
### Deploy to AWS S3 + CloudFront
@@ -383,7 +383,7 @@ See `src/calculations.ts` for the complete API.
383383

384384
2. **Upload to S3:**
385385
```bash
386-
aws s3 sync dist/ s3://smartlameparameters.run.place --delete
386+
aws s3 sync dist/ s3://www.smartlameparameters.space --delete
387387
```
388388

389389
3. **Configure CloudFront:**
@@ -393,7 +393,7 @@ See `src/calculations.ts` for the complete API.
393393
- Add custom domain and SSL certificate
394394

395395
4. **Update DNS:**
396-
- Point `smartlameparameters.run.place` to CloudFront distribution
396+
- Point `www.smartlameparameters.space` to CloudFront distribution
397397

398398
---
399399

@@ -530,7 +530,7 @@ SOFTWARE.
530530

531531
**Paul Namalomba**
532532
- GitHub: [@paulnamalomba](https://github.com/paulnamalomba)
533-
- Website: [smartlameparameters.run.place](https://smartlameparameters.run.place)
533+
- Website: [www.smartlameparameters.space](https://www.smartlameparameters.space)
534534

535535
---
536536

@@ -563,4 +563,4 @@ SOFTWARE.
563563

564564
---
565565

566-
**Ready for production deployment at smartlameparameters.run.place! 🚀**
566+
**Ready for production deployment at www.smartlameparameters.space! 🚀**

0 commit comments

Comments
 (0)