Skip to content

pullrequests Search Results · topic:qti org:Citolab language:JavaScript language:JavaScript language:HTML language:JavaScript

Filter by

117 results  (246 ms)

117 results

inCitolab (press backspace or delete to remove)
The topic qualifier is not supported when searching pull requests. Try searching for repositories instead?

:robot: I have created a release beep boop 7.9.0 (2025-09-18) Features - restructure CI workflows for improved release and deployment processes (5e69844) Bug Fixes - add id-token permission for ...
autorelease: tagged

:robot: I have created a release beep boop 7.8.1 (2025-09-18) Bug Fixes - replace npm ci with npm install in CI workflows for consistency (1669c96) This PR was generated with Release Please. See ...
autorelease: tagged

:robot: I have created a release beep boop 7.8.0 (2025-09-18) Features - dispatch custom event when stamp context is updated (#40) (d3d92c0) Bug Fixes - [#35] drag interaction state styles (#37) ...
autorelease: tagged

This is a patch solution to the missing interaction styles in item-interaction and associate-interaction. This works for now but is not ideal, given there is duplicated css and !important rules. A more ...

:robot: I have created a release beep boop 7.7.0 (2025-09-17) Features - add workflows for publishing and deploying Storybook on release (8c6d92e) Bug Fixes - add caching for Playwright browsers ...
autorelease: tagged

:robot: I have created a release beep boop 7.6.1 (2025-09-16) Bug Fixes - add caching for Playwright browsers to improve build efficiency (834df59) - add GitHub token to release step and increase ...

- css fixed to position the hotspot correctly - storybook story to be able to see the hotspots positioned on the circles drawn on the image - husky commit message check after precommit

Reset drag state for draggable and dragClone, preventing options from sticking to the mouse pointer after click. Also store the bound handlers and clear those, rather than clearing unrelated method references ...

This PR implements a unified import system that allows users to import all QTI components, utilities, and types through a single import statement, significantly simplifying the developer experience. Problem ...