Skip to content

feat: separator polishing #811

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

Open
wants to merge 8 commits into
base: main
Choose a base branch
from

Conversation

marcjulian
Copy link
Collaborator

@marcjulian marcjulian commented Aug 7, 2025

PR Checklist

Please check if your PR fulfills the following requirements:

PR Type

What kind of change does this PR introduce?

  • 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:

Which package are you modifying?

Primitives

  • accordion
  • alert
  • alert-dialog
  • aspect-ratio
  • avatar
  • badge
  • breadcrumb
  • button
  • calendar
  • card
  • carousel
  • checkbox
  • collapsible
  • combobox
  • command
  • context-menu
  • data-table
  • date-picker
  • dialog
  • dropdown-menu
  • form-field
  • hover-card
  • icon
  • input
  • input-otp
  • label
  • menubar
  • navigation-menu
  • pagination
  • popover
  • progress
  • radio-group
  • scroll-area
  • select
  • separator
  • sheet
  • skeleton
  • slider
  • sonner
  • spinner
  • switch
  • table
  • tabs
  • textarea
  • toggle
  • toggle-group
  • tooltip
  • typography

Others

  • trpc
  • nx
  • repo
  • cli

What is the current behavior?

<brn-separator hlmSeparator />

What is the new behavior?

Simplify separator by turning brn-separator into a directive and using it as host directive for hlm-separator. Remove duplicate orientation inputs.

<hlm-separator />

Added migration and health check for brn-separator to hlm-separator.

Does this PR introduce a breaking change?

  • Yes
  • No

Template is different compared to before.

Other information

@marcjulian marcjulian changed the title feat/separator polishing feat: separator polishing Aug 7, 2025
Copy link
Collaborator

@ashley-hunter ashley-hunter left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you! Great work, and the migrations seem to work really well!

@marcjulian marcjulian force-pushed the feat/separator-polishing branch from 2a47cab to 39e5f45 Compare August 13, 2025 07:44
@goetzrobin
Copy link
Collaborator

@marcjulian this also just needs an update to the snapshot and some conflict resolutions! but loks great!

…o directive

* use brn-separator as host directive for hlm-separator
* inline orientation type for api docs
# Conflicts:
#	apps/app/src/app/pages/(components)/components/(separator)/separator.generated.ts
# Conflicts:
#	libs/cli/generators.json
#	libs/cli/src/generators/healthcheck/generator.ts
@marcjulian marcjulian force-pushed the feat/separator-polishing branch from 39e5f45 to ca63826 Compare August 20, 2025 06:27
@marcjulian
Copy link
Collaborator Author

@goetzrobin conflicts are resolved and updated the snapshot too!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants