1+ <!doctype html>
2+ < html lang ="en ">
3+ < head >
4+ < meta charset ="UTF-8 ">
5+ < title > Vanilla JS Patterns Release News</ title >
6+ < meta name ="viewport " content ="width=device-width, initial-scale=1.0 ">
7+ < meta property ="og:title " content ="Vanilla JS Patterns Release News ">
8+ < meta property ="og:description " content ="This brief news update highlights recent changes in the Vanilla JS Patterns project. ">
9+ < meta property ="og:image " content ="/img/nikos.jpg ">
10+ < meta property ="og:url " content ="/blog/5-breaking-news ">
11+ < meta property ="twitter:title " content ="Vanilla JS Patterns Release News ">
12+ < meta property ="twitter:description " content ="This brief news update highlights recent changes in the Vanilla JS Patterns project. ">
13+ < meta property ="twitter:image " content ="/img/nikos.jpg ">
14+ < meta property ="twitter:url " content ="/blog/5-breaking-news ">
15+ < meta name ="twitter:card " content ="summary_large_image ">
16+ < link rel ="icon " href ="data:, ">
17+ < link rel ="stylesheet " href ="https://cdnjs.cloudflare.com/ajax/libs/modern-normalize/2.0.0/modern-normalize.min.css ">
18+ < link rel ="stylesheet " href ="/css/reset.css ">
19+ < link rel ="stylesheet " href ="/css/utility.css ">
20+ < link rel ="stylesheet " href ="/css/common.css ">
21+ < link rel ="stylesheet " href ="/css/form.css ">
22+ < link rel ="stylesheet " href ="/css/button-badge.css ">
23+ < link rel ="stylesheet " href ="/css/typography.css ">
24+ < link rel ="stylesheet " href ="/css/light.css " media ="(prefers-color-scheme: light) ">
25+ < link rel ="stylesheet " href ="/css/dark.css " media ="(prefers-color-scheme: dark) ">
26+ < script src ="/js/store.js " defer type ="module "> </ script >
27+ < script src ="/js/componentLoader.js " defer type ="module "> </ script >
28+ </ head >
29+ < body class ="flex flex-col ">
30+ < div class ="site-container flex flex-col " style ="flex: 1 ">
31+ < nav data-component ="nav " data-header-bar ="true " data-burger-px ="400 "> </ nav >
32+ < main data-component ="router " style ="padding: 1rem; width: 100%; flex: 1 ">
33+
34+ < h1 class ="blog-title "> Vanilla JS Patterns Release News</ h1 >
35+ < p class ="minor "> Nikos Katsikanis - May 1, 2025</ p >
36+ < div class ="preview ">
37+ < p > This brief news update highlights recent changes in the Vanilla JS Patterns project.</ p >
38+ </ div >
39+ < p > More details will follow as the project evolves and new features are introduced.</ p >
40+ < div data-component ="discuss "> </ div >
41+
42+ </ main >
43+ < div class ="flex justify-center ">
44+ < a href ="https://github.com/quantuminformation/vanillajs-patterns " target ="_blank ">
45+ Fork me on GitHub
46+ </ a >
47+ </ div >
48+ </ div >
49+ < footer >
50+ < span > Copyright Nikos Katsikanis LTD</ span >
51+ < div data-component ="theme-switcher "> </ div >
52+ </ footer >
53+ </ body >
54+ </ html >
0 commit comments