Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: themesberg/flowbite-angular
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: [email protected]
Choose a base ref
...
head repository: themesberg/flowbite-angular
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: [email protected]
Choose a head ref
  • 17 commits
  • 40 files changed
  • 2 contributors

Commits on Dec 19, 2024

  1. feat(badge): add bordered badge

    MGREMY committed Dec 19, 2024

    Verified

    This commit was signed with the committer’s verified signature.
    MGREMY GREMY Miguel
    Copy the full SHA
    c4cf8b7 View commit details
  2. docs(badge): fix type in class

    MGREMY committed Dec 19, 2024

    Verified

    This commit was signed with the committer’s verified signature.
    MGREMY GREMY Miguel
    Copy the full SHA
    adfebeb View commit details
  3. feat(badge): add bordered badge (#100)

    ## PR Checklist
    
    Please check if your PR fulfills the following requirements:
    
    <!--- [ ] Tests for the changes have been added (for bug
    fixes/features)-->
    
    - [x] Docs have been added/updated (for bug fixes/features)
    
    ## PR Type
    
    What kind of change does this PR introduce?
    
    <!-- Please check the one that applies to this PR using "x". -->
    
    - [ ] Bugfix
    - [x] Feature
    - [ ] Code style update (formatting, local variables)
    - [ ] Refactoring (no functional changes, no API changes)
    - [ ] Build related changes
    - [ ] CI-related changes
    - [ ] Documentation content changes
    - [ ] Other... Please describe:
    
    ## Issue Number
    
    <!-- Bugs and features must be linked to an issue. -->
    
    Issue Number: #90 
    
    ## Does this PR introduce a breaking change?
    
    <!-- If this PR contains a breaking change, please describe the impact
    and migration path for existing applications below. -->
    
    - [ ] Yes
    - [x] No
    
    ## Other information
    
    <!-- This is an auto-generated comment: release notes by coderabbit.ai
    -->
    ## Summary by CodeRabbit
    
    - **New Features**
    - Introduced bordered badges with multiple color options: primary, blue,
    red, green, yellow, indigo, purple, and pink.
    - Added a new section in documentation for bordered badges with
    demonstration.
    
    - **Documentation**
    - Updated documentation to include details about the new bordered badge
    component.
    <!-- end of auto-generated comment: release notes by coderabbit.ai -->
    MGREMY authored Dec 19, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    8a07b30 View commit details
  4. feat(badge): add dismissable badge

    MGREMY committed Dec 19, 2024

    Verified

    This commit was signed with the committer’s verified signature.
    MGREMY GREMY Miguel
    Copy the full SHA
    3ba45e7 View commit details
  5. docs(badge): missing dismissable example

    MGREMY committed Dec 19, 2024

    Verified

    This commit was signed with the committer’s verified signature.
    MGREMY GREMY Miguel
    Copy the full SHA
    6941e5b View commit details
  6. feat(badge): add dismissable badge (#101)

    ## PR Checklist
    
    Please check if your PR fulfills the following requirements:
    
    <!--- [ ] Tests for the changes have been added (for bug
    fixes/features)-->
    
    - [x] Docs have been added/updated (for bug fixes/features)
    
    ## PR Type
    
    What kind of change does this PR introduce?
    
    <!-- Please check the one that applies to this PR using "x". -->
    
    - [ ] Bugfix
    - [x] Feature
    - [ ] Code style update (formatting, local variables)
    - [ ] Refactoring (no functional changes, no API changes)
    - [ ] Build related changes
    - [ ] CI-related changes
    - [ ] Documentation content changes
    - [ ] Other... Please describe:
    
    ## Issue Number
    
    <!-- Bugs and features must be linked to an issue. -->
    
    Issue Number: #89 
    
    ## Does this PR introduce a breaking change?
    
    <!-- If this PR contains a breaking change, please describe the impact
    and migration path for existing applications below. -->
    
    - [ ] Yes
    - [x] No
    
    ## Other information
    
    <!-- This is an auto-generated comment: release notes by coderabbit.ai
    -->
    ## Summary by CodeRabbit
    
    ## Summary by CodeRabbit
    
    - **New Features**
    - Introduced dismissible badges with customizable colors and dismissal
    behavior.
    	- Added a new Angular component for dismissible badges.
    
    - **Documentation**
    - Updated documentation to include a section for the dismissible badge
    component with examples.
    
    <!-- end of auto-generated comment: release notes by coderabbit.ai -->
    MGREMY authored Dec 19, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    da6c209 View commit details
  7. ci(release): only allow release on release branch

    MGREMY committed Dec 19, 2024

    Verified

    This commit was signed with the committer’s verified signature.
    MGREMY GREMY Miguel
    Copy the full SHA
    0a9778c View commit details
  8. ci(release): change semantic release branch

    MGREMY committed Dec 19, 2024

    Verified

    This commit was signed with the committer’s verified signature.
    MGREMY GREMY Miguel
    Copy the full SHA
    fbc8be9 View commit details
  9. ci(release): change semantic release branch (#102)

    ## PR Checklist
    
    Please check if your PR fulfills the following requirements:
    
    <!--- [ ] Tests for the changes have been added (for bug
    fixes/features)-->
    
    - [ ] Docs have been added/updated (for bug fixes/features)
    
    ## PR Type
    
    What kind of change does this PR introduce?
    
    <!-- Please check the one that applies to this PR using "x". -->
    
    - [ ] Bugfix
    - [ ] Feature
    - [ ] Code style update (formatting, local variables)
    - [ ] Refactoring (no functional changes, no API changes)
    - [x] Build related changes
    - [x] CI-related changes
    - [ ] Documentation content changes
    - [ ] Other... Please describe:
    
    ## Issue Number
    
    <!-- Bugs and features must be linked to an issue. -->
    
    Issue Number: N/A
    
    ## Does this PR introduce a breaking change?
    
    <!-- If this PR contains a breaking change, please describe the impact
    and migration path for existing applications below. -->
    
    - [ ] Yes
    - [x] No
    
    ## Other information
    
    Switch from main branch to release branch for deploy and production
    documentation
    
    @coderabbitai summary
    MGREMY authored Dec 19, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    2b0161f View commit details
  10. fix: add standalone property on components

    MGREMY committed Dec 19, 2024

    Verified

    This commit was signed with the committer’s verified signature.
    MGREMY GREMY Miguel
    Copy the full SHA
    cae1779 View commit details
  11. fix: add standalone property on components (#103)

    ## PR Checklist
    
    Please check if your PR fulfills the following requirements:
    
    <!--- [ ] Tests for the changes have been added (for bug
    fixes/features)-->
    
    - [ ] Docs have been added/updated (for bug fixes/features)
    
    ## PR Type
    
    What kind of change does this PR introduce?
    
    <!-- Please check the one that applies to this PR using "x". -->
    
    - [x] Bugfix
    - [ ] Feature
    - [ ] Code style update (formatting, local variables)
    - [ ] Refactoring (no functional changes, no API changes)
    - [ ] Build related changes
    - [ ] CI-related changes
    - [ ] Documentation content changes
    - [ ] Other... Please describe:
    
    ## Issue Number
    
    <!-- Bugs and features must be linked to an issue. -->
    
    Issue Number: N/A
    
    ## Does this PR introduce a breaking change?
    
    <!-- If this PR contains a breaking change, please describe the impact
    and migration path for existing applications below. -->
    
    - [ ] Yes
    - [x] No
    
    ## Other information
    
    @coderabbitai summary
    MGREMY authored Dec 19, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    ce4def4 View commit details
  12. chore: update PR template

    MGREMY committed Dec 19, 2024

    Verified

    This commit was signed with the committer’s verified signature.
    MGREMY GREMY Miguel
    Copy the full SHA
    c5cd648 View commit details
  13. chore: check release option in PR template

    MGREMY committed Dec 19, 2024

    Verified

    This commit was signed with the committer’s verified signature.
    MGREMY GREMY Miguel
    Copy the full SHA
    802f1e5 View commit details
  14. chore: update workflow and PR template

    MGREMY committed Dec 19, 2024

    Verified

    This commit was signed with the committer’s verified signature.
    MGREMY GREMY Miguel
    Copy the full SHA
    b2db98a View commit details
  15. chore: add main branch in release configuration (dryRun only)

    MGREMY committed Dec 19, 2024

    Verified

    This commit was signed with the committer’s verified signature.
    MGREMY GREMY Miguel
    Copy the full SHA
    323913f View commit details
  16. chore: prepare 1.3.0 (#104)

    ## PR Type
    
    What kind of change does this PR introduce?
    
    <!-- Please check the one that applies to this PR using "x". -->
    
    - [x] Release
    
    <!--
      Please set this as a title and change the version number
    
    If you don't know the version number, run on the main branch the release
    GitHub workflow with dryRun enabled
    
      chore: prepare x.y.z
    -->
    MGREMY authored Dec 19, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    37246bb View commit details
  17. chore(flowbite-angular): 1.3.0 [skip ci]

    # [1.3.0](https://github.com/themesberg/flowbite-angular/compare/[email protected]@v1.3.0) (2024-12-19)
    
    ### Bug Fixes
    
    * add standalone property on components ([cae1779](cae1779))
    
    ### Features
    
    * **badge:** add bordered badge ([c4cf8b7](c4cf8b7))
    * **badge:** add dismissable badge ([3ba45e7](3ba45e7))
    semantic-release-bot committed Dec 19, 2024
    Copy the full SHA
    dca933a View commit details
Loading