Skip to content

Conversation

@gungunj
Copy link
Contributor

@gungunj gungunj commented Jan 4, 2026

📋 变更概览

  • 提交数量: 7 个
  • 涉及组件: 1 个
  • 变更类型: feat, chore

📦 变更的组件

cw_cut_printview@v1.1.6

  • 路径: workspaces/ts-vue2/packages/cw/cw_cut_printview
  • 相关提交:
    • d7ac5f9f 自动分页时增加显示表头
    • 📝 79009e02 bump version to 1.1.6 and enhance pagination print features
    • 📝 9f90c4ef bump version to 1.1.2 and enhance pagination print functionality
    • 📝 3b228436 update version and modify pagination print component properties
    • 71c512d9 initialize cw_cut_printview package with essential configurations and components
  • 变更文件 (99 个):
    • workspaces/ts-vue2/packages/cw/cw_cut_printview/.editorconfig
    • workspaces/ts-vue2/packages/cw/cw_cut_printview/.editorconfig
    • workspaces/ts-vue2/packages/cw/cw_cut_printview/.editorconfig
    • workspaces/ts-vue2/packages/cw/cw_cut_printview/.gitignore
    • workspaces/ts-vue2/packages/cw/cw_cut_printview/.gitignore
    • workspaces/ts-vue2/packages/cw/cw_cut_printview/.gitignore
    • workspaces/ts-vue2/packages/cw/cw_cut_printview/.prettierignore
    • workspaces/ts-vue2/packages/cw/cw_cut_printview/.prettierignore
    • workspaces/ts-vue2/packages/cw/cw_cut_printview/.prettierignore
    • workspaces/ts-vue2/packages/cw/cw_cut_printview/.prettierrc
    • ... 还有 89 个文件

📝 提交记录


📋 变更概览

  • 提交数量: 8 个
  • 涉及组件: 1 个
  • 变更类型: feat, chore

📦 变更的组件

cw_cut_printview@v1.1.6

  • 路径: workspaces/ts-vue2/packages/cw/cw_cut_printview
  • 相关提交:
    • d7ac5f9f 自动分页时增加显示表头
    • 📝 79009e02 bump version to 1.1.6 and enhance pagination print features
    • 📝 9f90c4ef bump version to 1.1.2 and enhance pagination print functionality
    • 📝 3b228436 update version and modify pagination print component properties
    • 71c512d9 initialize cw_cut_printview package with essential configurations and components
  • 变更文件 (99 个):
    • workspaces/ts-vue2/packages/cw/cw_cut_printview/.editorconfig
    • workspaces/ts-vue2/packages/cw/cw_cut_printview/.editorconfig
    • workspaces/ts-vue2/packages/cw/cw_cut_printview/.editorconfig
    • workspaces/ts-vue2/packages/cw/cw_cut_printview/.gitignore
    • workspaces/ts-vue2/packages/cw/cw_cut_printview/.gitignore
    • workspaces/ts-vue2/packages/cw/cw_cut_printview/.gitignore
    • workspaces/ts-vue2/packages/cw/cw_cut_printview/.prettierignore
    • workspaces/ts-vue2/packages/cw/cw_cut_printview/.prettierignore
    • workspaces/ts-vue2/packages/cw/cw_cut_printview/.prettierignore
    • workspaces/ts-vue2/packages/cw/cw_cut_printview/.prettierrc
    • ... 还有 89 个文件

📝 提交记录


📋 变更概览

  • 提交数量: 9 个
  • 涉及组件: 1 个
  • 变更类型: chore, feat

📦 变更的组件

cw_cut_printview@v1.1.7

  • 路径: workspaces/ts-vue2/packages/cw/cw_cut_printview
  • 相关提交:
    • 📝 c54ec4b2 更新版本号 to 1.1.7
    • d7ac5f9f 自动分页时增加显示表头
    • 📝 79009e02 bump version to 1.1.6 and enhance pagination print features
    • 📝 9f90c4ef bump version to 1.1.2 and enhance pagination print functionality
    • 📝 3b228436 update version and modify pagination print component properties
    • 71c512d9 initialize cw_cut_printview package with essential configurations and components
  • 变更文件 (99 个):
    • workspaces/ts-vue2/packages/cw/cw_cut_printview/.editorconfig
    • workspaces/ts-vue2/packages/cw/cw_cut_printview/.editorconfig
    • workspaces/ts-vue2/packages/cw/cw_cut_printview/.editorconfig
    • workspaces/ts-vue2/packages/cw/cw_cut_printview/.gitignore
    • workspaces/ts-vue2/packages/cw/cw_cut_printview/.gitignore
    • workspaces/ts-vue2/packages/cw/cw_cut_printview/.gitignore
    • workspaces/ts-vue2/packages/cw/cw_cut_printview/.prettierignore
    • workspaces/ts-vue2/packages/cw/cw_cut_printview/.prettierignore
    • workspaces/ts-vue2/packages/cw/cw_cut_printview/.prettierignore
    • workspaces/ts-vue2/packages/cw/cw_cut_printview/.prettierrc
    • ... 还有 89 个文件

📝 提交记录


此 PR 描述由 CI 自动生成

wangxue08 added 9 commits November 25, 2025 16:23
…ntial configurations and components

- Added .editorconfig, .gitignore, .prettierignore, and .prettierrc for code style management.
- Created package.json and package-lock.json for dependency management.
- Implemented Vite configuration for building the project.
- Developed core components: PaginationPrintBlock and PaginationPrintItem with respective APIs and Vue files.
- Included README.md for project documentation and usage instructions.
- Set up Storybook for component development and testing.
- Added TypeScript configuration files for type checking and module resolution.
…omponent properties

- Bump version from 1.0.0 to 1.1.1 in package.json.
- Comment out unused properties in PaginationPrintBlockOptions for paper size, page width, and scaling options.
- Add new property 'hideOnScreen' to PaginationPrintBlockOptions for controlling visibility of print content.
- Adjust class binding in PaginationPrintBlock component to account for the new 'hideOnScreen' property.
- Update font size in PaginationPrintItem component for consistency.
… print functionality

- Update version in package.json from 1.1.1 to 1.1.2.
- Introduce support for landscape pagination by adding a new class for landscape split and modifying the toCanvas method to handle landscape orientation.
- Enhance the print method to accommodate both portrait and landscape orientations, ensuring proper rendering and pagination.
- Update header and footer methods to reflect changes in page size and orientation.
… print features

- Update version in package.json from 1.1.2 to 1.1.6.
- Introduce 'isHorizontal' property in PaginationPrintItemOptions for controlling landscape printing.
- Modify PaginationPrintItem component to support horizontal printing with appropriate class bindings.
- Refactor html2print.js to improve pagination logic and enhance PDF generation capabilities for both portrait and landscape orientations.
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.

2 participants