Commit Graph

315 Commits

Author SHA1 Message Date
Will Rossiter 527c5b2224
FIX Selected tag is not shown when isMutliple is false (#201)
* doc: add note about `setTitleField` (Fixes #153)

* NEW Add support for saving tag value into has_one components

FIX Value not shown if isMultiple is false (#195)

* fix: don't default to ID column as pgsql throws an error if comparing string value
2022-06-07 13:00:12 +12:00
Steve Boyd ee7c422855
Merge pull request #207 from silverstripe/pulls/2/update-js-1648772584
DEP Update JS dependencies
2022-05-31 11:01:54 +12:00
dependabot[bot] 8172abe158
Merge pull request #210 from silverstripe/dependabot/npm_and_yarn/async-2.6.4 2022-05-03 09:27:40 +00:00
dependabot[bot] 7a19b709f2
Bump async from 2.6.3 to 2.6.4
Bumps [async](https://github.com/caolan/async) from 2.6.3 to 2.6.4.
- [Release notes](https://github.com/caolan/async/releases)
- [Changelog](https://github.com/caolan/async/blob/v2.6.4/CHANGELOG.md)
- [Commits](https://github.com/caolan/async/compare/v2.6.3...v2.6.4)

---
updated-dependencies:
- dependency-name: async
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-28 21:08:54 +00:00
Guy Sartorelli d486842a69
Merge pull request #209 from creative-commoners/pulls/2/php81
ENH PHP 8.1 compatibility
2022-04-26 17:57:37 +12:00
Steve Boyd 1b7dba124a ENH PHP 8.1 compatibility 2022-04-13 13:50:19 +12:00
Daniel Kliemsch 0a04e35825
ENH Make the write call of StringTagField::saveInto method configurable (#208)
* Make the immediate write call of StringTagField::saveInto method configurable
* Set immediate_write_enabled option in the class instead of config; add deprecation notice
* Add tests for the immediate write option
2022-04-04 20:27:49 +12:00
github-actions 1a4dfc5904 DEP Update JS dependencies 2022-04-01 00:23:04 +00:00
Maxime Rainville 8477911890
Merge pull request #205 from creative-commoners/pulls/2/update-js-deps
MNT Add update JS deps workflow
2022-03-23 14:17:06 +13:00
Steve Boyd a71f57d0fa MNT Add update JS deps workflow 2022-03-22 12:10:24 +13:00
dependabot[bot] 162f629db8
Merge pull request #204 from silverstripe/dependabot/npm_and_yarn/url-parse-1.5.10 2022-02-28 11:51:09 +00:00
dependabot[bot] 6de73bad08
Bump url-parse from 1.5.7 to 1.5.10
Bumps [url-parse](https://github.com/unshiftio/url-parse) from 1.5.7 to 1.5.10.
- [Release notes](https://github.com/unshiftio/url-parse/releases)
- [Commits](https://github.com/unshiftio/url-parse/compare/1.5.7...1.5.10)

---
updated-dependencies:
- dependency-name: url-parse
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-02-28 04:44:34 +00:00
dependabot[bot] a74e00568f
Merge pull request #203 from silverstripe/dependabot/npm_and_yarn/url-parse-1.5.7 2022-02-21 23:22:17 +00:00
Maxime Rainville e00d4f7c59
Merge pull request #202 from creative-commoners/pulls/2/php74
DEP Set PHP 7.4 as the minimum version
2022-02-18 22:09:31 +13:00
dependabot[bot] d7539bebb9
Bump url-parse from 1.5.3 to 1.5.7
Bumps [url-parse](https://github.com/unshiftio/url-parse) from 1.5.3 to 1.5.7.
- [Release notes](https://github.com/unshiftio/url-parse/releases)
- [Commits](https://github.com/unshiftio/url-parse/compare/1.5.3...1.5.7)

---
updated-dependencies:
- dependency-name: url-parse
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-02-18 06:19:36 +00:00
Steve Boyd 206740a9aa DEP Set PHP 7.4 as the minimum version 2022-02-10 17:39:53 +13:00
Will Rossiter de93200d7d
Merge pull request #199 from micschk/patch-1
Adding `$schemaComponent` to make react render correct component
2021-12-17 06:45:31 +13:00
Michael van Schaik 07868abfb5
Adding `$schemaComponent` to make react render correct component
Fixes #198
2021-11-24 15:41:10 +01:00
Maxime Rainville 187e66401e
Merge pull request #197 from creative-commoners/pulls/2/js
DEP Update JS dependencies
2021-11-24 17:21:14 +13:00
Steve Boyd adfe0f994e DEP Update JS dependencies 2021-11-22 16:51:14 +13:00
Steve Boyd cf9be969e6 Merge branch '2.7' into 2 2021-11-18 17:48:52 +13:00
Maxime Rainville aad83ac30d
Merge pull request #196 from creative-commoners/pulls/2/remove-js-prefix
MNT Remove js prefix from require statements
2021-11-16 10:49:57 +13:00
Steve Boyd d11abb5638 MNT Remove js prefix from require statements 2021-11-02 21:56:45 +13:00
Maxime Rainville 3f595cf09a
Merge pull request #194 from creative-commoners/pulls/2/sapphire-test-nine
API phpunit 9 support
2021-11-01 22:33:09 +13:00
Steve Boyd 5eae80abb3 API phpunit 9 support 2021-10-27 18:15:33 +13:00
Joseph Madden b81546d555 FIX Use existing source datalist if available before creating a new one (closes #171)
Fix for #171 - Issue when utilizing multiple of same parent class

Co-authored-by: Joe Madden <joe.madden@moosylvania.com>
2021-10-15 13:57:33 +13:00
Joseph Madden 55e03731bf
FIX Use existing source datalist if available before creating a new one
Fix for #171 - Issue when utilizing multiple of same parent class

Co-authored-by: Joe Madden <joe.madden@moosylvania.com>
2021-10-15 13:38:53 +13:00
Maxime Rainville 43ccb16def Merge branch '2.6' into 2 2021-08-26 17:00:02 +12:00
dependabot[bot] 5fe280f172
Merge pull request #189 from silverstripe/dependabot/npm_and_yarn/https-proxy-agent-2.2.4 2021-08-08 21:48:14 +00:00
dependabot[bot] 1792dcdfbd
Merge pull request #188 from silverstripe/dependabot/npm_and_yarn/ws-5.2.3 2021-08-08 21:44:44 +00:00
dependabot[bot] 72563dba40
Merge pull request #190 from silverstripe/dependabot/npm_and_yarn/ini-1.3.8 2021-08-08 15:57:37 +00:00
dependabot[bot] 28ab283760
Merge pull request #172 from silverstripe/dependabot/npm_and_yarn/npm-user-validate-1.0.1 2021-08-05 06:31:11 +00:00
dependabot[bot] 068df7e190
Bump ini from 1.3.5 to 1.3.8
Bumps [ini](https://github.com/isaacs/ini) from 1.3.5 to 1.3.8.
- [Release notes](https://github.com/isaacs/ini/releases)
- [Commits](https://github.com/isaacs/ini/compare/v1.3.5...v1.3.8)

---
updated-dependencies:
- dependency-name: ini
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-08-05 06:30:26 +00:00
dependabot[bot] f996bbab90
Bump ws from 5.2.2 to 5.2.3
Bumps [ws](https://github.com/websockets/ws) from 5.2.2 to 5.2.3.
- [Release notes](https://github.com/websockets/ws/releases)
- [Commits](https://github.com/websockets/ws/compare/5.2.2...5.2.3)

---
updated-dependencies:
- dependency-name: ws
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-08-05 06:29:42 +00:00
dependabot[bot] 07dcc82580
Merge pull request #178 from silverstripe/dependabot/npm_and_yarn/elliptic-6.5.4 2021-08-05 06:29:29 +00:00
dependabot[bot] 96147c0216
Merge pull request #181 from silverstripe/dependabot/npm_and_yarn/handlebars-4.7.7 2021-08-05 06:28:04 +00:00
dependabot[bot] 605ab465c5
Merge pull request #180 from silverstripe/dependabot/npm_and_yarn/ua-parser-js-0.7.28 2021-08-05 06:28:01 +00:00
dependabot[bot] abf0823789
Merge pull request #182 from silverstripe/dependabot/npm_and_yarn/url-parse-1.5.1 2021-08-05 06:26:21 +00:00
dependabot[bot] aa7e3167ab
Merge pull request #183 from silverstripe/dependabot/npm_and_yarn/lodash-4.17.21 2021-08-05 06:26:12 +00:00
dependabot[bot] 1273c728e5
Bump https-proxy-agent from 2.2.2 to 2.2.4
Bumps [https-proxy-agent](https://github.com/TooTallNate/node-https-proxy-agent) from 2.2.2 to 2.2.4.
- [Release notes](https://github.com/TooTallNate/node-https-proxy-agent/releases)
- [Commits](https://github.com/TooTallNate/node-https-proxy-agent/compare/2.2.2...2.2.4)

---
updated-dependencies:
- dependency-name: https-proxy-agent
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-08-05 06:24:26 +00:00
dependabot[bot] 8f192925de
Merge pull request #184 from silverstripe/dependabot/npm_and_yarn/hosted-git-info-2.8.9 2021-08-05 06:23:45 +00:00
Loz Calver 88c069c3ae Fix missing CSS class for StringTagField initialisation (closes #148) 2021-07-27 10:49:02 +12:00
Steve Boyd 511b1365e0
Merge pull request #187 from kinglozzer/148-part-2
Fix missing CSS class for StringTagField initialisation (closes #148)
2021-07-27 10:45:01 +12:00
Loz Calver debcd12b62 Fix missing CSS class for StringTagField initialisation (closes #148) 2021-07-26 09:49:05 +01:00
Steve Boyd 0089ce7ed1 Merge branch '2.6' into 2 2021-07-07 14:07:16 +12:00
Daniel Hensby 67985f550b
Merge pull request #185 from kinglozzer/148-string-tagfield
Fix StringTagField initialisation (fixes #148)
2021-06-21 15:48:58 +01:00
Loz Calver 325de9e94d Fix StringTagField initialisation (fixes #148) 2021-06-18 12:02:05 +01:00
Steve Boyd 4200a95b95 Merge branch '2.6' into 2 2021-05-21 14:28:25 +12:00
dependabot[bot] 5e0174a560
Merge pull request #179 from silverstripe/dependabot/npm_and_yarn/y18n-3.2.2 2021-05-14 10:18:55 +00:00
dependabot[bot] bb59a75622
Bump hosted-git-info from 2.8.8 to 2.8.9
Bumps [hosted-git-info](https://github.com/npm/hosted-git-info) from 2.8.8 to 2.8.9.
- [Release notes](https://github.com/npm/hosted-git-info/releases)
- [Changelog](https://github.com/npm/hosted-git-info/blob/v2.8.9/CHANGELOG.md)
- [Commits](https://github.com/npm/hosted-git-info/compare/v2.8.8...v2.8.9)

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-10 15:44:09 +00:00