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

feat: sync changes from v2 to v2-develop #171

Merged
merged 23 commits into from
Feb 3, 2025
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
ef6733b
feat(carousel): add new carousel widget container
ecarreras Dec 11, 2024
33eb726
feat(carousel): add items
ecarreras Dec 11, 2024
83a3d33
feat(field): allow suffix and prefix (#152)
ecarreras Dec 12, 2024
d53e07f
chore(release): 2.23.0 [skip ci]
semantic-release-bot Dec 12, 2024
e3cd82c
feat(field): add a new property autorefresh (#136)
ecarreras Dec 12, 2024
274cac9
chore(release): 2.24.0 [skip ci]
semantic-release-bot Dec 12, 2024
e6c03fc
Merge pull request #153 from gisce/carousel
ecarreras Dec 12, 2024
2eb12e6
chore(release): 2.25.0 [skip ci]
semantic-release-bot Dec 12, 2024
a5a85e7
feat(group): add height (#160)
ecarreras Dec 13, 2024
e4ab1e5
chore(release): 2.26.0 [skip ci]
semantic-release-bot Dec 13, 2024
67cd630
feat(colorPicker): add new component colorPicker
ecarreras Dec 24, 2024
d9d8bbe
Merge pull request #163 from gisce/66704/color-picker
ecarreras Dec 24, 2024
cf45374
chore(release): 2.27.0 [skip ci]
semantic-release-bot Dec 24, 2024
05ff98c
chore: bump sync-pr version [skip ci]
mguellsegarra Jan 11, 2025
8ff865b
chore: adjust sync-pr version [skip ci]
mguellsegarra Jan 20, 2025
17d7e86
fix(attributeParse): evaluateFieldComparison use index 0 of many2one …
ecarreras Jan 22, 2025
f65429e
fix: change approach in order to pass all tests
mguellsegarra Jan 22, 2025
4502c84
Merge pull request #166 from gisce/fix-evaluate-many2one-on-attrs
ecarreras Jan 22, 2025
f38c39b
chore(release): 2.27.1 [skip ci]
semantic-release-bot Jan 22, 2025
875313a
feat(Label): add human_date prop
ecarreras Jan 31, 2025
065f4ae
Merge pull request #169 from gisce/69452/label-date-without-human
ecarreras Feb 3, 2025
04be77f
chore(release): 2.28.0 [skip ci]
semantic-release-bot Feb 3, 2025
69ddff0
Merge remote-tracking branch 'origin/v2' into sync/v2-to-v2-develop-2…
github-actions[bot] Feb 3, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
chore(release): 2.26.0 [skip ci]
# [2.26.0](v2.25.0...v2.26.0) (2024-12-13)

### Features

* **group:** add height ([#160](#160)) ([a5a85e7](a5a85e7))
  • Loading branch information
semantic-release-bot committed Dec 13, 2024
commit e4ab1e5342594d9a751ae9ad2872373aceb12701
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gisce/ooui",
"version": "2.25.0",
"version": "2.26.0",
"engines": {
"node": "20.5.0"
},
Expand Down