Copilot
Copilot
## Overview This PR adds a comprehensive dependency analysis and update plan for the Blip Design System project, created using Context7 API and npm outdated analysis. The document provides actionable...
## Problem When using the `BdsInputChips` component with the `blurCreation` property, the events (`bdsBlur`, `bdsSubmit`) were being emitted with outdated values. The chip creation happened after the events were fired,...
## 🎯 Descrição Implementa a funcionalidade de edição inline do label da página atual no componente `bds-breadcrumb` usando o componente `bds-input-editable`, conforme especificado no design do Figma.  ##...
## Problem The pagination component was not properly displaying responsive behavior between 600px and 905px screen widths. The "Items per page" section was expected to be hidden in this range...
## Problem When using the `bds-grid` component with the `gap` attribute, child grid elements lose alignment with the container's outer edges. This causes cards to visually shift inward and break...
## Problem The upload component was experiencing flickering when users dragged files over it. This occurred because the component text changes between two different messages: - **Normal state**: "Arraste e...
## Overview Enhanced the `bds-input-phone-number` component to provide better country selection capabilities and search functionality, addressing user requests for easier flag changing and country code searching. ## ✨ New Features...
Identified and fixed multiple XSS bypass vectors in `sanitizeHTML()` and `sanitizeSVG()` functions. Added comprehensive security test coverage. ## Vulnerabilities Fixed **Case-insensitive XSS bypass** - Sanitization regex was case-sensitive, allowing ``,...
Comprehensive bug investigation uncovered 11 issues ranging from critical security vulnerabilities to code quality problems. ## Critical Security Fixes **Incomplete HTML/SVG sanitization** - Missing patterns allowed XSS: ```javascript // Previously...
This PR implements support for the latest Azure Cosmos DB modeling features, adding a new database version (V5) that showcases advanced capabilities for modern NoSQL applications. ## New Features Added...