Skip to content

Commit e3655b9

Browse files
committed
wip
1 parent 3da9464 commit e3655b9

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

content/news/2025-05-12-release.adoc renamed to content/news/2025-05-16-release.adoc

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
= 1.12.42 Release
22
ClojureScript Team
3-
2024-05-12 12:00:00
3+
2024-05-16 12:00:00
44
:jbake-type: post
55

66
ifdef::env-github,env-browser[:outfilesuffix: .adoc]
@@ -46,17 +46,19 @@ Google Closure Compiler release.
4646
One of the biggest benefits of GCL is that it makes ClojureScript a complete
4747
solution for a variety of JavaScript contexts, not limited to the browser.
4848
Taking on additional dependencies always comes with a cost. One of
49-
ClojureScript's original value propositions was a rock solid set of standard
50-
JavaScript tool as dependable as `clojure.core`.
49+
ClojureScript's original value propositions was a rock solid set of readily
50+
available JavaScript tools as dependable as `clojure.core`.
5151

5252
We are working on restoring that rock solid stability. With this release, you'll
5353
find that quite a few fine old ClojureScript libraries work again today as well
5454
as they did 14 years ago.
5555

5656
ClojureScript is and never was only just for rich web applications. Even in the
5757
post React-world, most of the web is (sensibly) still using jQuery. If you need
58-
non-trivial DOM manipulation, robust internationalization, and compelling
59-
interactivity without a framework, ClojureScript works well and generates
60-
surprisingly compact output compared to the JavaScript alternatives.
58+
non-trivial DOM manipulation, robust internationalization, data/time, color
59+
value manipulation, mathematics, programmatic animation, browser history,
60+
accessibility helpers, graphics, and more, all without committing to a framework
61+
and without bloating your final JavaScript artifact - ClojureScript is a one
62+
stop shop.
6163

6264
Give it a try!

0 commit comments

Comments
 (0)