Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
1287 commits
Select commit Hold shift + click to select a range
c3ad7a9
Enhance bin/dev kill to terminate processes on ports 3000 and 3001 (#…
justin808 Oct 5, 2025
7bce94a
PR #4: Split JS Pro Code to Separate Package (#1841)
AbanoubGhadban Oct 7, 2025
486ab53
Move Pro Ruby code to MIT license (#1855)
AbanoubGhadban Oct 8, 2025
80eb21e
Modernize release process for monorepo (#1856)
AbanoubGhadban Oct 8, 2025
abef267
Fix formatting in quick-start.md for clarity
AbanoubGhadban Oct 9, 2025
5edfa62
Remove Rails Autoscale and Reviewable images from README
justin808 Oct 12, 2025
b3ce154
Add offline JWT-based license validation system for React on Rails Pr…
AbanoubGhadban Oct 15, 2025
2b5bab8
Document content_for pattern to prevent FOUC with SSR and auto_load_b…
justin808 Oct 17, 2025
b73ff63
Replace streaming flaky tests with Playwright E2E tests (#1869)
AbanoubGhadban Oct 21, 2025
64dc33a
Migrate React on Rails Pro CI from CircleCI to GitHub Actions (#1872)
AbanoubGhadban Oct 21, 2025
d527ddf
Move Pro-specific utilities and configurations to Pro gem (#1875)
AbanoubGhadban Oct 23, 2025
0d87ea7
Unify release scripts and add strict version validation (#1881)
AbanoubGhadban Oct 27, 2025
91edeb5
Update preinstall script to enable use as a Git dependency (#1873)
alexeyr-ci2 Oct 27, 2025
2398430
Remove .npmignore files (#1885)
alexeyr-ci2 Oct 27, 2025
5e02c7a
docs: Entry Point Consolidation and Tutorial Improvements (#1860)
ihabadham Oct 28, 2025
4f7f773
Move files to prepare for Removing `react-dom/server` from the RSC bu…
AbanoubGhadban Oct 30, 2025
43accf3
Improved Error handling while generating RSC payload & don't include…
AbanoubGhadban Oct 30, 2025
ffa5dd3
Refactor redisReceiver to eliminate global state and prevent memory l…
AbanoubGhadban Nov 1, 2025
a59bbb7
Add Concurrency Tests (#1890)
AbanoubGhadban Nov 2, 2025
7825688
Add foreman/overmind requirement to Getting Started guides (#1897)
justin808 Nov 2, 2025
24496cd
Add changelog guidelines to CLAUDE.md (#1867)
justin808 Nov 3, 2025
5f195a7
Improve bin/dev kill error handling (#1858) (#1859)
justin808 Nov 3, 2025
7ceed7c
Mark React Router Sixth Page test as pending (#1903)
justin808 Nov 5, 2025
1a84b4a
Optimize CI with change-driven gating (#1902)
justin808 Nov 5, 2025
45821a2
Add lockfile version resolution for exact version checking (#1898)
justin808 Nov 5, 2025
fe363a9
Add retry logic for transient HTTP errors in markdown link checker (#…
justin808 Nov 5, 2025
3182910
Complete Turbo migration: Update Pro dummy app and docs (#1908)
justin808 Nov 5, 2025
5186da7
Fix bin/dev pack generation in Bundler context (#1907)
justin808 Nov 5, 2025
517f157
Fix unsafe system calls to use array form in pack_generator.rb (#1914)
justin808 Nov 5, 2025
1313252
Update TanStack documentation links for accuracy
justin808 Nov 5, 2025
024b0e2
Upgrade Shakapacker from 8.2.0 to 9.0.0 (#1904)
justin808 Nov 5, 2025
777bee2
Skip version validation when package.json doesn't exist during setup …
justin808 Nov 5, 2025
2def04b
Fix CI failure by skipping version validation during generator runtim…
justin808 Nov 5, 2025
fd23d07
Add ESLint rule to prevent 'use client' in server files (#1919)
justin808 Nov 5, 2025
a909aa1
Fix Turbo navigation by updating to Turbo-compatible script tag (#1906)
justin808 Nov 5, 2025
ca6366e
Address PR #1907 code review feedback (#1917)
justin808 Nov 5, 2025
a1c71ea
Fix Node.js 22 V8 crash in GitHub Actions workflows (#1922)
justin808 Nov 5, 2025
ae5425b
Fix generator validation by using environment variable (#1923)
justin808 Nov 5, 2025
847edcd
Improve validation skip documentation and test coverage (#1924)
justin808 Nov 5, 2025
eb16495
Address code review feedback for validation skip documentation (#1926)
justin808 Nov 5, 2025
74914ab
Fix CI failures on master and add workflow_dispatch to all workflows …
justin808 Nov 5, 2025
7d61170
Upgrade Shakapacker from 9.0.0 to 9.1.0 (#1921)
justin808 Nov 6, 2025
1c37907
Skip generate_packs when shakapacker precompile hook configured (#1861)
justin808 Nov 6, 2025
bedee51
Migrate from Babel to SWC for faster JavaScript transpilation (#1932)
justin808 Nov 6, 2025
73dacca
Add Shakapacker precompile hook template for generator (#1916)
justin808 Nov 6, 2025
fcb99b7
Upgrade Shakapacker from 9.1.0 to 9.2.0 (#1931)
justin808 Nov 6, 2025
82a8232
Update Shakapacker upgrade guide link in migration docs
justin808 Nov 6, 2025
0b00514
Add --rspack generator option for faster builds (#1852)
justin808 Nov 7, 2025
301a432
Ignore Slack URL in markdown link checks (#1936)
justin808 Nov 7, 2025
32c1352
feat: Add Ruby-side smart error messages (#1934)
justin808 Nov 7, 2025
57fb6bf
Upgrade Shakapacker from 9.2.0 to 9.3.0 (#1935)
justin808 Nov 7, 2025
edd0463
Fix CI failures on master (#1940)
justin808 Nov 7, 2025
23be9a9
Use exact option in package_json gem for installing dependencies (#1939)
justin808 Nov 7, 2025
2acff83
Skip flaky stream_async_components_for_testing RSpec test (#1941)
justin808 Nov 7, 2025
9be387a
Fix body duplication in streaming requests on retry (#1895) (#1900)
justin808 Nov 8, 2025
ea7de0a
[React 19] Update Pro package for React 19 compatibility (#1943)
justin808 Nov 8, 2025
21ca217
[React 19] Update OSS package imports for consistency (#1944)
justin808 Nov 8, 2025
9cb8915
Add RBS type signatures for improved type safety (#1945)
justin808 Nov 8, 2025
1e68434
Fix React import to work with esModuleInterop: false (#1946)
justin808 Nov 8, 2025
1d95f18
Add ESLint custom rules documentation (#1947)
justin808 Nov 9, 2025
88f1367
feat: Add comprehensive tests for JavaScript debug logging (#1934 Par…
justin808 Nov 9, 2025
0364781
Fix CI: Ignore LinkedIn links in markdown-link-check (#1955)
justin808 Nov 9, 2025
ee80bc2
Document defer script impact on streaming and Selective Hydration (#1…
justin808 Nov 9, 2025
15c7b5d
Improve update-changelog command with better git workflow (#1961)
justin808 Nov 9, 2025
40b79b8
Remove misleading TODO comment about shakapacker.yml integration (#1962)
justin808 Nov 10, 2025
b460f72
Add Playwright E2E testing framework (#1836)
justin808 Nov 10, 2025
b2dfb15
Add WARP.md for project guidance and workflows
justin808 Nov 10, 2025
8b26575
Fix Prettier formatting in WARP.md (#1968)
justin808 Nov 10, 2025
9d2710a
Add CodeRabbit as Supporter (#1971)
justin808 Nov 10, 2025
d1a8a1a
Fix component registration race condition with defer loading strategy…
justin808 Nov 11, 2025
28405e3
Add CI debugging tools for efficient local failure reproduction (#1973)
justin808 Nov 11, 2025
ad7c916
Polish configuration error message and add test comment (#1976)
justin808 Nov 11, 2025
980988f
Update licence public key (#1978)
AbanoubGhadban Nov 11, 2025
9a81fd3
Bump version to 16.2.0.beta.0
justin808 Nov 11, 2025
cb31a79
Bump version to 16.2.0.beta.1
justin808 Nov 11, 2025
e4eee77
Bump version to 16.2.0.beta.2
justin808 Nov 11, 2025
93c15ef
Bump version to 16.2.0.beta.3
justin808 Nov 11, 2025
7afd66e
Revert: Fix component registration race condition (#1972) (#1981)
justin808 Nov 11, 2025
8a977b3
Remove dead links from major-performance-breakthroughs-upgrade-guide.…
justin808 Nov 11, 2025
b659390
Fix bin/ci-run-failed-specs to handle bare spec paths (#1989)
justin808 Nov 12, 2025
40dab84
Add rvm and nvm support to ci-switch-config (#1986)
justin808 Nov 12, 2025
6c2b0a9
Fix `descriptor closed` error caused by workers restart while request…
AbanoubGhadban Nov 12, 2025
2d94bc4
Make non-pro dummy app use deferred scripts only (fixes race conditio…
AbanoubGhadban Nov 12, 2025
9404439
Show gem versions in CI failure output (#1984)
justin808 Nov 12, 2025
8d2f1dd
Add PR comment command to trigger full CI suite and fix workflow issu…
justin808 Nov 12, 2025
5d938af
Fix /run-skipped-ci command to only run minimum dependency tests (#2006)
justin808 Nov 13, 2025
c07dbd6
Add RBS type signatures for error classes (#2004)
justin808 Nov 13, 2025
7f38f00
Make /run-skipped-ci persistent using full-ci label (#2007)
justin808 Nov 13, 2025
d94259f
Document RBS type signatures for contributors (#1998)
justin808 Nov 13, 2025
1e7f963
RBS: Narrow type signatures for props parameters (#1966)
justin808 Nov 13, 2025
5bb036e
Add RBS validation and runtime type checking to CI (#1950)
justin808 Nov 13, 2025
7bdf4eb
Simplify PR welcome messages (#2009)
justin808 Nov 13, 2025
fffa737
Rename bundlePath to serverBundleCachePath in node renderer (#2008)
justin808 Nov 13, 2025
8a91778
immediate hydration, generated_component_packs_loading_strategy (#1993)
AbanoubGhadban Nov 13, 2025
c1ae439
Comprehensive rewrite of React on Rails Pro README (#1987)
justin808 Nov 13, 2025
16b88c5
Fix release script pre-commit hook race condition (#2012)
justin808 Nov 13, 2025
6772835
Bump version to 16.2.0.beta.4
justin808 Nov 13, 2025
a592db1
Fix pre-commit hook to only check changed files (#2013)
justin808 Nov 13, 2025
f3f06be
Update CHANGELOG for v16.2.0.beta.4 release (#2014)
justin808 Nov 13, 2025
7e9e8c2
Rename README.md to read-me.md
justin808 Nov 13, 2025
d962941
Skip failing React Router streamed component test (#2016)
justin808 Nov 13, 2025
72f4dbc
Switch Pro packages to public distribution (#1901)
ihabadham Nov 13, 2025
12151f9
Improve Streamed Components retry logic (#1995)
AbanoubGhadban Nov 15, 2025
9013a13
Fix rake tasks after workspace structure merge (PR #1830) (#1839)
ihabadham Nov 16, 2025
cbee429
Add doctor checks for :async usage without React on Rails Pro (#2010)
justin808 Nov 16, 2025
e612f66
Simplify configuration files to improve usability (#2011)
justin808 Nov 16, 2025
4ffba19
Concurrently drain streaming fibers (#2015)
ihabadham Nov 16, 2025
dca30af
Fix shakapacker.yml template to prevent 'Slow setup' warnings (#1850)…
justin808 Nov 16, 2025
cf005af
Enhance change detection & workflow triggers (#2020)
Judahmeek Nov 16, 2025
3fe5033
Fix bin/dev --verbose option causing error (#2023)
justin808 Nov 16, 2025
37f5894
Security and reliability improvements for CI debugging tools (#2024)
justin808 Nov 16, 2025
2f751d1
Fix matrix exclude keys in build-dummy-app-webpack-test-bundles job (…
justin808 Nov 17, 2025
240012f
Apply PR 2039 changes: modernize generator config and workflow (#2040)
justin808 Nov 17, 2025
29336f1
Fix CI to always run full test suite on master branch (#2035)
justin808 Nov 17, 2025
276507d
Fix Pro package RuboCop violations (#2038)
justin808 Nov 17, 2025
97d4414
Fix Knip configuration after monorepo restructure (#2041)
justin808 Nov 17, 2025
ad73088
Replace scss-lint with stylelint (#1825)
ihabadham Nov 17, 2025
af32746
Fix spec/dummy bin/dev to use correct route (#2029)
justin808 Nov 17, 2025
7dfd90b
Bump version to 16.2.0.beta.5
justin808 Nov 17, 2025
47a9463
Improve release script OTP handling and retry logic (#2045)
justin808 Nov 17, 2025
626db3b
Bump version to 16.2.0.beta.6
justin808 Nov 17, 2025
c245590
Bump version to 16.2.0.beta.7
justin808 Nov 17, 2025
1658a40
Improve release script with OTP support, reduced verbosity, and faste…
justin808 Nov 17, 2025
37ddafe
Bump version to 16.2.0.beta.8
justin808 Nov 17, 2025
cdf12b4
Consolidate beta releases into v16.2.0.beta.8 (#2048)
justin808 Nov 17, 2025
1002154
Consolidate beta changelog entries into v16.2.0.beta.8 (#2050)
justin808 Nov 18, 2025
83f2686
Add workflow to detect invalid CI command attempts (#2037)
justin808 Nov 18, 2025
ae8b1b1
Refactor: Extract JS dependency management into shared module (#2051)
justin808 Nov 19, 2025
d3ddb49
Guard master docs-only pushes and ensure full CI runs (#2042)
justin808 Nov 19, 2025
0f6bdcc
Add Shakapacker precompile hook with ReScript support to Pro dummy ap…
justin808 Nov 19, 2025
8eca8d2
Simplify precompile hook and restore Pro dummy app to async loading (…
justin808 Nov 19, 2025
3f6df6b
Fix duplicate rake task execution by removing explicit task loading (…
justin808 Nov 19, 2025
f5ff2a1
Bump version to 16.2.0.beta.9
justin808 Nov 19, 2025
39267e8
Bump version to 16.2.0.beta.10
justin808 Nov 19, 2025
0d87578
Clarify monorepo changelog structure in documentation (#2055)
justin808 Nov 19, 2025
f6bc374
Improve reliability of CI debugging scripts (#2056)
justin808 Nov 19, 2025
d5b13e0
Consolidate all beta versions into v16.2.0.beta.10 (#2057)
justin808 Nov 19, 2025
51ba058
Add Shakapacker 9.0+ private_output_path integration for server bundl…
justin808 Nov 19, 2025
beb70f0
Fix yalc publish (#2054)
Judahmeek Nov 19, 2025
50f3baf
Fix CI safety check to evaluate latest workflow attempt (#2062)
justin808 Nov 19, 2025
311d3a1
Break CI circular dependency with non-docs change (#2065)
justin808 Nov 20, 2025
74cd58b
Fix: Add Rails 5.2-6.0 compatibility for compact_blank (#2058)
justin808 Nov 20, 2025
4db050e
Add /run-skipped-tests as alias for /run-skipped-ci (#XXXX) (#2068)
justin808 Nov 20, 2025
ac0d175
Document Rails Engine development nuances and add tests for automatic…
justin808 Nov 20, 2025
463a31f
Fix beta/RC version handling in generator (#2066)
justin808 Nov 20, 2025
b547ef9
Fix doctor command false version mismatch for beta/prerelease version…
ihabadham Nov 20, 2025
914f7de
Fix bin/dev NameError: missing PackerUtils require (#2070)
justin808 Nov 20, 2025
3758d1a
Bump version to 16.2.0.beta.11
justin808 Nov 20, 2025
9383537
Consolidate beta versions into v16.2.0.beta.11 (#2071)
justin808 Nov 20, 2025
464dca5
Fix docs-only CI check to allow running workflows (#2073)
justin808 Nov 20, 2025
840f9c7
Remove developer-only and beta-specific changelog entries (#2072)
justin808 Nov 20, 2025
3eb3961
convert testUtils to ts (#2074)
AbanoubGhadban Nov 20, 2025
be024c0
Fix ci-changes-detector to recognize Pro package test files (#2077)
justin808 Nov 21, 2025
9b4c722
HOTFIX: Add CI infrastructure pattern to ci-changes-detector (#2080)
justin808 Nov 21, 2025
97fde84
Add automatic retry for V8 crash in CI Node.js setup (#2082)
justin808 Nov 21, 2025
eaf2211
Ensure CI runs on uncategorized changes (#2079)
justin808 Nov 21, 2025
e2ca31a
Add CSP nonce support for consoleReplay script (#2059)
justin808 Nov 21, 2025
924fb00
Fix pack generation in bin/dev by preventing Bundler auto-exec interc…
justin808 Nov 21, 2025
b2a9aeb
Fix RSpec helper optimization gap with private SSR directories (#1838)
ihabadham Nov 21, 2025
f1a3fb9
Enhance bin/dev error messages with verbose flag suggestion (#2083)
justin808 Nov 21, 2025
5e033c7
Bump version to 16.2.0.beta.12
justin808 Nov 21, 2025
3bd2f10
Consolidate beta versions into v16.2.0.beta.12 (#2086)
justin808 Nov 21, 2025
2306825
Fix bin/dev showing 'Process Manager Not Found' when overmind exists …
justin808 Nov 21, 2025
d433348
Add automatic precompile hook coordination in bin/dev (#2092)
justin808 Nov 22, 2025
8f31aca
Pin Node.js to 22.11.0 to avoid V8 crash bug (#2095)
justin808 Nov 22, 2025
f91737d
Improve CLAUDE.md with testing requirements and clarity (#2096)
justin808 Nov 22, 2025
3f21898
Make locale generation idempotent with force flag support (#2093)
justin808 Nov 23, 2025
0263541
Keep original buildConsoleReplay parameter order (disable ESLint rule…
justin808 Nov 23, 2025
1969b2d
Add service dependency checking to bin/dev (#2098)
justin808 Nov 23, 2025
c3a0225
Phase 5: Add Pro Node Renderer Package to workspace (#2069)
justin808 Nov 23, 2025
86520a9
Add CI failure analysis and PR splitting strategy documentation (#2107)
justin808 Nov 23, 2025
a4ab1cb
Fix Pro Node Renderer tests: React 19 compatibility and race conditio…
AbanoubGhadban Nov 23, 2025
20d6969
Add PR Testing Agent documentation (#2109)
justin808 Nov 23, 2025
79e334c
Reorganize PR testing docs into .claude/agents/ (#2112)
justin808 Nov 23, 2025
449cc7b
Replace manual Fiber management with async gem primitives (#2111)
AbanoubGhadban Nov 24, 2025
b50a74d
Restructure monorepo with two top-level product directories (#2114)
justin808 Nov 25, 2025
ba7b11b
Migrate from Yarn Classic to pnpm (#2121)
justin808 Nov 25, 2025
16b3908
Fix RSC test infrastructure: Convert jest.setup.js to ESM and re-enab…
justin808 Nov 26, 2025
de3977d
Add client disconnect handling for concurrent component streaming (#2…
ihabadham Nov 27, 2025
48ee87b
Fix bin/dev script at the pro dummy app (#2140)
AbanoubGhadban Nov 28, 2025
35c477b
Add async_react_component and cached_async_react_component helpers (#…
AbanoubGhadban Nov 28, 2025
a411917
Update httpx to v1.6.3 (#2141)
AbanoubGhadban Nov 29, 2025
58a8268
Add size-limit packages for bundle size tracking (#2150)
AbanoubGhadban Nov 30, 2025
b726df0
Add size-limit configuration for bundle size tracking (#2152)
AbanoubGhadban Nov 30, 2025
67817d0
Rename actionlint.yml workflow to Lint GitHub Actions (#2154)
alexeyr-ci2 Dec 2, 2025
3253096
Add bundle size CI check using size-limit (#2149)
AbanoubGhadban Dec 2, 2025
8653006
Install @size-limit/time package (#2161)
AbanoubGhadban Dec 2, 2025
fdb9082
Update gemfile.lock files (#2162)
AbanoubGhadban Dec 3, 2025
edf2983
Add running time check on ci (#2165)
AbanoubGhadban Dec 4, 2025
14fa12a
add server actions implementation plan (#2166)
AbanoubGhadban Dec 4, 2025
cb426de
Fix buildConsoleReplay test parameter order regression (#2168)
AbanoubGhadban Dec 4, 2025
3104127
Fix release script after pnpm monorepo restructure (#2173)
justin808 Dec 7, 2025
b3d0430
Bump version to 16.2.0.beta.13
justin808 Dec 7, 2025
25e4639
Keep workspace:* protocol in react-on-rails-pro package.json (#2177)
AbanoubGhadban Dec 7, 2025
0a297b7
Fix JS tests workflow in CI (#2155)
alexeyr-ci2 Dec 7, 2025
3acff76
Fix CVE-2025-55182 - React Server Components RCE Vulnerability (#2175)
AbanoubGhadban Dec 8, 2025
4ff1f84
Update CHANGELOG for v16.2.0.beta.13 (#2174)
justin808 Dec 9, 2025
1eb5b3f
Document edge cases for /run-skipped-ci workflow (#2129)
justin808 Dec 9, 2025
61f1f4d
Fix CI change detection for generator files (#2189)
justin808 Dec 9, 2025
8100792
Add bin/setup for unified development environment setup (#2191)
justin808 Dec 9, 2025
753b75f
Add CI workflow to check assets:precompile output for failures (#2134)
justin808 Dec 10, 2025
c59bcf4
Improve SWC compiler detection and default dependencies (#2135)
justin808 Dec 10, 2025
c5a3ebc
Add upgrade guide for v16.0.x to v16.1.1 (#2130)
justin808 Dec 10, 2025
1fbbdc6
Add comprehensive AI agent documentation and first-user improvements …
justin808 Dec 10, 2025
ce10b69
Move React/Shakapacker version compatibility to generator smoke tests…
justin808 Dec 10, 2025
57de0bc
Update spec/dummy for React 19 compatibility (#2127)
justin808 Dec 10, 2025
5d5900c
Bump version to 16.2.0.beta.14
justin808 Dec 10, 2025
d440b4b
Fix TypeScript error in processPromise return type (#2204)
justin808 Dec 10, 2025
7298b94
Bump version to 16.2.0.beta.15
justin808 Dec 10, 2025
e96e560
Bump version to 16.2.0.beta.16
justin808 Dec 10, 2025
945228d
Unify Rubocop config (#2153)
alexeyr-ci2 Dec 10, 2025
d67c1aa
Fix broken pnpm lock file for dummy apps (#2201)
AbanoubGhadban Dec 11, 2025
0eb54fa
Bump version to 16.2.0.test.7
justin808 Dec 11, 2025
1593bf9
Add npm authentication pre-flight check to release script (#2207)
justin808 Dec 11, 2025
2ddbe80
Trigger generator tests when TypeScript files change (#2208)
justin808 Dec 11, 2025
a764c73
Bump version to 16.2.0.beta.19
justin808 Dec 11, 2025
917f6f2
Update CHANGELOG for v16.2.0.beta.19 release (#2209)
justin808 Dec 11, 2025
b47d102
Update conductor-setup.sh to use pnpm (#2212)
justin808 Dec 12, 2025
6786609
Fix Procfile.dev to use pnpm instead of yarn (#2213)
justin808 Dec 12, 2025
8227421
Fix invalid precompile_hook in Pro dummy (#2202)
alexeyr-ci2 Dec 12, 2025
4615dd2
Fix hydration mismatch when reactOnRailsPageLoaded() called multiple …
justin808 Dec 13, 2025
5b746a3
Bump version to 16.2.0.beta.20
justin808 Dec 13, 2025
0b15bd2
Clarify release script changelog options (#2220)
justin808 Dec 13, 2025
93ab7df
Fix malformed code fences in improved-error-messages.md (#2222)
ihabadham Dec 14, 2025
9df8fd9
Migrate from markdown-link-check to lychee (#2219)
ihabadham Dec 15, 2025
121f778
Fix outdated paths after monorepo restructuring (#2216)
ihabadham Dec 16, 2025
d503767
Upgrade React to v19.0.3 and react-on-rails-rsc to v19.0.4 (CVE-2025-…
AbanoubGhadban Dec 16, 2025
47bbfec
Fix broken links from docs reorganization (file paths and website URL…
ihabadham Dec 16, 2025
3ef0ff0
Add SSL certificate error exclusions to lychee config (#2230)
ihabadham Dec 17, 2025
48896f9
Add bin/check-links for local link checking (#2238)
ihabadham Dec 17, 2025
0d76d6f
Fix broken file path links in documentation (#2236)
ihabadham Dec 18, 2025
a109e2c
Fix typos in Pro caching documentation (#2243)
ihabadham Dec 19, 2025
2e1a166
Fix broken links and add lychee exclusions for link checker (#2237)
ihabadham Dec 19, 2025
d2ac234
Missed yarn->pnpm replacements (#2183)
alexeyr-ci2 Dec 19, 2025
03673a4
Fix lychee exclude pattern for npmjs.com without www (#2245)
ihabadham Dec 19, 2025
86db2c9
Fix Claude Code agent format and follow subagent best practices
ihabadham Dec 19, 2025
cc93d1f
Move configuration docs from api-reference to configuration folder (#…
justin808 Dec 22, 2025
5618568
Add /address-review slash command for Claude Code (#2221)
justin808 Dec 22, 2025
473c576
docs: fix Pro imports from react-on-rails to react-on-rails-pro (#2252)
ihabadham Dec 26, 2025
8978ab2
chore(pro): format all Pro docs with Prettier (#2253)
ihabadham Dec 26, 2025
4dcb8fc
fix: add main field to pro packages for legacy resolver compatibility…
ihabadham Dec 26, 2025
e212beb
fix(security): address 58 Dependabot vulnerabilities in dev/test depe…
ihabadham Dec 29, 2025
54c6d2c
Reenable skipped test (#2257)
AbanoubGhadban Dec 29, 2025
b3615b2
fix: add thread-safe connection management to ReactOnRailsPro::Reques…
AbanoubGhadban Dec 29, 2025
800d10a
update Gemfile.lock
justin808 Dec 30, 2025
ce3f35b
Bump version to 16.2.0.rc.0
justin808 Dec 30, 2025
e15cc6f
Update CHANGELOG for 16.2.0.rc.0 release (#2262)
justin808 Dec 30, 2025
3efa19d
Fix broken CHANGELOG version links (v16.1.1 → 16.1.1)
justin808 Dec 30, 2025
d864f66
Configure Dependabot (#2147)
alexeyr-ci2 Jan 2, 2026
619cb78
docs: fix incorrect license configuration option in Pro docs (#2276)
ihabadham Jan 4, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
6 changes: 6 additions & 0 deletions .bundle-size-skip-branch
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# This file allows skipping the bundle size CI check for a specific branch.
# When a branch name in this file matches the PR branch, the size check is skipped.
#
# Usage: Run `bin/skip-bundle-size-check` to set the current branch, then commit and push.
#
# This is useful when you have an intentional size increase that exceeds the 0.5KB threshold.
332 changes: 0 additions & 332 deletions .circleci/config.yml

This file was deleted.

Loading