Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Dev -> Main - v2.7.5 #2037

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
FalkWolsky merged 125 commits into main from dev
Oct 2, 2025
Merged
Changes from 2 commits
Commits
Show all changes
125 commits
Select commit Hold shift + click to select a range
2664082
clone original Table Comp
iamfaran Aug 5, 2025
9ff640d
register table lite comp
iamfaran Aug 5, 2025
491782f
remove expansion data layer
iamfaran Aug 5, 2025
b43d31e
remove expansion functionality from table
iamfaran Aug 6, 2025
13cdeff
fix imports for table lite comp
iamfaran Aug 6, 2025
966c4df
remove edit functionality
iamfaran Aug 6, 2025
4d75755
remove filter modal / table toolbar unnecessary code
iamfaran Aug 8, 2025
d03a02d
remove search filter and fix css issue
iamfaran Aug 11, 2025
5d6301e
remove edit / insert functions
iamfaran Aug 11, 2025
714e6cc
remove row context
iamfaran Aug 11, 2025
d4afdb4
split down tableComp.tsx
iamfaran Aug 12, 2025
8b492c2
refactor tableCompView
iamfaran Aug 13, 2025
a909c64
refactor / add virtualization
iamfaran Aug 15, 2025
18a93cf
remove edit functionality from columns
iamfaran Aug 18, 2025
6b34a8d
remove remaining edit functionality from the columns
iamfaran Aug 18, 2025
38c8653
remove change value props
iamfaran Aug 18, 2025
c82279e
refactor columnToAntd function
iamfaran Aug 18, 2025
29f29b3
remove more edit related code from columns
iamfaran Aug 18, 2025
c406bb5
add basic filters in headers
iamfaran Aug 19, 2025
f09e36f
add dynamic virtualization
iamfaran Aug 20, 2025
07abda7
remove unnecssory code for virtualization
iamfaran Aug 20, 2025
5a6ac32
fix x scrolling
iamfaran Aug 20, 2025
3af069a
scroll fixes
iamfaran Aug 20, 2025
1e1b61e
fix virtualization toolbar bottom
iamfaran Aug 20, 2025
e98b05c
hide horizontal scroll virtualization
iamfaran Aug 20, 2025
fed09b1
fix y scroll
iamfaran Aug 20, 2025
58f13b2
delete rc-virtual-list
iamfaran Aug 20, 2025
b8c7586
fix infinite re renders / unnecessary logic
iamfaran Aug 21, 2025
c84c902
add styling structure / refactor styles
iamfaran Aug 22, 2025
67f9952
add custom Hook to calculate table height / body
iamfaran Aug 25, 2025
26f6b10
Add Base Table component
iamfaran Aug 25, 2025
4fd3e12
Add auto / fixed tables
iamfaran Aug 25, 2025
37d494a
basic refactor complete
iamfaran Aug 25, 2025
d73a5ff
add styles
iamfaran Aug 26, 2025
3edaee4
fix header styles
iamfaran Aug 26, 2025
4590bfe
add remaining styles
iamfaran Aug 26, 2025
2fc52e6
move footer inside the main wrapper
iamfaran Aug 27, 2025
8a4c68f
fix window height
iamfaran Aug 27, 2025
6f5f5c5
Add footer/ header customizations + virtualization layout fix
iamfaran Aug 28, 2025
c30ffdd
add borders
iamfaran Aug 29, 2025
b293eac
implement simple bar
iamfaran Aug 29, 2025
ffbea62
add customize scrollbars functionality
iamfaran Aug 29, 2025
59e02f5
add scroll
Sep 1, 2025
b6f71c2
match colors
Sep 1, 2025
3ae83d5
scrollbar settings
Sep 1, 2025
f86fcd3
hide custom scrolls on virtualization
Sep 1, 2025
19692fd
styled components syntax
Sep 1, 2025
6b01a69
add beta virtualization for table main
iamfaran Sep 3, 2025
e5654e5
fix virtualization layout issues
iamfaran Sep 4, 2025
dc6c5b9
fix scolling customization
iamfaran Sep 5, 2025
8abe167
fix scroll customization and refactor
iamfaran Sep 5, 2025
85f690f
remove console log
iamfaran Sep 5, 2025
84ada72
#1949 add different tab modes in PropertyView
iamfaran Sep 9, 2025
060a20e
fix: SMTP query failure due to SNI mismatch
ludomikula Aug 11, 2025
289ee7a
#1949 add tab modes feature
iamfaran Sep 10, 2025
fcf78c9
[Feat]: #1922 add drawer events
iamfaran Sep 11, 2025
c70aedb
[Fix]: #1851 toast open without second arg
iamfaran Sep 11, 2025
2c05e4d
[Feat]: #1720 add upload dragger
iamfaran Sep 11, 2025
26f4dd3
Merge pull request #1993 from iamfaran/feat/1949-tabs
raheeliftikhar5 Sep 12, 2025
5407edc
#1720 fix type error
iamfaran Sep 12, 2025
ee31e1c
Merge pull request #1996 from iamfaran/fix/1851-toast
raheeliftikhar5 Sep 12, 2025
7dc8e77
Merge pull request #1995 from iamfaran/feat/1922-drawer-events
raheeliftikhar5 Sep 12, 2025
5464c85
#1720 add adjustable height in fixed mode
iamfaran Sep 12, 2025
85e9cf5
#1720 fix UI
iamfaran Sep 12, 2025
edbd09d
#1720 add drag area hint
iamfaran Sep 12, 2025
5db3f5a
#1720 remove unnecessary styled wrapper
iamfaran Sep 12, 2025
43c7fa3
#1720 add dragger image capture modal + custom dragger styling
iamfaran Sep 12, 2025
1e09cba
#1976 fix switch camera functionality
iamfaran Sep 15, 2025
af83e43
#1720 fix modes height
iamfaran Sep 15, 2025
e7c41d2
Merge pull request #1998 from iamfaran/feat/1720-dragger
raheeliftikhar5 Sep 15, 2025
46933e4
fix edit mode util
iamfaran Sep 15, 2025
b2e9611
Merge pull request #2001 from iamfaran/fix/editmode-util
raheeliftikhar5 Sep 16, 2025
c229cfa
fix: update smtp ssl options
ludomikula Sep 16, 2025
1793cdf
Merge pull request #1989 from iamfaran/feat/table-main-virtualization
raheeliftikhar5 Sep 16, 2025
6a66978
Merge pull request #1939 from iamfaran/feat/table-lite
raheeliftikhar5 Sep 16, 2025
4747b25
#1987 introduce delta for editor
iamfaran Sep 16, 2025
c7c02ac
[Fix]: #1986 change event trigger
iamfaran Sep 17, 2025
85c55d4
fix table row selection doesn't work on transparent hover color
raheeliftikhar5 Sep 17, 2025
16f4105
expose table's hidden property
raheeliftikhar5 Sep 17, 2025
17496ad
[Fix]: #1981 remove duplicate row background color property
iamfaran Sep 17, 2025
a7deddc
fix spelling for dragger hint area text
iamfaran Sep 17, 2025
1d70c0c
expose selectRowsByIndex and selectRowsByIds methods with table comp
raheeliftikhar5 Sep 18, 2025
6dbae39
fixed test failing on image build
raheeliftikhar5 Sep 18, 2025
428b59a
fix click event trigger on tabl's tag column
raheeliftikhar5 Sep 18, 2025
3ff5663
[Fix]: #1970, #1984 event handler context
iamfaran Sep 18, 2025
c04fa51
[Fix]: #1965 chart expanded in table rows binding
iamfaran Sep 19, 2025
4c8b4ea
Merge pull request #2004 from iamfaran/fix/table-row-duplicate
raheeliftikhar5 Sep 22, 2025
79acea5
Merge pull request #2003 from iamfaran/fix/1987-rich-editor
raheeliftikhar5 Sep 22, 2025
072547a
beta edit tags functionality
iamfaran Sep 22, 2025
c890393
[Feat]: add tags edit mode
iamfaran Sep 23, 2025
47aeb17
fix state issues + add edit functionality
iamfaran Sep 24, 2025
a4af806
make one unified options for saving
iamfaran Sep 24, 2025
de4bbee
remove unnecessary code
iamfaran Sep 24, 2025
fbceeb7
[Fix]: #2011 setDefaultValue duplication
iamfaran Sep 25, 2025
92ddb9b
[Fix]: #1987 issuse when type really slow
iamfaran Sep 25, 2025
320f388
[Fix]: #2009 first decimal character
iamfaran Sep 25, 2025
1f567b6
[Fix]: #2005 correctly show validation errors when 0
iamfaran Sep 25, 2025
90b1ac0
[Feat]: add new pending tags in suggestions for Table Tags Column
iamfaran Sep 26, 2025
f03b63b
Merge pull request #2019 from iamfaran/fix/1987-editor
raheeliftikhar5 Sep 29, 2025
e98afcc
Merge pull request #2018 from iamfaran/fix/2009-decimal
raheeliftikhar5 Sep 29, 2025
1cee6ff
Merge pull request #2017 from iamfaran/fix/2005-input-validation
raheeliftikhar5 Sep 29, 2025
ae2422c
Merge pull request #2016 from iamfaran/fix/2011-number-input
raheeliftikhar5 Sep 29, 2025
4b25dc6
[Fix]: #2014 Tab ID on refresh
iamfaran Sep 29, 2025
7c55830
Merge pull request #2006 from iamfaran/fix/event-context
raheeliftikhar5 Sep 30, 2025
080ac6f
Merge pull request #2008 from iamfaran/fix/1965-chart-expanded
raheeliftikhar5 Sep 30, 2025
242bbf4
Merge pull request #2013 from iamfaran/feat/tags-edit
raheeliftikhar5 Sep 30, 2025
fa2d9e4
Merge pull request #2023 from iamfaran/feat/table-tags
raheeliftikhar5 Sep 30, 2025
b8eb6ff
Merge pull request #2026 from iamfaran/fix/2014-tabs-id
raheeliftikhar5 Sep 30, 2025
e52dae8
[FIX]: #2012 navitems hide issue
iamfaran Sep 30, 2025
d21e858
fix: temporary add rjson library to local repository due to artifacto...
ludomikula Sep 30, 2025
b16f6c2
[Fix]: #2022 Tab spacing issue in code editor
iamfaran Sep 30, 2025
c888e8a
chore: update api-service version for new release
ludomikula Sep 30, 2025
e5dc227
Merge pull request #2027 from iamfaran/fix/2012-nav
raheeliftikhar5 Oct 1, 2025
5987158
Merge pull request #2028 from iamfaran/fix/2022-tab-spaces
raheeliftikhar5 Oct 1, 2025
a04a57b
fix autocomplete input glitch
raheeliftikhar5 Oct 1, 2025
578dc3c
fix spaces not preserved issue in rich text editor comp
raheeliftikhar5 Oct 1, 2025
8851f94
[Fix]: #2020 dynamic layers issue
iamfaran Oct 1, 2025
0b58adf
[Fix]: revert chart expansion
iamfaran Oct 1, 2025
75f1486
Merge pull request #2032 from iamfaran/fix/revert-chart-expansion
raheeliftikhar5 Oct 1, 2025
f205a1b
[Feat]: #2010 add pagesize event
iamfaran Oct 1, 2025
4fd6ad0
new: check for client IP address also in X-Forwarded-For header
ludomikula Oct 1, 2025
430cab9
Updating Version Numbers to prepare the Release 2.7.5
Oct 2, 2025
f0fca07
Merge pull request #2033 from iamfaran/feat/2010-pagesize-event
raheeliftikhar5 Oct 2, 2025
7b738c3
Merge pull request #2031 from iamfaran/fix/2020-layers
raheeliftikhar5 Oct 2, 2025
0e5aa97
Prepare Release 2.7.5
Oct 2, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
View file Open in desktop
Original file line number Diff line number Diff line change
Expand Up @@ -388,7 +388,6 @@ const CustomInputNumber = (props: RecordConstructorToView<typeof childrenMap>) =
return;
}
if (
cursor !== 0 &&
props.precision > 0 &&
(event.key === "." || event.key === "。") &&
!/[.]/.test(value)
Expand Down
Loading

AltStyle によって変換されたページ (->オリジナル) /