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

Fix/esbuild-path-alias #26

Merged
merged 2 commits into from
Jan 14, 2022
Merged

Fix/esbuild-path-alias #26

merged 2 commits into from
Jan 14, 2022

Conversation

SampaioLeal
Copy link
Member

Now we can use typescript path alias

@SampaioLeal SampaioLeal added the enhancement New feature or request label Jan 12, 2022
@devzgabriel devzgabriel merged commit bb70552 into develop Jan 14, 2022
@devzgabriel devzgabriel deleted the fix/esbuild-path-alias branch January 14, 2022 15:14
SampaioLeal pushed a commit that referenced this pull request Jan 14, 2022
* fix: typescript path alias with esbuild

* chore: decorating uistore without decorators
devzgabriel added a commit that referenced this pull request Jan 14, 2022
* Fix/export types (#21)

* 0.0.2 (#20)

* add readme

* fix: removing dependencies from bundle (#2)

* add dependencies instalation on readme

* Storybook config and first stories

* feat: add readme (#1)

* add readme

* add dependencies instalation on readme

* Update README.md

Co-authored-by: Sampaio Leal <samp14hd@gmail.com>

* Update README.md

Co-authored-by: Sampaio Leal <samp14hd@gmail.com>

* Update README.md

Co-authored-by: Sampaio Leal <samp14hd@gmail.com>

* Update README.md

Co-authored-by: Sampaio Leal <samp14hd@gmail.com>

* Update README.md

Co-authored-by: Sampaio Leal <samp14hd@gmail.com>

* Update README.md

Co-authored-by: Sampaio Leal <samp14hd@gmail.com>

* chore: resolvingconversations

* chore: resolve conversations

Co-authored-by: Sampaio Leal <samp14hd@gmail.com>

* chore: initial config

* chore: romove not necessary configs

* Docs/code of conduct (#6)

* add code of conduct

* chore: add Breadcrumbs and Dialog tests

Co-authored-by: Sampaio Leal <SampaioLeal@users.noreply.github.com>

* wip: snackbar tests

* done: snackbar tests

* chore: tests on workflow

* chore: tests on workflow

* chore: slobe CI problem

* chore: add jsDocs

* refactoring tests

* fix import bugs

* resolve conversations

* remove warnigs

* Update README.md

Co-authored-by: Gabriel Silva <devzgabriel@gmail.com>

* add AppBar Components and Store

* remove mui icons from dependencies

* add dependencies on readme and workflow

* ESBuild implemented (#16)

* added esbuild

* chore: solve CI

Co-authored-by: Gabriel Silva <devzgabriel@gmail.com>

* chore: improve tests

* upgrade dependencies

* chore: upgrade dependencies

* chore: add drawer attribute in Page type

* lint: solve unused code

Co-authored-by: Sampaio Leal <samp14hd@gmail.com>
Co-authored-by: Sampaio Leal <SampaioLeal@users.noreply.github.com>

* fix: folder structure of exports with cjs by default

Co-authored-by: Gabriel Silva <devzgabriel@gmail.com>
Co-authored-by: Sampaio Leal <SampaioLeal@users.noreply.github.com>

* fix: package files field removed

* chore: added ramda to deps

* chore: exporting esm by default

* fix: using enum for bindings

* 0.1.2

* Fixing Drawer click behavior (#23)

* chore: updating mui

* fix: drawer onClick behavior

* Fixing tests and behaviors (#24)

* chore: updating mui

* fix: drawer onClick behavior

* fix: tests and components behavior

* chore: removing comment

* feat: hiding drawer pages (#27)

* Fix/esbuild-path-alias (#26)

* fix: typescript path alias with esbuild

* chore: decorating uistore without decorators

* Fix/breadcrumb-links (#25)

* fix: breadcrumbs now have onClick function

* fix: breadcrumb tests

* Fix/disabled-draweritem (#28)

* feat: hiding drawer pages

* fix: hiding drawer items logic

* Update AppBar.stories.tsx

Co-authored-by: Gabriel Silva <devzgabriel@gmail.com>
Co-authored-by: Sampaio Leal <SampaioLeal@users.noreply.github.com>
devzgabriel added a commit that referenced this pull request Jan 14, 2022
* Fix/export types (#21)

* 0.0.2 (#20)

* add readme

* fix: removing dependencies from bundle (#2)

* add dependencies instalation on readme

* Storybook config and first stories

* feat: add readme (#1)

* add readme

* add dependencies instalation on readme

* Update README.md

Co-authored-by: Sampaio Leal <samp14hd@gmail.com>

* Update README.md

Co-authored-by: Sampaio Leal <samp14hd@gmail.com>

* Update README.md

Co-authored-by: Sampaio Leal <samp14hd@gmail.com>

* Update README.md

Co-authored-by: Sampaio Leal <samp14hd@gmail.com>

* Update README.md

Co-authored-by: Sampaio Leal <samp14hd@gmail.com>

* Update README.md

Co-authored-by: Sampaio Leal <samp14hd@gmail.com>

* chore: resolvingconversations

* chore: resolve conversations

Co-authored-by: Sampaio Leal <samp14hd@gmail.com>

* chore: initial config

* chore: romove not necessary configs

* Docs/code of conduct (#6)

* add code of conduct

* chore: add Breadcrumbs and Dialog tests

Co-authored-by: Sampaio Leal <SampaioLeal@users.noreply.github.com>

* wip: snackbar tests

* done: snackbar tests

* chore: tests on workflow

* chore: tests on workflow

* chore: slobe CI problem

* chore: add jsDocs

* refactoring tests

* fix import bugs

* resolve conversations

* remove warnigs

* Update README.md

Co-authored-by: Gabriel Silva <devzgabriel@gmail.com>

* add AppBar Components and Store

* remove mui icons from dependencies

* add dependencies on readme and workflow

* ESBuild implemented (#16)

* added esbuild

* chore: solve CI

Co-authored-by: Gabriel Silva <devzgabriel@gmail.com>

* chore: improve tests

* upgrade dependencies

* chore: upgrade dependencies

* chore: add drawer attribute in Page type

* lint: solve unused code

Co-authored-by: Sampaio Leal <samp14hd@gmail.com>
Co-authored-by: Sampaio Leal <SampaioLeal@users.noreply.github.com>

* fix: folder structure of exports with cjs by default

Co-authored-by: Gabriel Silva <devzgabriel@gmail.com>
Co-authored-by: Sampaio Leal <SampaioLeal@users.noreply.github.com>

* chore: exporting esm by default

* Fixing Drawer click behavior (#23)

* chore: updating mui

* fix: drawer onClick behavior

* Fixing tests and behaviors (#24)

* chore: updating mui

* fix: drawer onClick behavior

* fix: tests and components behavior

* chore: removing comment

* feat: hiding drawer pages (#27)

* Fix/esbuild-path-alias (#26)

* fix: typescript path alias with esbuild

* chore: decorating uistore without decorators

* Fix/breadcrumb-links (#25)

* fix: breadcrumbs now have onClick function

* fix: breadcrumb tests

* 0.2.0

Co-authored-by: Gabriel Silva <devzgabriel@gmail.com>
Co-authored-by: Sampaio Leal <SampaioLeal@users.noreply.github.com>
devzgabriel added a commit that referenced this pull request Jan 14, 2022
* Fix/export types (#21)

* 0.0.2 (#20)

* add readme

* fix: removing dependencies from bundle (#2)

* add dependencies instalation on readme

* Storybook config and first stories

* feat: add readme (#1)

* add readme

* add dependencies instalation on readme

* Update README.md

Co-authored-by: Sampaio Leal <samp14hd@gmail.com>

* Update README.md

Co-authored-by: Sampaio Leal <samp14hd@gmail.com>

* Update README.md

Co-authored-by: Sampaio Leal <samp14hd@gmail.com>

* Update README.md

Co-authored-by: Sampaio Leal <samp14hd@gmail.com>

* Update README.md

Co-authored-by: Sampaio Leal <samp14hd@gmail.com>

* Update README.md

Co-authored-by: Sampaio Leal <samp14hd@gmail.com>

* chore: resolvingconversations

* chore: resolve conversations

Co-authored-by: Sampaio Leal <samp14hd@gmail.com>

* chore: initial config

* chore: romove not necessary configs

* Docs/code of conduct (#6)

* add code of conduct

* chore: add Breadcrumbs and Dialog tests

Co-authored-by: Sampaio Leal <SampaioLeal@users.noreply.github.com>

* wip: snackbar tests

* done: snackbar tests

* chore: tests on workflow

* chore: tests on workflow

* chore: slobe CI problem

* chore: add jsDocs

* refactoring tests

* fix import bugs

* resolve conversations

* remove warnigs

* Update README.md

Co-authored-by: Gabriel Silva <devzgabriel@gmail.com>

* add AppBar Components and Store

* remove mui icons from dependencies

* add dependencies on readme and workflow

* ESBuild implemented (#16)

* added esbuild

* chore: solve CI

Co-authored-by: Gabriel Silva <devzgabriel@gmail.com>

* chore: improve tests

* upgrade dependencies

* chore: upgrade dependencies

* chore: add drawer attribute in Page type

* lint: solve unused code

Co-authored-by: Sampaio Leal <samp14hd@gmail.com>
Co-authored-by: Sampaio Leal <SampaioLeal@users.noreply.github.com>

* fix: folder structure of exports with cjs by default

Co-authored-by: Gabriel Silva <devzgabriel@gmail.com>
Co-authored-by: Sampaio Leal <SampaioLeal@users.noreply.github.com>

* fix: package files field removed

* chore: added ramda to deps

* chore: exporting esm by default

* fix: using enum for bindings

* 0.1.2

* Fixing Drawer click behavior (#23)

* chore: updating mui

* fix: drawer onClick behavior

* Fixing tests and behaviors (#24)

* chore: updating mui

* fix: drawer onClick behavior

* fix: tests and components behavior

* chore: removing comment

* feat: hiding drawer pages (#27)

* Fix/esbuild-path-alias (#26)

* fix: typescript path alias with esbuild

* chore: decorating uistore without decorators

* Fix/breadcrumb-links (#25)

* fix: breadcrumbs now have onClick function

* fix: breadcrumb tests

* Fix/disabled-draweritem (#28)

* feat: hiding drawer pages

* fix: hiding drawer items logic

* Update AppBar.stories.tsx

* Chore/v0.2.0 (#30)

* Fix/export types (#21)

* 0.0.2 (#20)

* add readme

* fix: removing dependencies from bundle (#2)

* add dependencies instalation on readme

* Storybook config and first stories

* feat: add readme (#1)

* add readme

* add dependencies instalation on readme

* Update README.md

Co-authored-by: Sampaio Leal <samp14hd@gmail.com>

* Update README.md

Co-authored-by: Sampaio Leal <samp14hd@gmail.com>

* Update README.md

Co-authored-by: Sampaio Leal <samp14hd@gmail.com>

* Update README.md

Co-authored-by: Sampaio Leal <samp14hd@gmail.com>

* Update README.md

Co-authored-by: Sampaio Leal <samp14hd@gmail.com>

* Update README.md

Co-authored-by: Sampaio Leal <samp14hd@gmail.com>

* chore: resolvingconversations

* chore: resolve conversations

Co-authored-by: Sampaio Leal <samp14hd@gmail.com>

* chore: initial config

* chore: romove not necessary configs

* Docs/code of conduct (#6)

* add code of conduct

* chore: add Breadcrumbs and Dialog tests

Co-authored-by: Sampaio Leal <SampaioLeal@users.noreply.github.com>

* wip: snackbar tests

* done: snackbar tests

* chore: tests on workflow

* chore: tests on workflow

* chore: slobe CI problem

* chore: add jsDocs

* refactoring tests

* fix import bugs

* resolve conversations

* remove warnigs

* Update README.md

Co-authored-by: Gabriel Silva <devzgabriel@gmail.com>

* add AppBar Components and Store

* remove mui icons from dependencies

* add dependencies on readme and workflow

* ESBuild implemented (#16)

* added esbuild

* chore: solve CI

Co-authored-by: Gabriel Silva <devzgabriel@gmail.com>

* chore: improve tests

* upgrade dependencies

* chore: upgrade dependencies

* chore: add drawer attribute in Page type

* lint: solve unused code

Co-authored-by: Sampaio Leal <samp14hd@gmail.com>
Co-authored-by: Sampaio Leal <SampaioLeal@users.noreply.github.com>

* fix: folder structure of exports with cjs by default

Co-authored-by: Gabriel Silva <devzgabriel@gmail.com>
Co-authored-by: Sampaio Leal <SampaioLeal@users.noreply.github.com>

* chore: exporting esm by default

* Fixing Drawer click behavior (#23)

* chore: updating mui

* fix: drawer onClick behavior

* Fixing tests and behaviors (#24)

* chore: updating mui

* fix: drawer onClick behavior

* fix: tests and components behavior

* chore: removing the comment

* feat: hiding drawer pages (#27)

* Fix/esbuild-path-alias (#26)

* fix: typescript path alias with esbuild

* chore: decorating uistore without decorators

* Fix/breadcrumb-links (#25)

* fix: breadcrumbs now have onClick function

* fix: breadcrumb tests

* 0.2.0

Co-authored-by: Gabriel Silva <devzgabriel@gmail.com>
Co-authored-by: Sampaio Leal <SampaioLeal@users.noreply.github.com>

Co-authored-by: Sampaio Leal <samp14hd@gmail.com>
Co-authored-by: Sampaio Leal <SampaioLeal@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants