+
Skip to content

Tags: eduhub-org/eduhub

Tags

v1.3.0

Toggle v1.3.0's commit message
chore(release): 1.3.0 [skip ci]

# [1.3.0](v1.2.1...v1.3.0) (2025-09-23)

### Bug Fixes

* **frontend:** add missing itemId prop to LinkDialog InputField ([5d61149](5d61149))
* **frontend:** use correct Button component props in LinkDialog ([9b2c431](9b2c431))

### Features

* **frontend:** add link support to email editor ([84f65a7](84f65a7))

v1.2.1

Toggle v1.2.1's commit message
chore(release): 1.2.1 [skip ci]

## [1.2.1](v1.2.0...v1.2.1) (2025-09-18)

### Bug Fixes

* resolve enrollment email functionality issues ([7aedd60](7aedd60))

v1.2.0

Toggle v1.2.0's commit message
chore(release): 1.2.0 [skip ci]

# [1.2.0](v1.1.1...v1.2.0) (2025-08-16)

### Bug Fixes

* **TimePicker:** update date value on currentValue change ([05c3439](05c3439))

### Features

* **OptimisticDatePicker:** add highlighting of holidays and weekends ([c7ce255](c7ce255))

v1.1.1

Toggle v1.1.1's commit message
chore(release): 1.1.1 [skip ci]

## [1.1.1](v1.1.0...v1.1.1) (2025-08-15)

### Bug Fixes

* **ManageCoursesContent:** correct course title during duplication ([a2e14fd](a2e14fd))
* **ManageCoursesContent:** fixes missing re-rendering of checkboxes ([4c0f03c](4c0f03c))
* **ManageCoursesContent:** improves/corrects course copying functionality ([255e525](255e525))
* **SessionRow:** implement optimistic UI updates for session date changes ([f01c304](f01c304))

v1.1.0-dev.5

Toggle v1.1.0-dev.5's commit message
chore(release): 1.1.0-dev.5 [skip ci]

# [1.1.0-dev.5](v1.1.0-dev.4...v1.1.0-dev.5) (2025-08-15)

### Bug Fixes

* **ManageCoursesContent:** correct course title during duplication ([a2e14fd](a2e14fd))
* **ManageCoursesContent:** fixes missing re-rendering of checkboxes ([4c0f03c](4c0f03c))
* **ManageCoursesContent:** improves/corrects course copying functionality ([255e525](255e525))

v1.1.0

Toggle v1.1.0's commit message
chore(release): 1.1.0 [skip ci]

# [1.1.0](v1.0.0...v1.1.0) (2025-08-14)

### Bug Fixes

* **apiProxy:** Fixes and improves schema API schema documentations ([1394f78](1394f78))
* **ci:** correct indentation in release workflow configuration ([668c099](668c099))
* **ci:** fixes .releaserc.json configuration and enhance release workflow timeout ([000865e](000865e))
* **ci:** increase timeout for semantic-release in release workflow ([5814918](5814918))
* **ci:** prevent infinite release workflow runs ([ebc083c](ebc083c))
* **ci:** resolve GitHub API content-length header issue ([ab5cbfa](ab5cbfa))
* **ci:** sync workspace root package.json version in releases ([2886994](2886994))
* **ci:** update German and English translations for slider group titles on landing page ([8da8ef9](8da8ef9))
* **ci:** update release workflow to use SEMANTIC_RELEASE_TOKEN ([0d7e34a](0d7e34a))
* **ci:** update yarn.lock for semantic-release dependencies ([2e4dfbc](2e4dfbc))
* **docs:** remove duplicate content in semantic-release rule ([2adefb7](2adefb7))
* **frontend:** update course group translation key ([364c534](364c534))
* **ManageOrganizationsContent:** remove unused translation namespace from ImageUploader component ([4a5d6f4](4a5d6f4))
* **ManageOrganizationsContent:** Update query structure to fix filtering ([25ca6d5](25ca6d5))
* resolve GraphQL variable errors and improve UI across course and email management ([62811c5](62811c5))
* resolve linting errors in email templates component ([017edcd](017edcd))
* Resolve Swiper runtime error and enhance Docker development docs ([380c266](380c266))
* **TableGrid:** enhance layout and fix query structure ([82cf277](82cf277))
* update German translations for organization deletion confirmations ([b6138c0](b6138c0))
* Update localization for course registration options ([dcbc353](dcbc353))
* use issueOrPullRequest union to handle both issues and PRs in workflow ([ad7b2e9](ad7b2e9))

