Skip to content

feat: create beta version #74

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
merged 111 commits into from
Nov 4, 2024
Merged

feat: create beta version #74

merged 111 commits into from
Nov 4, 2024

Conversation

MGREMY
Copy link
Collaborator

@MGREMY MGREMY commented Nov 4, 2024

No description provided.

MGREMY and others added 30 commits October 24, 2024 16:38
<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->
## Summary by CodeRabbit

- **New Features**
- Introduced a pre-installation script to enforce the use of `pnpm` as
the package manager.
- Updated workspace configuration to include all subdirectories under
`apps` and `libs`.
- Added new GitHub Actions workflows for CI checks, cache cleanup, and
release automation.
- Implemented a new target for semantic release in the flowbite-angular
library.

- **Chores**
- Modified CI workflow and other configuration files to transition from
`npm` to `pnpm`.
	- Removed environment variables from the Vercel configuration.
- Introduced a new composite action for installing dependencies using
`pnpm`.
<!-- end of auto-generated comment: release notes by coderabbit.ai -->
# 1.0.0-alpha.1 (2024-10-26)

### Bug Fixes

* Breadcrumb was overengineered ([7a004f1](https://github.com/themesberg/flowbite-angular//commit/7a004f11aca4f8d4d6c51833bc0327284b8da827))
* Button sizes are now configured according to flowbite website ([1e73a2e](https://github.com/themesberg/flowbite-angular//commit/1e73a2ed044cb604965377ba5d7d4f866306ca5d))
* buttonPillClasses are now always injected ([1ca9cdc](https://github.com/themesberg/flowbite-angular//commit/1ca9cdc09ce6f258d69689861e9fcc42115b0b95))
* Fixed gradient outline variants size issue ([c616c03](https://github.com/themesberg/flowbite-angular//commit/c616c037a1cda11b06adfcfcd9c3f0209ffeb9d7))

### Features

* add Alert component ([e9d792b](https://github.com/themesberg/flowbite-angular//commit/e9d792b4f4785052108e6ad6e3467c58d3a1d978))
* add Badge component ([b327538](https://github.com/themesberg/flowbite-angular//commit/b3275389d40c62003afff8dc9818b16664d4a618))
* Add disable property to button component ([00e42c0](https://github.com/themesberg/flowbite-angular//commit/00e42c05ff81f83e7ad61fb6a9a70aebf504f1ba))
* Add DuoTone gradient outline span tweak ([b2840c9](https://github.com/themesberg/flowbite-angular//commit/b2840c947e340a020eb4136f5d0342ebc3d6e099))
* Add gradientDuoTone property to button component ([0138ce4](https://github.com/themesberg/flowbite-angular//commit/0138ce408ec101e5da6ba4305d2e1107c0b07a78))
* Add gradientMonochrome property to button component ([60cd7ea](https://github.com/themesberg/flowbite-angular//commit/60cd7ea619c605271093436f2367510e318cf6d2))
* Add outline classes to buttonColorClasses ([ef4652c](https://github.com/themesberg/flowbite-angular//commit/ef4652c9f8111bc9ddf3d7416a120fc525cf8c5c))
* Add remain outline variants to buttonDuoToneColorClasses ([492f43f](https://github.com/themesberg/flowbite-angular//commit/492f43f3a546a94fa1cbb0b1008cafd99ec90458))
* adds modal component ([#10](https://github.com/themesberg/flowbite-angular//issues/10)) ([3fa31a3](https://github.com/themesberg/flowbite-angular//commit/3fa31a3808100825c7952b9126190fe487cd71c0))
* **BadgeComponent:** Added customStyle parameter ([89bb9aa](https://github.com/themesberg/flowbite-angular//commit/89bb9aa3189442cd8e826084a35f03069201928c))
* Created Breadcrumb main component ([45bc743](https://github.com/themesberg/flowbite-angular//commit/45bc74324ce8f157df5dc710451502d4875f626b))
* Created BreadcrumbItem Component ([0df0839](https://github.com/themesberg/flowbite-angular//commit/0df083920b320d07cc8da4ee0d89a3e1c0711772))
* **docs:** adding server_side_generation ([#31](https://github.com/themesberg/flowbite-angular//issues/31)) ([c4ebb24](https://github.com/themesberg/flowbite-angular//commit/c4ebb24e18aca55f187c107ea16c165a4924d01f))
* Started creating Button component ([92cf87f](https://github.com/themesberg/flowbite-angular//commit/92cf87f52435cfd69f961eba635ab4c4b982949e))
MGREMY and others added 20 commits October 31, 2024 14:20
…ation pages (#72)



<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->

## Summary by CodeRabbit

- **New Features**
	- Enhanced documentation across various components for better clarity.
- Added properties and methods for improved functionality in components
like `Accordion`, `Alert`, `Badge`, `Dropdown`, `Modal`, and `Navbar`.
- Introduced theming capabilities with new interfaces and constants for
components such as `ScrollTop`, `Navbar`, and `Indicator`.

- **Bug Fixes**
- Improved error handling in components to ensure graceful failures when
dependencies are missing.

- **Documentation**
- Comprehensive updates to comments and documentation for better
developer guidance.

- **Refactor**
- Simplified property declarations and improved structure for several
components.

- **Style**
- Enhanced styling options through new properties like `customStyle` and
`themeService` across multiple components.

<!-- end of auto-generated comment: release notes by coderabbit.ai -->
# [1.0.0-alpha.6](https://github.com/themesberg/flowbite-angular/compare/[email protected]@v1.0.0-alpha.6) (2024-10-31)

### Bug Fixes

* ci install ([7bc93ee](7bc93ee))
* tailwind config file and import codeblock in quickstart ([781069c](781069c))
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>

<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->

## Summary by CodeRabbit

- **New Features**
- Introduced documentation on inheriting components in Angular
applications, including examples for creating custom components.
- Added a new page to document the customization of component styles by
extending existing components.

- **Documentation**
- Created a new markdown file detailing the process of inheriting
components and customization options.

<!-- end of auto-generated comment: release notes by coderabbit.ai -->
Copy link

vercel bot commented Nov 4, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
flowbite-angular ✅ Ready (Inspect) Visit Preview 💬 Add feedback Nov 4, 2024 2:25pm

Copy link
Contributor

coderabbitai bot commented Nov 4, 2024

Important

Review skipped

Auto reviews are disabled on base/target branches other than the default branch.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?

❤️ Share
🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Generate unit testing code for this file.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai generate unit testing code for this file.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read src/utils.ts and generate unit testing code.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (Invoked using PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

@MGREMY
Copy link
Collaborator Author

MGREMY commented Nov 4, 2024

@coderabbitai review

Copy link
Contributor

coderabbitai bot commented Nov 4, 2024

✅ Actions performed

Review triggered.

Note: CodeRabbit is an incremental review system and does not re-review already reviewed commits. This command is applicable only when automatic reviews are paused.

@MGREMY MGREMY merged commit e105a81 into beta Nov 4, 2024
6 checks passed
@MGREMY
Copy link
Collaborator Author

MGREMY commented Nov 4, 2024

🎉 This PR is included in version 1.0.0-beta.1 🎉

The release is available on:

Your semantic-release bot 📦🚀

@MGREMY
Copy link
Collaborator Author

MGREMY commented Nov 11, 2024

🎉 This PR is included in version 1.0.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

@MGREMY MGREMY deleted the alpha branch July 4, 2025 15:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants