Michael Drury
|
6435cb5065
|
Merge pull request #1460 from Budibase/dependabot/npm_and_yarn/lodash-4.17.21
Bump lodash from 4.17.13 to 4.17.21
|
2021-05-07 10:16:48 +01:00 |
dependabot[bot]
|
e46964b763
|
Bump lodash from 4.17.13 to 4.17.21
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.13 to 4.17.21.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.13...4.17.21)
Signed-off-by: dependabot[bot] <support@github.com>
|
2021-05-07 08:57:55 +00:00 |
dependabot[bot]
|
44515b7e6c
|
Bump handlebars from 4.7.6 to 4.7.7 in /packages/string-templates
Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.7.6 to 4.7.7.
- [Release notes](https://github.com/wycats/handlebars.js/releases)
- [Changelog](https://github.com/handlebars-lang/handlebars.js/blob/master/release-notes.md)
- [Commits](https://github.com/wycats/handlebars.js/compare/v4.7.6...v4.7.7)
Signed-off-by: dependabot[bot] <support@github.com>
|
2021-05-07 08:56:46 +00:00 |
Andrew Kingston
|
7efcc29ba8
|
Update locks
|
2021-04-07 10:52:41 +01:00 |
Andrew Kingston
|
5bf33c5d6b
|
Fix string-templates and client buindling for ESM
|
2021-04-01 16:09:16 +01:00 |
mike12345567
|
1c44808336
|
Adding a nuke stack option at top of repo and then setting up proxy for dev experience through envoy.
|
2021-04-01 12:02:31 +01:00 |
Andrew Kingston
|
44ad38fdf8
|
Add BBUI to monorepo and use vite for builder, client lib and standard components
|
2021-03-31 16:14:56 +01:00 |
dependabot[bot]
|
dbe37ce02a
|
Bump marked from 1.2.8 to 2.0.0 in /packages/string-templates
Bumps [marked](https://github.com/markedjs/marked) from 1.2.8 to 2.0.0.
- [Release notes](https://github.com/markedjs/marked/releases)
- [Changelog](https://github.com/markedjs/marked/blob/master/release.config.js)
- [Commits](https://github.com/markedjs/marked/compare/v1.2.8...v2.0.0)
Signed-off-by: dependabot[bot] <support@github.com>
|
2021-03-15 12:11:54 +00:00 |
mike12345567
|
537c5a02ca
|
Removing the use of helper-date which was causing some problems, instead took what we needed of it out of the package and updated to use dayjs instead of moment.
|
2021-02-03 13:55:33 +00:00 |
mike12345567
|
b19c906572
|
Updating manifest.
|
2021-02-02 17:29:46 +00:00 |
Martin McKeaveney
|
e48e263f9f
|
bump budibase hbs version
|
2021-02-02 16:19:37 +00:00 |
mike12345567
|
9fcb8c258d
|
Converting markdown to HTML and rendering this for the hbs-helpers.
|
2021-02-01 12:55:37 +00:00 |
mike12345567
|
c48d316d00
|
Updating handlebars-helpers functionality.
|
2021-02-01 11:22:32 +00:00 |
mike12345567
|
9a94b61a72
|
Merge branch 'feature/handlebars-helpers' of github.com:Budibase/budibase into feature/handlebars-helpers
|
2021-02-01 11:00:41 +00:00 |
mike12345567
|
26b716c407
|
Updating to use budibase helpers.
|
2021-01-31 11:46:45 +00:00 |
Michael Drury
|
a1f09b0a1a
|
Some rollup fixes - the handlebars-helper library needs dynamic requires removed from it, likely best to fork it and do this.
|
2021-01-30 02:54:52 +00:00 |
Michael Drury
|
fc6a59b123
|
Updating lock file.
|
2021-01-30 00:21:13 +00:00 |
Michael Drury
|
d3603a7b75
|
Some fixes, still dealing with problems of illegal re-assignment in rollup.
|
2021-01-30 00:20:13 +00:00 |
mike12345567
|
56c7f8094c
|
Adding a manifest of all the useful helpers which our system provides.
|
2021-01-27 18:09:04 +00:00 |
mike12345567
|
4e512559d9
|
Making sure tsc stubs are always built.
|
2021-01-21 19:06:49 +00:00 |
mike12345567
|
18fd079c64
|
Attempting to polyfill for browser
|
2021-01-21 16:44:03 +00:00 |
mike12345567
|
3481fe8cd2
|
Getting ready to merge with some basic functionality but updates required to client/builder/automations to remove the need for space in hbs statement handling.
|
2021-01-21 15:50:46 +00:00 |
mike12345567
|
38144f84a3
|
Handling undefined/null values in context object for string templates, replacing with empty string.
|
2021-01-21 13:48:23 +00:00 |
mike12345567
|
5a7c0de397
|
Adding jest test cases to string templating library.
|
2021-01-19 17:29:38 +00:00 |
mike12345567
|
329b76590c
|
Updating to have real auto-completion on string templates library.
|
2021-01-19 15:29:49 +00:00 |
mike12345567
|
419c6b9393
|
Adding the handlebars library, still need to add testcases to this.
|
2021-01-18 17:40:19 +00:00 |