### Features

* add comprehensive frontend development and TypeScript standards documentation ([833a495](833a495))
* add GraphQL mutations and queries for zipCode and country ([322c19d](322c19d))
* Add zip_code and country fields to user profile with enhanced UX ([6c8973c](6c8973c))
* add zipCode and country fields to user profile UI ([13b066e](13b066e))
* add zipCode and country fields to User table ([85d5d81](85d5d81))
* add zipCode and country fields to various user-related GraphQL queries and fragments ([ee435b6](ee435b6))
* automate issue closure when moved to Done column ([676028d](676028d))
* centralize email template variables for consistency and maintainability ([6383b7a](6383b7a))
* **ci:** implement automated semantic release workflow ([ff7ecf3](ff7ecf3))
* Cleans dialog and translation file locations  and adds notification ([ad3e400](ad3e400))
* Enhance course management notifications with localization ([c320d76](c320d76))
* implement comprehensive email template management system ([ca59eb8](ca59eb8)), closes [#1334](#1334)
* implement fully automated email system with event triggers ([d3fe010](d3fe010))
* Improve organization input and merge flow ([7bcc28e](7bcc28e))
* improve organization merge flow with detailed preview ([c3ab445](c3ab445))
* Integrate internationalization into TileSlider component ([26948ca](26948ca))
* integrate Tiptap editor with character count and placeholder support in EmailEditor component ([dbaa0d7](dbaa0d7))
* Major course management interface improvements ([a9973e7](a9973e7))
* Refactor course management components and enhance error handling ([dd5d51d](dd5d51d))

v1.1.0-rc.2

Toggle v1.1.0-rc.2's commit message
chore(release): 1.1.0-rc.2 [skip ci]

# [1.1.0-rc.2](v1.1.0-rc.1...v1.1.0-rc.2) (2025-08-14)

### Bug Fixes

* **apiProxy:** Fixes and improves schema API schema documentations ([1394f78](1394f78))
* **ci:** fixes .releaserc.json configuration and enhance release workflow timeout ([000865e](000865e))
* **ci:** update German and English translations for slider group titles on landing page ([8da8ef9](8da8ef9))
* **ci:** update release workflow to use SEMANTIC_RELEASE_TOKEN ([0d7e34a](0d7e34a))
* **frontend:** update course group translation key ([364c534](364c534))
* **ManageOrganizationsContent:** remove unused translation namespace from ImageUploader component ([4a5d6f4](4a5d6f4))
* **ManageOrganizationsContent:** Update query structure to fix filtering ([25ca6d5](25ca6d5))
* **TableGrid:** enhance layout and fix query structure ([82cf277](82cf277))

v1.1.0-dev.4

Toggle v1.1.0-dev.4's commit message
chore(release): 1.1.0-dev.4 [skip ci]

# [1.1.0-dev.4](v1.1.0-dev.3...v1.1.0-dev.4) (2025-08-14)

### Bug Fixes

* **ci:** fixes .releaserc.json configuration and enhance release workflow timeout ([000865e](000865e))
* **ci:** update release workflow to use SEMANTIC_RELEASE_TOKEN ([0d7e34a](0d7e34a))
* **TableGrid:** enhance layout and fix query structure ([82cf277](82cf277))

v1.1.0-dev.3

Toggle v1.1.0-dev.3's commit message
fix(ManageOrganizationsContent): Update query structure to fix filtering

- Encapsulated the filter conditions within a dedicated 'filter' object in the GraphQL query for better organization and clarity.
- Enhanced readability of the code by restructuring the query parameters.

v1.1.0-dev.2

Toggle v1.1.0-dev.2's commit message
Merge branch 'develop' of github.com:eduhub-org/eduhub into develop

点击 这是indexloc提供的php浏览器服务,不要输入任何密码和下载