Skip to content
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

Develop #2664

Closed
wants to merge 44 commits into from
Closed

Develop #2664

Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
44 commits
Select commit Hold shift + click to select a range
984ea17
feat: added pin-input unstyled
akash3gtm Dec 23, 2024
7f2a9ed
chore: storybook setup
akash3gtm Dec 23, 2024
5817eb4
chore: storybook component setup
akash3gtm Dec 23, 2024
5f0e795
chore: storybook pin-input story setup
akash3gtm Dec 23, 2024
74c5c44
chore: pin-input alpha release
akash3gtm Dec 23, 2024
e902c6c
Merge branch 'develop' of github.com:gluestack/gluestack-ui into rele…
akash3gtm Dec 23, 2024
286cd71
feat: working example
sra1kumar-NULL Dec 23, 2024
af94586
feat: made minor cleanups
sra1kumar-NULL Dec 23, 2024
d3c2f97
fix: example in docs
akash3gtm Dec 23, 2024
fa28b39
fix: typing
akash3gtm Dec 24, 2024
e84e01a
fix: example
akash3gtm Dec 24, 2024
665cce4
fix: changeset
akash3gtm Dec 24, 2024
88b9070
fix: working state of mobile & web
sra1kumar-NULL Dec 24, 2024
fc2ec82
Merge pull request #2646 from gluestack/feat/cleanup
sra1kumar-NULL Dec 24, 2024
c52f552
Merge branch 'develop' of github.com:gluestack/gluestack-ui into rele…
akash3gtm Dec 24, 2024
7cfb2d8
feat: removed extra duplicate files
sra1kumar-NULL Dec 24, 2024
ef6936f
Merge pull request #2649 from gluestack/feat/cleanup
sra1kumar-NULL Dec 24, 2024
4fc938e
v0.0.4
akash3gtm Dec 31, 2024
9cb7f0a
v0.0.5
akash3gtm Dec 31, 2024
a4ca842
v0.0.6
akash3gtm Dec 31, 2024
1477af8
chore: prop typings and readme
akash3gtm Dec 31, 2024
ae8afeb
fix: pin input styling and parent variants
akash3gtm Dec 31, 2024
b010ab7
v0.0.7
akash3gtm Dec 31, 2024
66477e5
fix: readme done
akash3gtm Dec 31, 2024
8939164
chore: new lock file
akash3gtm Dec 31, 2024
9591e2a
Merge pull request #2656 from gluestack/release/@gluestack-ui/pin-inp…
akash3gtm Dec 31, 2024
168c1d5
Merge pull request #2663 from gluestack/patch
akash3gtm Jan 6, 2025
42020fc
Merge branch 'patch' of github.com:gluestack/gluestack-ui into develop
akash3gtm Jan 8, 2025
3ef141b
Merge branch 'patch' of github.com:gluestack/gluestack-ui into develop
akash3gtm Jan 8, 2025
13c6dbe
fix: lock file
akash3gtm Jan 8, 2025
5d42bc5
Merge branch 'main' of github.com:gluestack/gluestack-ui into develop
akash3gtm Jan 8, 2025
b91d458
fix: merge resolve
akash3gtm Jan 8, 2025
57d2da0
Merge branch 'patch' of github.com:gluestack/gluestack-ui into develop
akash3gtm Jan 8, 2025
f9d60b6
fix: merge
akash3gtm Jan 8, 2025
bab0308
fix: @gluestack-ui/config added back
akash3gtm Jan 8, 2025
089492f
fix: added command
akash3gtm Jan 8, 2025
a3b9f4b
fix: removed image-viewer
akash3gtm Jan 8, 2025
df30992
fix: version
akash3gtm Jan 8, 2025
a1310d7
fix: version
akash3gtm Jan 8, 2025
dda1110
Merge branch 'patch' of github.com:gluestack/gluestack-ui into develop
akash3gtm Jan 8, 2025
5c40ccb
Merge pull request #2683 from gluestack/main
Sanchitv3 Jan 8, 2025
eb39d45
fix: pin-input example
akash3gtm Jan 8, 2025
24f2cf3
Merge branch 'patch' of github.com:gluestack/gluestack-ui into develop
akash3gtm Jan 8, 2025
16f2b9e
fix: lock file
akash3gtm Jan 8, 2025
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
  •  
  •  
  •  
1 change: 1 addition & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,4 @@ babel.config.js


example/storybook/__tests__/*
example/storybook/*
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ gluestack-ui is a library of copy-pasteable components & patterns crafted with T

<h3 align="center">
<a href="https://github.com/gluestack/gluestack-ui">
<img src="https://raw.githubusercontent.com/gluestack/gluestack-ui/main/img/gluestack-banner.png" alt="gluestack-ui logo" >
<img src="https://raw.githubusercontent.com/gluestack/gluestack-ui/main/assets/gluestack-banner.png" alt="gluestack-ui logo" >
</a>
<br>
<br>
Expand Down
57 changes: 0 additions & 57 deletions _template/package-template/package.json

This file was deleted.

File renamed without changes
File renamed without changes
File renamed without changes
14 changes: 0 additions & 14 deletions example/babel-plugin-styled-resolver-expo/.gitignore

This file was deleted.

Loading
Loading