File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Docs0 Changelog
22
3+ ## 1.1.8 (2025-10-24)
4+
5+ - Improve search indexing robustness
6+
37## 1.1.7 (2025-04-05)
48
59- Add ` terms_url ` to the footer
Original file line number Diff line number Diff line change 1515 tzinfo (~> 2.0 , >= 2.0.5 )
1616 addressable (2.8.7 )
1717 public_suffix (>= 2.0.2 , < 7.0 )
18- base64 (0.2 .0 )
19- benchmark (0.4.1 )
20- bigdecimal (3.2.2 )
18+ base64 (0.3 .0 )
19+ benchmark (0.5.0 )
20+ bigdecimal (3.3.1 )
2121 coffee-script (2.4.1 )
2222 coffee-script-source
2323 execjs
2424 coffee-script-source (1.11.1 )
2525 colorator (1.1.0 )
26- commonmarker (0.23.11 )
26+ commonmarker (0.23.12 )
2727 concurrent-ruby (1.3.5 )
28- connection_pool (2.5.3 )
29- dnsruby (1.72.4 )
30- base64 (~> 0.2.0 )
31- logger (~> 1.6.5 )
28+ connection_pool (2.5.4 )
29+ dnsruby (1.73.0 )
30+ base64 (>= 0.2 )
31+ logger (~> 1.6 )
3232 simpleidn (~> 0.2.1 )
3333 drb (2.2.3 )
3434 em-websocket (0.5.3 )
3535 eventmachine (>= 0.12.9 )
3636 http_parser.rb (~> 0 )
37- ethon (0.16 .0 )
37+ ethon (0.17 .0 )
3838 ffi (>= 1.15.0 )
3939 eventmachine (1.2.7 )
4040 execjs (2.10.0 )
41- faraday (2.13.4 )
41+ faraday (2.14.0 )
4242 faraday-net_http (>= 2.0 , < 3.5 )
4343 json
4444 logger
212212 gemoji (~> 3.0 )
213213 html-pipeline (~> 2.2 )
214214 jekyll (>= 3.0 , < 5.0 )
215- json (2.13.2 )
215+ json (2.15.1 )
216216 kramdown (2.3.2 )
217217 rexml
218218 kramdown-parser-gfm (1.1.0 )
@@ -221,18 +221,18 @@ GEM
221221 listen (3.9.0 )
222222 rb-fsevent (~> 0.10 , >= 0.10.3 )
223223 rb-inotify (~> 0.9 , >= 0.9.10 )
224- logger (1.6.6 )
224+ logger (1.7.0 )
225225 mercenary (0.3.6 )
226226 minima (2.5.1 )
227227 jekyll (>= 3.5 , < 5.0 )
228228 jekyll-feed (~> 0.9 )
229229 jekyll-seo-tag (~> 2.1 )
230- minitest (5.25.5 )
230+ minitest (5.26.0 )
231231 net-http (0.6.0 )
232232 uri
233- nokogiri (1.18.9 -arm64-darwin )
233+ nokogiri (1.18.10 -arm64-darwin )
234234 racc (~> 1.4 )
235- nokogiri (1.18.9 -x86_64-darwin )
235+ nokogiri (1.18.10 -x86_64-darwin )
236236 racc (~> 1.4 )
237237 octokit (4.25.1 )
238238 faraday (>= 1 , < 3 )
244244 rb-fsevent (0.11.2 )
245245 rb-inotify (0.11.1 )
246246 ffi (~> 1.0 )
247- rexml (3.4.1 )
247+ rexml (3.4.4 )
248248 rouge (3.26.0 )
249249 rubyzip (2.4.1 )
250250 safe_yaml (1.0.5 )
253253 sass-listen (4.0.0 )
254254 rb-fsevent (~> 0.9 , >= 0.9.4 )
255255 rb-inotify (~> 0.9 , >= 0.9.7 )
256- sawyer (0.9.2 )
256+ sawyer (0.9.3 )
257257 addressable (>= 2.3.5 )
258258 faraday (>= 0.17.3 , < 3 )
259259 securerandom (0.4.1 )
265265 tzinfo (2.0.6 )
266266 concurrent-ruby (~> 1.0 )
267267 unicode-display_width (1.8.0 )
268- uri (1.0.3 )
268+ uri (1.0.4 )
269269 webrick (1.9.1 )
270270
271271PLATFORMS
Original file line number Diff line number Diff line change @@ -36,9 +36,10 @@ Here is a list of third-party components used by the DAX Lib website:
3636- [ Radix UI] ( https://www.radix-ui.com/ )
3737- [ React] ( https://reactjs.org/ )
3838- [ React Loading Skeleton] ( https://github.com/dvtng/react-loading-skeleton )
39+ - [ React Router DOM] ( https://reactrouter.com/en/main )
40+ - [ React Select] ( https://react-select.com/ )
3941- [ html-react-parser] ( https://github.com/remarkablemark/html-react-parser )
4042- [ react-error-boundary] ( https://github.com/bvaughn/react-error-boundary )
41- - [ React Router DOM] ( https://reactrouter.com/en/main )
4243- [ SWR] ( https://swr.vercel.app/ )
4344
4445### Components under the BSD 3-Clause License
Original file line number Diff line number Diff line change 22-- -
33var searchIndex = [ { % for collection in site . collections % } { % assign colsize = collection . files | size % } { % if colsize > 0 % } { % for page in site [ collection . label ] % } { % unless page . unlisted % } { % unless page . redirect % }
44{
5- "id" : " {{ page.id | slugify }}" ,
6- "url" : " {{ page.url | remove: 'index.html' }}" ,
7- "title" : " {{ page.title }}" ,
8- "content" : ` {{ page.content | strip_html | newline_to_br | replace: '<br />', ' ' | strip_newlines | remove:'"' | remove:'` ' } } `
5+ "id" : { { page . id | slugify | jsonify } } ,
6+ "url" : { { page . url | remove : 'index.html' | jsonify } } ,
7+ "title" : { { page . title | strip_html | strip_newlines | jsonify } } ,
8+ "content" : { { page . content | strip_html | newline_to_br | replace : '<br />' , ' ' | strip_newlines | jsonify } }
99} { % endunless % } { % endunless % } { % unless forloop . last % } , { % endunless % } { % endfor % } { % endif % } { % endfor % }
1010] ;
Original file line number Diff line number Diff line change 11{
22 "name" : " Docs0" ,
3- "version" : " 1.1.7 " ,
4- "lastUpdated" : " 2025-04-05 " ,
3+ "version" : " 1.1.8 " ,
4+ "lastUpdated" : " 2025-10-24 " ,
55 "scripts" : {
66 "run (incremental)" : " bundle exec jekyll serve --incremental --port 4001" ,
77 "run (full)" : " bundle exec jekyll serve --port 4001" ,
You can’t perform that action at this time.
0 commit comments