Michael Shanks
cb1fc286b1
bugfix: clearing sessions on backend update
2020-03-28 06:39:22 +00:00
Michael Shanks
ddf302f33a
upgrading accesslevels
2020-03-27 15:14:50 +00:00
Martin McKeaveney
ca026e6017
write access levels
2020-03-27 14:49:51 +00:00
Michael Shanks
c538cee59c
_builder routing servs index for non-file paths
2020-03-26 11:19:21 +00:00
Michael Shanks
5af53922ed
evict packages from cache on SaveBackend
2020-03-25 12:38:04 +00:00
Michael Shanks
3429311d5e
upgrade data - hooked up to server & builder
2020-03-24 10:58:15 +00:00
Michael Shanks
6ab3003106
merge conflicts
2020-03-24 10:56:48 +00:00
Martin McKeaveney
e772283914
further tidy up
2020-03-22 14:14:38 +00:00
Martin McKeaveney
a8fec53ff3
adding, deleting and editing records working
2020-03-20 18:47:01 +00:00
Michael Shanks
ad62a9c7d8
broken tests
2020-03-11 17:07:18 +00:00
Michael Shanks
64ca63926f
bugfixes... incorrect routing from builder to instances
2020-03-11 16:42:19 +00:00
Michael Shanks
83c2533579
mistakenly added package
2020-03-10 11:27:20 +00:00
Michael Shanks
fa8e8a4ddb
methods in builder for creating new instance & record structures
2020-03-10 11:25:25 +00:00
Michael Shanks
74de9e399b
Merge branch 'master' of github.com:Budibase/budibase
2020-03-10 10:05:30 +00:00
Michael Shanks
8aaa322507
exposing _master database operations to builder
2020-03-10 10:05:09 +00:00
Joe
21b2702285
top nav bar ui redesign
...
To add contract to the builder, I've darkened the top navbar (primary color). I've also added preview and a settings icon, as well as removing borders from nav items.
2020-03-07 13:02:54 +00:00
Michael Shanks
dd1d3643e4
lerna updated gitHead for me for some reason
2020-03-05 14:54:22 +00:00
Michael Shanks
a54d978662
v0.0.27
2020-03-05 08:53:44 +00:00
Michael Shanks
128218a0fa
v0.0.26
2020-03-05 08:48:04 +00:00
Michael Shanks
a510d18318
v0.0.25
2020-03-05 08:37:51 +00:00
Michael Shanks
b90add5833
v0.0.24
2020-02-27 23:42:35 +00:00
Michael Shanks
2548e0da2c
v0.0.23
2020-02-27 22:08:29 +00:00
Martin McKeaveney
58ea78b8be
lint failures
2020-02-27 16:45:24 +00:00
Michael Shanks
7438e6f057
v0.0.22
2020-02-27 11:59:35 +00:00
Michael Shanks
f7c0e7a27c
v0.0.21
2020-02-26 22:47:09 +00:00
Michael Shanks
615688afa7
v0.0.20
2020-02-26 22:32:19 +00:00
Michael Shanks
c435737366
bump _master dep on MD components
2020-02-26 22:31:23 +00:00
Michael Shanks
e87e890306
v0.0.19
2020-02-26 22:26:19 +00:00
Michael Shanks
6c10a4a2cf
v0.0.18
2020-02-26 22:18:45 +00:00
Michael Shanks
56d51014d4
prep for NPM publish
2020-02-26 22:18:14 +00:00
Michael Shanks
05d55de0d8
v0.0.17
2020-02-26 21:12:13 +00:00
Michael Shanks
cb9b48c73b
updated _master app UI
2020-02-26 15:59:27 +00:00
Michael Shanks
4245d429b9
server - listRecords routes should use a wildcard param
2020-02-26 15:58:55 +00:00
Michael Shanks
8c1c3329be
Merge branch 'master' of github.com:Budibase/budibase
2020-02-26 15:56:30 +00:00
Michael Shanks
29d651dcfb
bugfix: _master package sent to incorrect directory
2020-02-26 11:39:19 +00:00
Martin McKeaveney
e862675956
ignore public folder in apps
2020-02-26 10:16:43 +00:00
Martin McKeaveney
5c69539ab8
Update package.json
2020-02-25 18:13:46 +00:00
Martin McKeaveney
8c0cebaa2f
fix tests
2020-02-25 18:02:18 +00:00
Martin McKeaveney
36250cbbdb
fix ci
2020-02-25 16:51:40 +00:00
Martin McKeaveney
1912150149
fix tests
2020-02-25 15:46:04 +00:00
Martin McKeaveney
7ae40de558
eslint tidy up
2020-02-25 15:46:04 +00:00
Martin McKeaveney
e518da0a62
global style abstraction, backend UI updates
2020-02-24 16:41:02 +00:00
Michael Shanks
2d2e14789b
few broken tests (typos)
2020-02-23 21:59:27 +00:00
Michael Shanks
ec7cc028c5
some more routing fixes - css now loaded at runtime
2020-02-21 16:52:29 +00:00
Michael Shanks
99c8814533
component templates
2020-02-19 21:38:21 +00:00
Martin McKeaveney
3a406bc0da
removed generators, added simple presets to standard components
2020-02-18 20:35:43 +00:00
Michael Shanks
56c25fee90
Client Api - New state binding method ( #105 )
...
* new binding...
- state manager
- one store per screen
- not passing
* client lib binding - tests passing
* binding fully working again post stateManager
* bugfix with button component
* Control flow ("code") now working, tests passing
* Events List now reading from component definition
* fix to button.svelte - missing props._children
2020-02-18 12:29:38 +00:00
Michael Shanks
c9961feee5
Work on Components API & bugfixes ( #102 )
...
* typo - screens not being sent to page save
* removed children arg from hydrateChildren (n/a)
* initialiseChildren does not rerender unless forced
* removed derivatives of initialiseChildren
* renamed initialiseChildren > attachChildren
* standard-components - refactoring
div now container
H1, h2... etc now Heading with type
Select now takes option as _children
* loads of bug fixing
* safe props creation
anytime props are loaded,
we make sure they conform to the components props definition
2020-02-14 11:51:45 +00:00
Martin McKeaveney
4f42a68a9e
Merge pull request #99 from shogunpurple/state-bindings
...
State bindings
2020-02-12 15:50:30 +00:00
Martin McKeaveney
78b04ea58e
moving test from server
2020-02-12 15:47:35 +00:00