Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Production Deployment #81

Merged
merged 35 commits into from
Aug 30, 2024
Merged

Production Deployment #81

merged 35 commits into from
Aug 30, 2024

Conversation

pawcoding
Copy link
Owner

@pawcoding pawcoding commented Aug 24, 2024

Changes

Features ✨

  • Add dialog to import colors from other palettes

Bug fixes 🩹

  • Prevent duplicate color names (generated and manually entered ones)
  • Delay drag start event on mobile to allow scrolling
  • Use correct min-height when viewing palette with low amount of colors

Internal πŸ› οΈ

  • Add support for custom validators in prompt dialog
  • Add utilities to filter and map arrays inside observables
  • Move ColorRangeSlider component to shared feature
  • Update dependencies
  • Update CI pipeline to not publish version if build fails
  • Prevent warning when using Tailwind keywords in css

Includes

pawcoding and others added 16 commits August 16, 2024 22:17
# [1.5.0-staging.1](v1.4.0...v1.5.0-staging.1) (2024-08-24)

### Bug Fixes

* **generator:** prevent generated palette from having duplicate color names ([4272690](4272690))
* **view:** prevent random color from having duplicate name ([0eaf7fd](0eaf7fd))
* **view:** prevent user from using duplicate color names ([7653316](7653316))

### Features

* **dialog:** allow custom validators in prompt dialog ([7753a10](7753a10))
@pawcoding pawcoding self-assigned this Aug 24, 2024
pawcoding and others added 8 commits August 24, 2024 09:30
Import colors from other palettes
# [1.5.0-staging.2](v1.5.0-staging.1...v1.5.0-staging.2) (2024-08-24)

### Bug Fixes

* **view:** delay drag start event on mobile to allow scrolling ([9ece515](9ece515))

### Features

* **util:** add utilities to filter and map arrays inside observables ([29e3d52](29e3d52))
* **palette-service:** allow reading of palette without updating internal state ([0160cd5](0160cd5))
* **view:** import colors from other palettes into current palette ([bba3afc](bba3afc))
* **view:** search colors to import by hue ([a0b447f](a0b447f))
@pawcoding
Copy link
Owner Author

πŸŽ‰ This issue has been resolved in version 1.5.0-staging.2 πŸŽ‰

The release is available on GitHub release

Your semantic-release bot πŸ“¦πŸš€

@pawcoding pawcoding marked this pull request as ready for review August 24, 2024 11:38
@pawcoding
Copy link
Owner Author

πŸŽ‰ This issue has been resolved in version 1.5.0-staging.3 πŸŽ‰

The release is available on GitHub release

Your semantic-release bot πŸ“¦πŸš€

@pawcoding pawcoding force-pushed the staging branch 2 times, most recently from 9e9008f to 0604471 Compare August 25, 2024 09:24
@pawcoding
Copy link
Owner Author

πŸŽ‰ This issue has been resolved in version 1.5.0-staging.4 πŸŽ‰

The release is available on GitHub release

Your semantic-release bot πŸ“¦πŸš€

@pawcoding
Copy link
Owner Author

πŸŽ‰ This issue has been resolved in version 1.5.0-staging.5 πŸŽ‰

The release is available on GitHub release

Your semantic-release bot πŸ“¦πŸš€

@pawcoding pawcoding merged commit d0b3512 into master Aug 30, 2024
@pawcoding
Copy link
Owner Author

πŸŽ‰ This issue has been resolved in version 1.5.0 πŸŽ‰

The release is available on GitHub release

Your semantic-release bot πŸ“¦πŸš€

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Feature]: Import color from other palette [Bug]: Don't allow colors with same name
2 participants