Socket
Socket
Sign inDemoInstall

@primer/view-components

Package Overview
Dependencies
Maintainers
0
Versions
5362
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@primer/view-components - npm Package Versions

1
536

0.0.70

Diff

Changelog

Source

0.0.70

New

  • Add Tooltip support to Button.

    Hector Garcia

  • Add Tooltip support to Link.

    Hector Garcia

Updates

  • Bumps @primer/css to 19.7.1 Kate Higa

  • Bumps auto-complete package to 3.1.0

  • Updates AutoComplete API with optional clear button, restricted icon, and other argument restrictions

    Lindsey Wild, Kate Higa, Owen Niblock

  • Check for the gh CLI tool in release scripts.

    Cameron Dutro

Bug Fixes

  • Ensure tooltip arrow position and tooltip width is correct.

    Kate Higa

  • Fix .eslintrc.json .ts files override.

    Hector Garcia

camertron
published 0.0.69 •

Changelog

Source

0.0.69

New

  • Add ability to attach custom CSS classes to items added to Truncate components.

    Cameron Dutro

  • Add Primer::Alpha::Tooltip component

    Kate Higa, Kristján Oddsson

Breaking Changes

  • Module for script/update-statuses-project.rb changed to GitHub

    Josh Soref

Misc

  • Spelling fixes

    Josh Soref

  • Bump view_component in Gemfile.lock files

    Cameron Dutro

  • Remove markdown file mistakenly checked in.

    Kate Higa

  • Upgrade octicons to >= 17.0.0

    Jon Rohan

Bug Fixes

  • Fix missing @primer/components dependency.

    Hector Garcia

manuelpuyol
published 0.0.68 •

Changelog

Source

0.0.68

Updates

  • Add accessible labels to Search AutoComplete when provided with an icon.

    Andri Alexandrou

  • Restricts children for AutoComplete API to prevent accessibility violations and misuse

    Lindsey Wild

  • Migrate from Heroku to Azure for the Rails storybook server.

  • Build storybook static assets into Docker image.

    Cameron Dutro

  • Remove CSS utilities from Blankslate

    Hector Garcia

  • Improve last example on the PopoverComponent docs

    Hector Garcia

Bug Fixes

  • Fix live reloading during local docs development.

    Cameron Dutro

  • Fix sequence of content in Subhead.

    Hector Garcia

Deprecations

  • Deprecate Tooltip component.

    Kate Higa

Misc

  • Updates README with missing alt attribute on image

    Kate Higa

  • Updates contributing docs

    Lindsey Wild

  • Fix link in system arguments docs

    Lukas Spieß

jonrohan
published 0.0.67 •

Changelog

Source

0.0.67

  • Updating octicons to > 16

    Jon Rohan

manuelpuyol
published 0.0.66 •

Changelog

Source

0.0.66

  • Revert optimization changes to utilities.

    Josh Klina

manuelpuyol
published 0.0.64 •

Changelog

Source

0.0.64

New

  • Add raise_on_invalid_aria config option to silence aria-label errors.

    Manuel Puyol

Bug Fixes

  • Add missing border: 0, font_size: 0 and responsive flex system arguments.

    Manuel Puyol

manuelpuyol
published 0.0.63 •

Changelog

Source

0.0.63

Breaking Changes

  • Rename caret argument to dropdown in ButtonComponent.

    Manuel Puyol

  • Remove :large variant from ButtonComponent.

    Manuel Puyol

  • Update Spinner to add system arguments to outermost element

    Charlotte Dann

Deprecations

  • Deprecate icon and counter slots in ButtonComponent in favor of leading_visual and trailing_visual.

    Manuel Puyol

Bug Fixes

  • Fix PopoverComponent, allowing to reset left and right positioning.

    Manuel Puyol

manuelpuyol
published 0.0.62 •

Changelog

Source

0.0.62

New

  • Add linter for tracking deprecated LayoutComponent callsites

    Josh Klina

  • Add functional Label schemes: accent, attention, severe, done and sponsors.

    Manuel Puyol, Simon Luthi

  • Add linter to migrate from deprecated Label schemes to the new ones.

    Manuel Puyol

Updates

  • Update Button to add 8px spacing between icon, text and counter.

    Manuel Puyol

  • Update BlankslateApiMigration linter to support interpolations.

    Manuel Puyol

  • Change spacing in Blankslate:

    • Between description and primary_action to 32px.

    • Between primary_action and secondary_action to 16px.

      Manuel Puyol

  • Improve performance of Classify#call.

    Cameron Dutro

Breaking Changes

  • Add a warning to users if they try to use tag: parameters on a component where the tag is fixed.

    Owen Niblock

  • Updating to @primer/css@19.0.0 and @primer/primitives@7.1.0. Which removes support for deprecated system color arguments.

    Jon Rohan

  • Prevent aria-label to be used with :div, :span, :p tags without an explicit role.

    Manuel Puyol

Deprecations

  • Deprecate Label schemes info and warning in favor of accent and attention.

    Manuel Puyol, Simon Luthi

manuelpuyol
published 0.0.61 •

Changelog

Source

0.0.61

New

  • Adding new Alpha component: Layout with main and sidebar slots

    Cameron Dutro

  • Add a two-column layout linter.

    Cameron Dutro

  • Add the HellipButton component

    Amélia Chavot, Owen Niblock

Updates

  • Bump Storybook version to include Skip to Content links for keyboard auditors.

    Katie Foster @inkblotty

  • Update the HiddenTextExpander component to use the HellipButton.

    Amélia Chavot, Owen Niblock

Misc

  • Fix components not rendering in Storybook because of kebab case arguments.

    Amélia Chavot, Manuel Puyol, Owen Niblock

  • Fix a typo on a command on the contribution page.

    Amélia Chavot, Owen Niblock

Bug Fixes

  • Fix issue where tags were not self-closing when they are void elements.

    Owen Niblock

Deprecations

  • Deprecate Primer::BlankslateComponent in favor of Primer::Beta::Blankslate.

    Manuel Puyol

Breaking Changes

  • Require an aria-label to be provided for the HiddenTextExpander component.

    Amélia Chavot, Owen Niblock

  • Rename force_system_arguments to raise_on_invalid_options to better reflect its functionality

    Owen Niblock

  • Renamed Blankslate title slot to heading.

    Manuel Puyol

  • Removed Blankslate large variant.

    Manuel Puyol

  • Renamed Blankslate graphic slot to visual.

    Manuel Puyol

manuelpuyol
published 0.0.60 •

Changelog

Source

0.0.60

Updates

  • Adding new Alpha component: BorderBox Header with optional title slot

    Katie Foster @inkblotty

  • Add note about Breadcrumbs not being responsive.

    Joel Hawksley

  • Handling arguments that aren't system arguments or string arguments in primer_octicon.

    Jon Rohan, Manuel Puyol

  • Improvements to the Procfile so script/dev works as expected.

    Cameron Dutro

  • Migrating grid classes to utilities.yml process

    Jon Rohan

  • Adding new system color arguments, and deprecating old arguments.

    Jon Rohan

  • Make Spinner more accessible by adding sr-only loading text.

    Manuel Puyol

  • Make class name validation configurable instead of relying on the Rails env.

    Cameron Dutro

Bug Fixes

  • Removes unwanted bottom border from active tab of Alpha::TabNav.

    Ned Schwartz

Breaking changes

  • Add size restriction to Avatar.

    Kate Higa

  • Remove square attribute from Avatar in favor of shape. This change also affects TimelineItem avatar slot.

    Manuel Puyol

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc