Sabe Jones
cea47e5280
4.28.0
2018-02-22 23:06:53 +00:00
Sabe Jones
9ccb60799e
chore(i18n): update locales
2018-02-22 23:04:56 +00:00
SabreCat
f86a77608b
chore(sprites): compile & cleanup
2018-02-22 22:57:34 +00:00
SabreCat
8b8cee40a7
feat(content): mystery items Feb 2018
2018-02-22 22:56:33 +00:00
SabreCat
9487811d31
fix(world-boss): Tavern layout tweaks
2018-02-22 21:31:57 +00:00
Matteo Pagliazzi
d5e4be85e9
Revert "Task page : task filters ( #9898 )"
...
This reverts commit 9919faeed8 .
2018-02-22 12:28:24 +01:00
Keith Holliday
deaf7fee81
Added world boss notification ( #10030 )
...
* Added world boss notification
* Updated styles
2018-02-21 14:58:56 -06:00
Sabe Jones
72dc7c01c3
Merge branch 'release' into develop
2018-02-21 17:47:56 +00:00
Sabe Jones
00c830372a
4.27.4
2018-02-21 17:47:28 +00:00
Sabe Jones
199ca03b23
chore(i18n): update locales
2018-02-21 17:45:03 +00:00
SabreCat
84dc1ab546
chore(news): Bailey
2018-02-21 17:35:33 +00:00
Sabe Jones
91df5d1565
4.27.3
2018-02-20 21:41:52 +00:00
Sabe Jones
d0a05ad745
fix(lint): disable-line typo
2018-02-20 21:41:33 +00:00
Sabe Jones
c991a3e20f
fix(lint): disable-line typo
2018-02-20 21:41:11 +00:00
Sabe Jones
93cfd59ea1
chore(i18n): update locales
2018-02-20 21:32:43 +00:00
Sabe Jones
695f53758a
Merge branch 'release' into develop
2018-02-20 21:16:43 +00:00
Sabe Jones
416c24d1e2
fix(auth): initialize Hello for social
...
fixes #9460
2018-02-20 21:15:36 +00:00
SabreCat
b0974fc4fc
feat(rage-strike): Seasonal Shop modal
2018-02-20 20:05:32 +00:00
negue
8fabadfc67
fix genericPurchase test ( #10024 )
2018-02-19 20:17:41 +01:00
Matteo Pagliazzi
f2e5fdddf1
tests: fix client unit tests
2018-02-19 19:38:20 +01:00
kartik adur
9919faeed8
Task page : task filters ( #9898 )
...
* add tasklist getter
* add unit test + refactor for getters
* add task order sorting + update unit tests
* remove direct access to store.state.tasks
* add tag and search filter back to column.vue + unit tests
* add unit test for task order setting function
* add task filters to helper file + modify taskColumn state access to getter
* update column to get values at runtime. TODO set active filter at runtime
* add TaskColumn init state + daily-due-default
* add check for task type daily before set/reset dailyDueView
* remove unused sortBy import in column.vue
* remove unused sortBy
* pr review requested updates
* pr review clean up updates
2018-02-19 19:03:38 +01:00
Josh Sears
f592103754
Partial Fix for #8735 ("Failed party invitations do not indicate which invitations failed") ( #9939 )
...
* Updated from origin and added invite error fixes
* Update test for capitalization issue
* New error display
Changed app.vue to display error message using error.response.data.message
2018-02-19 19:00:42 +01:00
kartik adur
80e4f5e745
Replace PhantomJS with ChromeHeadless for unit test support ( #9972 )
...
* change PhantomJS to ChromeHeadless + travis support
* pr requested updates
* update api-v3 integration beforAll/afterAll
2018-02-19 18:56:48 +01:00
Mike Tung
119f21ddce
New PR for margins in stable - fixes #9651 ( #9982 )
...
* made style change for pet item class to have more margins.
* made style change for pet item class to have more margins.
* files got added
* encapsulated the items as stated in #9903
* #9903 moved the css to stable -> petitem.vue for better encapsulation.
* saving pngs
* update on files
* updated files as requested in PR!
* Revert "saving pngs"
This reverts commit a38ea664e133ce7a24dc3f041e190d699cab7ee9.
* made css changes just to pet slot
* #9982 removed redundant css
* #9982 applied scss to mount slots as well.
* #9982 refactored scss to be in one place.
* #9982 changed selector
2018-02-19 18:55:16 +01:00
Mateus Etto
311a898938
Fix attributes box size being too small on Japanese ( #9984 )
2018-02-19 18:52:07 +01:00
Ignacio Alvarez
1c1b050e2c
If message uuid is set as system append as user 'system message' #9985 ( #9988 )
2018-02-19 18:51:43 +01:00
Keith Holliday
faa068f690
Challenge small refactor ( #9964 )
...
* Removed challenge group duplication
* Removed duplication of joined challenge
* Moved helpers to challenge library
* Passed group to function
* Fixed group response
2018-02-19 08:15:43 -07:00
Matteo Pagliazzi
b619496f8e
fix linting
2018-02-17 18:41:49 +01:00
Matteo Pagliazzi
80fe58bc6f
Upgrade client deps ( #9990 )
...
* upgrade axios
* upgrade axios-progress-bar
* upgrade bootstrap-vue
* fix issues
2018-02-17 18:15:43 +01:00
Matteo Pagliazzi
c3c9dd5d35
Merge branch 'upgrade-client-build' into develop
2018-02-17 18:15:02 +01:00
Matteo Pagliazzi
464613a56a
Merge branch 'develop' into upgrade-client-build
2018-02-17 18:14:48 +01:00
Matteo Pagliazzi
74ba55c20b
Upgrade tests tools and lint migrations and scripts (part 2) ( #9998 )
...
* upgrade gulp-babel
* upgrade babel-eslint
* upgrade eslint-friendly-formatter
* start upgrading chai
* start to upgrade eslint
* restore skipped tests
* start to upgrqde monk
* fix linting and remove unused file
* fix mocha notifications, and common tests
* fix unit tests
* start to fix initrgration tests
* more integration tests fixes
* upgrade monk to latest version
* lint /scripts
* migrations: start moving to /archive unused migrations and run eslint with --fix
* lint migrations
* fix more integration tests
* fix test
2018-02-17 18:11:24 +01:00
SabreCat
ee087e5eee
refactor(rage-strike): consts
2018-02-16 21:36:10 +00:00
SabreCat
95179be346
feat(world-boss): Rage Strike support
2018-02-16 21:18:51 +00:00
negue
b0ae0ef4da
HOTFIX: purchase marketGear ( #9992 )
...
* fix purchase marketGear
* test marketGear purchase in the client
2018-02-16 17:56:05 +01:00
Matteo Pagliazzi
dad4f864ff
fixes #10001 ( #10002 )
2018-02-16 17:55:45 +01:00
Keith Holliday
f7ffc173b1
Prevented of closing bailey without clicking bottom buttons ( #9993 )
2018-02-16 09:21:59 -07:00
Keith Holliday
ac6a5ae8d2
Registered new funtion as translation ( #10005 )
2018-02-15 21:25:44 -07:00
Sabe Jones
70fbc83664
Merge branch 'release' into develop
2018-02-16 03:08:22 +00:00
Sabe Jones
c3e41cc5e1
4.27.2
2018-02-16 03:07:52 +00:00
Sabe Jones
cae0120beb
chore(i18n): update locales
2018-02-16 03:01:42 +00:00
SabreCat
10b978da4e
fix(spoilers): don't reveal quest boss rewards
2018-02-16 02:56:08 +00:00
SabreCat
5987145b86
fix(phobia): show censored art as needed
2018-02-14 22:35:14 +00:00
Sabe Jones
791d711298
Merge branch 'release' into develop
2018-02-14 21:09:30 +00:00
Sabe Jones
ff65c4da78
4.27.1
2018-02-14 20:55:12 +00:00
Sabe Jones
163d56afe9
chore(i18n): update locales
2018-02-14 20:54:50 +00:00
SabreCat
2f46d1bc65
chore(sprites): compile
2018-02-14 20:48:48 +00:00
SabreCat
6ccb841b32
chore(news): Bailey text
2018-02-14 20:47:47 +00:00
Sabe Jones
cdcee8d169
World boss client ( #9999 )
...
* WIP(world-boss): client components partial
* WIP(world-boss): more client additions
* WIP(world-boss): some beautification
* WIP(world-boss): more Tavern beauty
* fix(world-boss): gradient adjustment
* fix(style): various WB tweaks
* fix(world-boss): better resolution Rage Strike
* fix(world-boss): alignment fixes
* Added world boss modal
* feat(world-boss): add info button
* fix(world-boss): move SVG and tweak padding
2018-02-14 13:43:10 -06:00
Matteo Pagliazzi
16a227109e
upgrade to webpack 3 and extract-text-webpack-plugin
2018-02-14 12:14:11 +01:00