From 85e5d9b4642ddb0a16fe6620ee9496a786398032 Mon Sep 17 00:00:00 2001 From: Ilia Liamshin Date: Wed, 4 Dec 2024 13:37:51 +0300 Subject: [PATCH 1/3] feat: Added FreeATS to Who-uses list --- docs/index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/index.md b/docs/index.md index b30d8e53c..09f3bbb79 100644 --- a/docs/index.md +++ b/docs/index.md @@ -254,6 +254,7 @@ ViewComponent is built by over a hundred members of the community, including: * [FlightLogger](https://flightlogger.net/) * [Framework](https://frame.work/) * [FreeAgent](https://www.freeagent.com) +* [FreeATS](https://www.freeats.com/) * [G2](https://www.g2.com/) (200+ components) * [Getblock](https://getblock.io/) * [GitHub](https://github.com/) (900+ components used 15k+ times) From 6843b51714ba1921996d801b12f7d601321c7614 Mon Sep 17 00:00:00 2001 From: Ilia Liamshin Date: Wed, 4 Dec 2024 13:55:05 +0300 Subject: [PATCH 2/3] Update docs/CHANGELOG.md --- docs/CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index ef7ebf334..4426190f2 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -10,6 +10,10 @@ nav_order: 5 ## main +* Add FreeATS to list of companies using ViewComponent + + *Ilia Liamshin* + * Ensure HTML output safety wrapper is used for all inline templates. *Joel Hawksley* From 68278f6f567de561793820231356d5e1c9e0208c Mon Sep 17 00:00:00 2001 From: Joel Hawksley Date: Wed, 4 Dec 2024 08:53:43 -0700 Subject: [PATCH 3/3] Update docs/CHANGELOG.md --- docs/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 4426190f2..47841816c 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -10,7 +10,7 @@ nav_order: 5 ## main -* Add FreeATS to list of companies using ViewComponent +* Add FreeATS to list of companies using ViewComponent. *Ilia Liamshin*